-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to list all resources by ARN #15
Comments
Hi @klauern, sorry, for answering so late. You could try
to output the ARN attribute for all resources that have one (otherwise the output is N/A). Note that the first 5 attribute columns in the output are always the same: You could then pipe the output then through some tools like |
May i ask what the status of this request is? The job stuck with unavailable service: Error aws_globalaccelerator_accelerator: operation error Global Accelerator: ListAccelerators, exceeded maximum number of attempts, 3, https response error StatusCode: 0, RequestID: , request send failed, Post "https://globalaccelerator.us-east-1.amazonaws.com/": Service Unavailable |
I also ran into @anovero123's issue just now. Running in debug mode shows:
Seems to hang at the |
I've been doing some more exploratory work to discover all of our resources and perform some tagging efforts. The Resource Groups Tagging API supports a TagResources call that allows you to apply tags en masse with a list of ARNs.
https://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/API_TagResources.html
I was hoping to use this tool to list all the resources, apply some tags to them, and then do other automation around those tags. However, it doesn't appear that there's a standard way to return the ARN for the resource that you are listing. I would like to be able to return ARN's for all of these resource types, so I can pass that in to downstream tools.
The text was updated successfully, but these errors were encountered: