View resource via CLI

View resource via CLI

  1. We can check the profile’s resources via CLI:
aws ec2 describe-instances --profile devops

AWS CLI

  1. Check the number of s3 buckets of the profile
aws s3 ls --profile devops

AWS CLI

  1. Using CLI Auto Prompt
aws --cli-auto-prompt

AWS CLI

  1. View detailed ec2 tabular description
aws ec2 describe-instances --output table --region ap-southeast-1

AWS CLI