Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to create s3 bucket in aws cli

aws s3 mb s3://bucket_name
#bucket_name is user defined. It will be created at S3 storage.
# bucket_name should not be duplicate.
 
PREVIOUS NEXT
Tagged: #create #bucket #aws #cli
ADD COMMENT
Topic
Name
5+2 =