
Answer-first summary for fast verification
Answer: Use AWS Lambda to automate recovery scripts, AWS Systems Manager to execute these scripts, and Amazon S3 for backup storage.
Recovering services after a security incident involves automating recovery processes to minimize downtime and manual effort. AWS Lambda can be used to automate recovery scripts, which are executed by AWS Systems Manager. Amazon S3 provides secure and scalable storage for backups, ensuring that data can be quickly restored to recover services.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Discuss the steps you would take to recover services after a security incident, focusing on the use of AWS services such as AWS Lambda, AWS Systems Manager, and Amazon S3. Describe how these services would help in restoring normal operations.
A
Use AWS Lambda to automate recovery scripts, AWS Systems Manager to execute these scripts, and Amazon S3 for backup storage.
B
Manually execute recovery scripts, use AWS Systems Manager for inventory management, and Amazon S3 for log storage.
C
Use AWS Lambda to trigger recovery processes, AWS Systems Manager for patch management, and Amazon S3 for data restoration.
D
Automate recovery with AWS Lambda, manage resources with AWS Systems Manager, and use Amazon S3 for data recovery.
No comments yet.