vkrnt

Technology. Leadership.

AWS new user setup

Steps to quickly get started with AWS

New user setup for AWS
Start with the 'Create an AWS Account' button on aws.amazon.com. After you finish the initial screens, set up your CLI access. For that you run:


curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg"

sudo installer -pkg AWSCLIV2.pkg -target /



next.. CLI configuration < pending >