DOP-C02 · Question #460
A company uses AWS Lambda functions in the primary operating AWS Region of its AWS account. The company manually created the Lambda functions. The company needs to use a Python-based AWS Cloud Develop
The correct answer is A. Start a partial scan by using the AWS CloudFormation IaC generator. Filter by the Lambda. The CloudFormation IaC generator can reverse-engineer existing resources (partial scan) into infrastructure as code. Filtering by Lambda type creates CDK-ready constructs with minimal manual work. AWS recommends this method for IaC onboarding of existing workloads.
Question
A company uses AWS Lambda functions in the primary operating AWS Region of its AWS account. The company manually created the Lambda functions. The company needs to use a Python-based AWS Cloud Development Kit (AWS CDK) application to manage the Lambda functions. Which solution meets these requirements with the LEAST implementation effort?
Options
- AStart a partial scan by using the AWS CloudFormation IaC generator. Filter by the Lambda
- BStart a partial scan by using the AWS CloudFormation IaC generator. Filter by the Lambda
- CStart a partial scan by using the AWS CloudFormation IaC generator. Filter by the Lambda
- DCreate a resource inventory by using AWS Config. Filter by the Lambda resource type. Export the
How the community answered
(58 responses)- A83% (48)
- B3% (2)
- C10% (6)
- D3% (2)
Explanation
The CloudFormation IaC generator can reverse-engineer existing resources (partial scan) into infrastructure as code. Filtering by Lambda type creates CDK-ready constructs with minimal manual work. AWS recommends this method for IaC onboarding of existing workloads.
Topics
Community Discussion
No community discussion yet for this question.