Access denied when deleting S3 bucket

0

I am taking advanced cloud devops nanodegree on udacity that is based on AWS services. To practice hands-on and work on projects we use cloud gateway to AWS account provided by udacity. We are limited to $25 budget through the nano degree, So we must delete all used resources once finishing the hands-on. I was doing hands-on that deploys webapp to elastic beanstalk and to delete resources, In steps I shoud delete the s3 bucket created for the app, but I could not do so and got this message: "elasticbeanstalk-us-east-id" Do anyone have solution for this?

2 Answers
3
Accepted Answer

Either the bucket is not empty or there is a bucket policy preventing deletion.

Please see https://aws.amazon.com/premiumsupport/knowledge-center/elastic-beanstalk-delete-s3/

Why can't I delete an Amazon S3 bucket that Elastic Beanstalk created?

My AWS Elastic Beanstalk application created an Amazon Simple Storage Service (Amazon S3) bucket. Why can't I delete the bucket?

Resolution

When you use an Elastic Beanstalk application to create an S3 bucket, a policy is applied to the bucket that protects it from getting deleted accidentally. To delete the bucket, you need to delete the bucket policy first. For instructions, see Deleting the Elastic Beanstalk Amazon S3 Bucket.

Warning: If you delete the bucket, any other AWS resources or applications that depend on the bucket might stop working correctly.

profile pictureAWS
EXPERT
Matt-B
answered 2 years ago
profile pictureAWS
EXPERT
Toni_S
reviewed 2 years ago
-2

Empty the bucket first.

profile pictureAWS
EXPERT
kentrad
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions