#tutorialsfor #amazon #s3 #aws #bucket #awscli #upload #createbucket #simplestorageservice #amazonwebservices #awsconfigure
How to Create Bucket in Amazon S3 using AWS CLI and How to Upload files from local machine to AWS S3 Buckets
Command used in this video for creating bucket in aws s3 is : aws s3 mb s3://tutorialsfor
The above command output: make_bucket: tutorialsfor
Command used in this video for uploading files in aws s3 is aws s3 cp cloudformation s3://tutorialsfor/cloudformation --recursive
The above command output : upload: cloudformation\first.yaml to s3://tutorialsfor/cloudformation/first.yaml
We can use help documentation by command : aws s3 help
aws s3 mb help