Post

AWS CLI useful tips & tricks

Install AWS CLI

1
2
3
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install

See the account you are working on

1
2
3
ubuntu@ip-172-31-25-204:~$ aws sts get-caller-identity --query Account --output text
06XXXXXXXXXX
ubuntu@ip-172-31-25-204:~$

Resources

This post is licensed under CC BY 4.0 by the author.