Search Suggest

Bài đăng

How to check AWS region name from CLI

Check current availabe regions name
aws ec2 describe-regions

Check current availabe regions name with an endpoint
aws ec2 describe-regions --filters "Name=endpoint,Values=*us*"


Check current regions name only
aws ec2 describe-regions --query 'Regions[].{Name:RegionName}' --output text

Đăng nhận xét