Skip to content

AWS ‐ CLI

FullstackCodingGuy edited this page Jul 29, 2024 · 17 revisions

Command Usage

Installing in windows Run this in command prompt : msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi

To configure the profile Aws configure --profile <profilename>

To get help of service aws dynamodb help aws ec2 help

To get the EC2 instances Aws ec2 describe-instances --profile <profilename> --region ca-central-1

To get the users aws iam list-users --profile <profilename>

To get the dynamodb tables aws dynamodb list-tables --profile clip1 --region us-east-1

References

Clone this wiki locally