nerdexam
Amazon

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.

Submitted by the_admin· Mar 6, 2026Configuration Management and Infrastructure as Code

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)
  • A
    83% (48)
  • B
    3% (2)
  • C
    10% (6)
  • D
    3% (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

#AWS CDK#Infrastructure as Code#Resource Import#Lambda

Community Discussion

No community discussion yet for this question.

Full DOP-C02 Practice