Preparing AWS Environment
Learn how to create an admin user and set up the CLI environment for accessing AWS directly from your command line.
Need Expert Help? If you find the process complex, or would rather focus on your business, the creator of Page Mosaic is available to handle the technical integration for your website.
Video Annotations:
IAM Identity Center is the recommended service for managing your workforce's access to AWS applications.
Add new user in IAM Identity Center.
Create a set of administrator rights based on the
AdministratorAccess
set.Link the user to the management account and assign the set of rights to the user.
Check the user's email.
Install AWS CLI tool to the local computer.
Check the installation:
aws --version
- Configure SSO on the local computer:
aws configure sso --profile [admin user login]
- Check the admin user access:
aws s3 ls --profile [admin user login]