- Кому принадлежит образ AMI?
aws ec2 describe-images --profile PROFILE_NAME --filters Name=root-device-type,Values=ebs Name=architecture,Values=x86_64 --image-ids AMI_ID
- Посмотреть список корзин в AWS
aws s3api list-buckets --profile=PROFILE_NAME --output text
- Посмотреть группы безопасности EC2
aws ec2 describe-security-groups --profile=PROFILE_NAME --region REGION_NAME --output text
- Получить список регионов AWS
aws ec2 describe-regions --profile=PROFILE_NAME --output text
На этом все.