AWS Certified SysOps Administrator – Associate (legacy) — Question 525

A SysOps Administrator needs to create a replica of a company's existing AWS infrastructure in a new AWS account. Currently, an AWS Service Catalog portfolio is used to create and manage resources.
What is the MOST efficient way to accomplish this?

Answer options

Correct answer: A

Explanation

Using an AWS CloudFormation template to deploy the AWS Service Catalog portfolio in the new account represents the most efficient, automated, and repeatable Infrastructure as Code (IaC) method. Manually recreating the portfolio is time-consuming and prone to human error, while developing a custom AWS Lambda function adds unnecessary code complexity and maintenance overhead. Although portfolio sharing is possible, using CloudFormation templates ensures consistent deployment and lifecycle management of the catalog infrastructure.