SAP-C02 · Question #716
A company stores and manages documents in an Amazon Elastic File System (Amazon EFS) file system. The file system is encrypted with an AWS Key Management Service (AWS KMS) key. The file system is…
The correct answer is A. Create a new IAM role. Create a new backup plan. Use the new IAM role to create backups. To achieve an RPO of 100 minutes for recovering deleted documents from an encrypted Amazon EFS file system, a new AWS Backup plan with a more frequent schedule is required. This new plan must be associated with a dedicated IAM role that has the necessary permissions to access…
Question
A company stores and manages documents in an Amazon Elastic File System (Amazon EFS) file system. The file system is encrypted with an AWS Key Management Service (AWS KMS) key. The file system is mounted to an Amazon EC2 instance that runs proprietary software. The company has enabled automatic backups for the file system. The automatic backups use the AWS Backup default backup plan. A solutions architect must ensure that deleted documents can be recovered within an RPO of 100 minutes. Which solution will meet these requirements?
Options
- ACreate a new IAM role. Create a new backup plan. Use the new IAM role to create backups.
- BCreate a new backup plan. Update the KMS key policy to allow the AWSServiceRoleForBackup
- CCreate a new IAM role. Use the existing backup plan. Update the KMS key policy to allow the
- DUse the existing backup plan. Update the KMS key policy to allow the
How the community answered
(35 responses)- A74% (26)
- B6% (2)
- C14% (5)
- D6% (2)
Why each option
To achieve an RPO of 100 minutes for recovering deleted documents from an encrypted Amazon EFS file system, a new AWS Backup plan with a more frequent schedule is required. This new plan must be associated with a dedicated IAM role that has the necessary permissions to access the EFS file system and its AWS KMS encryption key.
To meet an RPO of 100 minutes, a new AWS Backup plan is required because the default backup plan typically has a daily schedule, which is too infrequent. Creating a new backup plan allows for specifying a more frequent backup schedule (e.g., hourly). This new backup plan must be associated with an IAM role that has explicit permissions to access the Amazon EFS file system and the AWS KMS key used for its encryption, ensuring successful backups and restores.
While creating a new backup plan is correct, updating the KMS key policy to specifically allow AWSServiceRoleForBackup is not ideal for a new custom plan; instead, a dedicated IAM role for the new plan should be created and granted specific KMS permissions.
Using the existing default backup plan will not meet the 100-minute RPO requirement, as default plans typically run daily.
Using the existing default backup plan will not meet the 100-minute RPO requirement, and the KMS policy update is incomplete without specifying the principal.
Concept tested: AWS Backup RPO, custom backup plans, KMS key permissions.
Source: https://docs.aws.amazon.com/aws-backup/latest/devguide/creating-a-backup-plan.html
Community Discussion
No community discussion yet for this question.