Liste du seau AWS CLI S3
aws s3api list-buckets --query "Buckets[].Name"
Eager Echidna
aws s3api list-buckets --query "Buckets[].Name"
aws s3 mb s3://bucket_name
#bucket_name is user defined. It will be created at S3 storage.
# bucket_name should not be duplicate.
aws s3api list-buckets --query "Buckets[].Name"
$ aws s3api create-bucket \ --bucket my-second-emr-bucket \ --region us-east-2 \ --create-bucket-configuration LocationConstraint=us-east-2