-
Notifications
You must be signed in to change notification settings - Fork 0
AWS ‐ CLI
FullstackCodingGuy edited this page Jul 29, 2024
·
17 revisions
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