SAP-C02 · Question #284
SAP-C02 Question #284: Real Exam Question with Answer & Explanation
The correct answer is B: Download the Lambda function deployment package from the Source account. Use the. This solution uses a combination of AWS Resource Access Manager (RAM) and automated backups to migrate the Lambda functions and the Aurora database to the Target account while minimizing downtime. In this solution, the Lambda function deployment package is downloaded from the Sou
Question
A company has applications in an AWS account that is named Source. The account is in an organization in AWS Organizations. One of the applications uses AWS Lambda functions and stores inventory data in an Amazon Aurora database. The application deploys the Lambda functions by using a deployment package. The company has configured automated backups for Aurora. The company wants to migrate the Lambda functions and the Aurora database to a new AWS account that is named Target. The application processes critical data, so the company must minimize downtime. Which solution will meet these requirements?
Options
- ADownload the Lambda function deployment package from the Source account. Use the
- BDownload the Lambda function deployment package from the Source account. Use the
- CUse AWS Resource Access Manager (AWS RAM) to share the Lambda functions and the Aurora
- DUse AWS Resource Access Manager (AWS RAM) to share the Lambda functions with the Target
Explanation
This solution uses a combination of AWS Resource Access Manager (RAM) and automated backups to migrate the Lambda functions and the Aurora database to the Target account while minimizing downtime. In this solution, the Lambda function deployment package is downloaded from the Source account and used to create new Lambda functions in the Target account. The Aurora DB cluster is shared with the Target account using AWS RAM and the Target account is granted permission to clone the Aurora DB cluster, allowing for a new copy of the Aurora database to be created in the Target account. This approach allows for the data to be migrated to the Target account while minimizing downtime, as the Target account can use the cloned Aurora database while the original Aurora database continues to be used in the Source account.
Community Discussion
No community discussion yet for this question.