简体   繁体   中英

Terraform with AWS

I want an engineer to only use Terraform to provision the infrastructure in AWS and to verify if provisioning was successful he/she should have read-only access in the AWS console. So that the engineer should not make changes to resources at the console inadvertently.

What are the possible ways to achieve this?

为您的用户授予对控制台的只读访问权限 - 并使用 IAM 策略只允许特定的 EC2 实例适当地访问配置基础设施,并强制从这些 EC2 实例执行您的所有 terraform。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM