Photo by Waldemar on Unsplashextracting AWS S3 bucket arn(feat. ChatGPT 3.5)AWS/Amazon S3Taegu Kang·Jan 31, 2023·1 min read outline S3 ARN is unique information of AWS resources and is useful in AWS CLI, but S3 bucket ARN cannot be extracted through normal AWS CLI for S3. how-to aws s3 ls | awk '{print $3}' | sed 's/^/arn:aws:s3:::/' ChatGPT3.5 (X) AWSextractclichatgpts3 arn Share this