# AWS ## JSON parsing ```shell aws ec2 describe-instances \ --profile default --region us-west-2 \ --filters Name=instance-type,Values=m4.* \ --query "Reservations[*].Instances[*].[Tags[?Key=='Name'].Value, InstanceType]" \ --output json ``` ## AWS Gov Cannot share AMIs, cannot allow roles directly.