AWS S3 CLI Tutorial
In this AWS S3 tutorial i will go through the main AWS S3 Cli commands, how to create a bucket, remove/delete a bucket, copy files, download, upload , sync and more.
Create new bucket
aws s3 mb s3://bucket-name
Remove bucket
aws s3 rb s3://bucket-name
Extra option
--force - Delete the bucket with all it's content.
List buckets
aws s3 ls
List content of a bucket
aws s3 ls s3://bucket-name
Copy file from local to S3
aws s3 cp fileName.txt s3://bucket-name/
Extra option
--recursive - Copy all the files recursively with folders.
Extra options
--grants - Specify grants and permissions.
--storage-class REDUCED_REDUNDANCY - Specify different lower class for the object
--acl public-read - Add a public read to specific file
Sync between local and S3 bucket
aws s3 sync folder/ s3://bucket-name/
Extra sync options
--delete - This will delete all files from bucket which don't present locally.
--Exclude - Delete all but exclude specific file
Get output in JSON format
aws s3api list-objects --bucket BUCKETNAME
What is AWS S3
https://goo.gl/aYphcg
Create your first S3 Bucket
https://goo.gl/U3d7Pv
Create Static Website using S3
https://goo.gl/OGDxhE
What is AWS EFS
https://goo.gl/uCmEEX
Create EFS and Mount it on Linux
https://goo.gl/hvkcPq
On this page of the site you can watch the video online AWS S3 CLI Tutorial: AWS S3 CLI and S3API Basic Commands with a duration of hours minute second in good quality, which was uploaded by the user DotsWay 13 June 2017, share the link with friends and acquaintances, this video has already been watched 36,472 times on youtube and it was liked by 312 viewers. Enjoy your viewing!