AWS
AWS CLI
Follow this guide to install the latest AWS CLI
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
Once you have the CLI installed and working, follow these steps
AWS Account
Create AWS Account
Register for an AWS account and sign-in to the console.
Navigate to IAM
From the console, use the Search bar to find and select IAM (do not use IAM Identity Center, which is confusingly similar but a totally different system).
You should see the following screen after clicking IAM.
Create or Select User
- Select
Users
in the side panel
- Create a user if you don’t already have one
Add Required Permissions
- Click on “Add permissions”
- Select “Attach policies directly”. Under permission policies, search for and tick the boxes for:
AmazonSagemakerFullAccess
IAMFullAccess
ServiceQuotasFullAccess
Then click Next.
The final list should look like the following:
Click “Create user” on the following screen.
Generate Access Keys
- Click the name of the user you’ve just created (or one that already exists)
- Go to “Security Credentials” tab
- Scroll down to “Access Keys” section
- Click “Create access key”
- Select Command Line Interface then click next
Enter a description (this is optional, can leave blank). Then click next.
Store BOTH the Access Key and the Secret access key for the next step. Once you’ve saved both keys, click Done.