Back
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.
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.
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!
Learn how we helped 50,000+ professionals like you !
31k questions
32.8k answers
501 comments
693 users