Get ARN of S3 Bucket with aws cli
问题 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. 回答1: It's always arn:aws:s3:::NAME-OF-YOUR-BUCKET . If you know the name of the bucket, you know the ARN. No need to 'get' it from anywhere. 回答2: You can also select your S3 bucket ARN by selecting it using the tick mark at the s3 management console, which will pop up a Side bar. where there is a provision to copy