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 >