简体   繁体   English

AWS & Azure 区域 & 可用区列表

[英]AWS & Azure Regions & Availability Zone list

I need to list all the regions and availability zones present in Azure and AWS.我需要列出 Azure 和 AWS 中存在的所有区域和可用区。 The documentations available on their websites don't seem to have the detailed list.他们网站上提供的文档似乎没有详细列表。 How can I find the comprehensive list.我怎样才能找到完整的列表。

Thanks in advance提前致谢

You should be able to get the information you need using the CLI tools from AWS and Azure.您应该能够使用来自 AWS 和 Azure 的 CLI 工具获取所需的信息。

For AWS:对于 AWS:

aws ec2 describe-regions
aws ec2 describe-availability-zones

References:参考:

For Azure:对于 Azure:

az account list-locations -o table

Ref: https://docs.microsoft.com/en-us/cli/azure/account?view=azure-cli-latest#az-account-list-locations参考: https://docs.microsoft.com/en-us/cli/azure/account?view=azure-cli-latest#az-account-list-locations

Hope this helps.希望这可以帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM