Looking to pull ARNs for analysis

Hi, I’m currently trying to get the untagged ARNs I have in my organization for triage and fixing. Looking like this is a bigger endeavor than I expected. Any way on how to get this done?

You could build something with Python or something else and

to get all analysis and their arn

2 Likes

Hi @tannguyen - Yes, the best way to do this create a python script as per @ErikG and using boto3 list analyses . See the below document as well.

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/list_analyses.html

Regards - Sanjeeb

1 Like

Thanks @ErikG and @Sanjeeb2022! I’ll give it a shot.

Hmm looking at the documentation, it looks like it’s pulling Quicksight ARNs. Is there anyway for me to pull EC2, S3, or other services’ ARNs?

You can check the documentation for the other services I guess there are similar functions.

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2.html

2 Likes