Skip to content

AWS ‐ CLI

FullstackCodingGuy edited this page Jul 29, 2024 · 17 revisions

Command Usage

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

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>

Clone this wiki locally