AWSアカウントの指定された地域にある指定されたタグ(キーと値)に関連付けられているすべてのタグ付きリソースを返します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/resourcegroupstaggingapi/get-resources.html
aws resourcegroupstaggingapi get-resources -resources-per-page 25 |
The Resource Groups Tagging API Makes It Easier to List Your Resources by Using a New Pagination Parameter | AWS Security Blog : http://aws.amazon.com/blogs/security/the-resource-groups-tagging-api-now-supports-pagination-by-the-number-of-resources-and-automated-pagination-in-the-aws-cli/ |
aws resourcegroupstaggingapi get-resources --resource-type-filters "elasticloadbalancing" --tag-filters Key="elasticbeanstalk:environment-name" |
AWS CLI ElasticBeanstalk ec2 Queries 揃 GitHub : http://gist.github.com/so0k/0e68ccb711ea668cce7ab2ed54f72549 |
aws resourcegroupstaggingapi get-resources still shows several resources: |
amazon web services - How to remove AWS resources after the corresponding Hosted zone has been removed? - Stack Overflow : http://stackoverflow.com/questions/49016221/how-to-remove-aws-resources-after-the-corresponding-hosted-zone-has-been-removed |
aws resourcegroupstaggingapi get-resources --profile myprofile --tag-filters Key=ROUTE |
How To: Tag Your Lambda Functions for Smarter Serverless Applications - Jeremy Daly : http://www.jeremydaly.com/how-to-tag-your-lambda-functions-for-smarter-serverless-applications/ |