ubuntu or whatever linux distro
- aws-cli
- aws-sdk
- ansible
- sudo apt update
- sudo apt install python3-pip
- pip3 install awscli
- pip3 install boto boto3 botocore
- pip3 install ansible
- aws configure
- cat .aws/credentials
AccessKeyId: example_key
SecretAccessKey: example_secret_key
aws sts get-caller-identity
export AWS_ACCESS_KEY_ID='your access key id'
export AWS_SECRET_ACCESS_KEY='your secret access key'
export AWS_REGION='your region'