exam questions

Exam AWS Certified SAP on AWS - Specialty PAS-C01 All Questions

View all questions & answers for the AWS Certified SAP on AWS - Specialty PAS-C01 exam

Exam AWS Certified SAP on AWS - Specialty PAS-C01 topic 1 question 6 discussion

A company’s SAP basis team is responsible for database backups in Amazon S3. The company frequently needs to restore the last 3 months of backups into the pre-production SAP system to perform tests and analyze performance. Previously, an employee accidentally deleted backup files from the S3 bucket. The SAP basis team wants to prevent accidental deletion of backup files in the future.
Which solution will meet these requirements?

  • A. Create a new resource-based policy that prevents deletion of the S3 bucket.
  • B. Enable versioning and multi-factor authentication (MFA) on the S3 bucket.
  • C. Create signed cookies for the backup files in the S3 bucket. Provide the signed cookies to authorized users only.
  • D. Apply an S3 Lifecycle policy to move the backup files immediately to S3 Glacier.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
XaviIniesta
1 year, 3 months ago
B - MFA helps to avoid accidental deletion
upvoted 1 times
...
Mojakerian
1 year, 7 months ago
Correct is A Every backup file is different in the bucket, there is no new versions of it. A policy for the whole bucket is much more effective and simple.
upvoted 3 times
...
ggrodskiy
1 year, 11 months ago
Correct B. This option will allow the SAP basis team to enable versioning and multi-factor authentication (MFA) on the S3 bucket. Versioning is a feature that allows you to preserve, retrieve, and restore every version of every object stored in an S3 buckethttps://aws.amazon.com/getting-started/hands-on/protect-data-on-amazon-s3/. MFA is a security feature that requires users to provide two forms of authentication when performing certain actions on an S3 buckethttps://stackoverflow.com/questions/72634045/aws-s3-how-to-protect-against-accidental-deletion. By enabling versioning and MFA on the S3 bucket, the SAP basis team can protect their backup files from being overwritten or deleted by mistake or by unauthorized users. They can also recover any deleted versions of their backup files from the S3 bucket.
upvoted 3 times
...
Dhieraj
1 year, 11 months ago
Answer is B: When versioning is enabled, a simple DELETE cannot permanently delete an object. Instead, Amazon S3 inserts a delete marker in the bucket, and that marker becomes the current version of the object with a new ID. A wiil prevent all deletions..
upvoted 1 times
...
schalke04
2 years, 4 months ago
Selected Answer: B
B. Enable versioning and multi-factor authentication (MFA) on the S3 bucket.
upvoted 4 times
...
SMALLAM
2 years, 4 months ago
I think B
upvoted 2 times
...
Hyperdanny
2 years, 5 months ago
B, since inline policy (A) would prevent all deletes, not just accidental deletes.
upvoted 3 times
...
bigmuramura2
2 years, 5 months ago
Selected Answer: B
I think B
upvoted 3 times
...
bigmuramura2
2 years, 5 months ago
I think B
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...