Access Amazon S3 using AWS CLI | AWS S3 bucket - List, Create, Sync, Delete, S3

preview_player
Показать описание
Learn how to List Buckets, Create Bucket, Sync bucket and Delete Bucket using AWS CLI (Command Line Interface)

Do subscribe to my channel Study Point by Mr Singh and provide comments below. If you would like me to create a video on any topic then mention it in the comments..

#AWSS3 #AWSS3bucket #CreateS3Bucket #AWSS3Overview # AWSTraining #AWSS3CLI

For more videos watch the playlist

Do Subscribe our Study Point channel & get regular updates on videos:

Follow me -

Whatsapp

AWS

Azure 104 --

For More Information:
Рекомендации по теме
Комментарии
Автор

Sir you explained AWS very well. Very easy to understand.

applaudevents
Автор

Very well explained the topic AWS.. how to sync.. about bucket creation. Super knowledge. Thanx for sharing

NeelamBabbar
Автор

Hi I created a bucket & then tried assigning permissions using the policy generator I applied policy under AWS S3 -> buckentname -> permissions-> bucket policy. I could see the policy was in effect when I run the command aws s3 ls s3://bucketname on that specific user through cli. my query was that when i go to the IAM users & go to the specific user for whom i created the policy I don't see that permissions reflecting over there I am a bit confused can you help. the policy I created is something like this

{
"Version": "2012-10-17",
"Id": "Policy161915878999",
"Statement": [
{
"Sid": "Stmt1619158731311",
"Effect": "Allow",
"Principal": {
"AWS":
},
"Action": [
"s3:GetBucketLocation",
"s3:GetObject",
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::demo-3s-bucket",

]
}
]
}

roya