AWS Certified Solutions Architect – Professional (SAP-C02) — Question 428

A company is running its solution on AWS in a manually created VPC. The company is using AWS CloudFormation to provision other parts of the infrastructure. According to a new requirement, the company must manage all infrastructure in an automatic way.

What should the company do to meet this new requirement with the LEAST effort?

Answer options

Correct answer: C

Explanation

To bring manually created resources under CloudFormation management with minimal effort, the native resource import feature should be used. This involves writing a template that matches the exact state of the existing VPC and initiating an import operation via the CloudFormation console. Other options like AWS CDK, AWS SAM, or StackSets introduce unnecessary complexity and are not the most direct methods for importing existing resources.