Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

Is it possible to get the ARN of an S3 bucket via the AWS command line?

I have looked through the documentation for aws s3api ... and aws s3 ... and have not found a way to do this.

2 Answers

0 votes
by (44.4k points)

The Amazon Resource Name for buckets are always :

 arn:aws:s3:::name-of-your-bucket. 

This means, if you know the bucket name then you also know the ARN which makes it simpler to understand and you don’t need to get it from anywhere.

0 votes
by (33.1k points)

An ARN is a non-opaque, constructible identifier, apparently by design. They aren't at all likely to change the documented rules for the S3 ARN format. The cn-north-1 region is a special case, as is GovCloud because those are completely cordoned off from the global AWS partition, not accessible with the same sets of keys. If you're working in multiple partitions, you have to know which partition you're dealing with.

Hope this answer helps you!

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer

Browse Categories

...