ExamQuestions.com

Register
Login
AWS Certified SysOps Administrator Associate Exam Questions

Amazon

AWS Certified SysOps Administrator Associate

273 / 340

Question 273:

You are working as a SysOps administrator for a media company. Your company is using Amazon S3 buckets to save video content shared by reporters. For each month, a new bucket is created as an example-bucket-monthname. For the month of July, all these data are stored in bucket name as “example-bucket-july” which has versioning enabled. At the start of a new month, data for last month along with the bucket needs to be deleted to free up space. Which of the following can be used to meet this requirement?

Answer options:

A.Delete bucket example-bucket-july programmatically using AWS SDK.
B.Delete bucket using the command “$ aws s3 rb s3://example-bucket-july --force”
C.Delete bucket using the command “$ aws s3 rb s3:// example-bucket-july”
D.Delete bucket using command “$ aws s3 rm s3:// example-bucket-july --recursive”