Before starting this workshop, you need:
An IAM user with AdministratorAccess
permissions that you can login with to AWS Management Console.
If you haven’t create an IAM user, follow Create IAM Group and IAM User :: MANAGING ACCESS CONTROL WITH AWS IAM (IDENTITY AND ACCESS MANAGEMENT) to create one.
AWS CLI installed and configured with the credential for that IAM user.
Run aws sts get-caller-identity
to verify it:
Your output may looks a little bit different than mine.
If you can’t run aws sts get-caller-identity
, follow Install AWS CLI :: GETTING STARTED WITH THE AWS CLI.