1 - Terraform user
Goal: Create an AWS user for Terraform
Steps
Login to your AWS Console and navigate to IAM users
Click Add user
Set User name to
tutorial
and select Access typeprogrammatic 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
Last updated