Results 2 comments of m-31

aws ec2 describe-regions --query "Regions[*].RegionName" --output text | xargs -n 1 | sort

This is also a use case for us. We need to check if we have the permission copy a certain path (**aws s3 ls** and other calls are not permitted)....