如何获取各地区AWS账户的ELB列表和详情
How to get the list of ELB and the details from AWS accounts accross all regions
有没有办法在 aws 帐户中获取所有区域的所有 elb 及其详细信息。 aws 上是否有任何可用的 api 或我可以用来获取数据的任何工具。提前致谢
1) 有一个功能叫做resource groups
Resource Groups and a Tag Editor. Resource Groups allow you to easily create, maintain, and view a collection of resources that share common tags. The new Tag Editor allows you to easily manage tags across services and Regions. You can search globally and edit tags in bulk, all with a couple of clicks.
https://aws.amazon.com/blogs/aws/resource-groups-and-tagging/
http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/what-are-resource-groups.html
2) 运行 使用 aws cli 命令或 AWS SDK for PHP 如您标记的那样。
有没有办法在 aws 帐户中获取所有区域的所有 elb 及其详细信息。 aws 上是否有任何可用的 api 或我可以用来获取数据的任何工具。提前致谢
1) 有一个功能叫做resource groups
Resource Groups and a Tag Editor. Resource Groups allow you to easily create, maintain, and view a collection of resources that share common tags. The new Tag Editor allows you to easily manage tags across services and Regions. You can search globally and edit tags in bulk, all with a couple of clicks.
https://aws.amazon.com/blogs/aws/resource-groups-and-tagging/
http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/what-are-resource-groups.html
2) 运行 使用 aws cli 命令或 AWS SDK for PHP 如您标记的那样。