1 - Terraform user
Goal: Create an AWS user for Terraform
Last updated
Goal: Create an AWS user for Terraform
Last updated
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 policyAmazonEC2ContainerRegistryFullAccess
is sufficient for this tutorial. For more complex stacks elevated permissions will be required.
Full access is provided by the policyAdministratorAccess