1 - Terraform user
Goal: Create an AWS user for Terraform
Last updated
Was this helpful?
Goal: Create an AWS user for Terraform
Login to your AWS Console and navigate to IAM users
Click Add user
Set User name to tutorial and select Access type programmatic access
Click Next: Permissions
In Attach existing policies directly select AmazonEC2ContainerRegistryFullAccess for this tutorial. Please read the notes below.
Click Next: Tags and Next: Review and Create user
Write down the Access key ID and Secret access key
The policyAmazonEC2ContainerRegistryFullAccessis sufficient for this tutorial. For more complex stacks elevated permissions will be required.
Full access is provided by the policyAdministratorAccess
Last updated
Was this helpful?
Was this helpful?