A SysOps Administrator is tasked with deploying and managing a single CloudFormation template across multiple AWS accounts. What feature of AWS CloudFormation will accomplish this?
AWS StackSets is a CloudFormation feature that allows you to create, update, or delete CloudFormation stacks across multiple AWS accounts and regions with a single CloudFormation template. With StackSets, you can centrally manage and coordinate the deployment and management of resources across multiple accounts.
By creating a StackSet, you can define the CloudFormation template that will be deployed in each account. You can then use StackSet operations to deploy and manage the stack instances across the desired AWS accounts.
StackSets also provide features like drift detection, allowing you to detect any configuration changes or drift in the deployed stacks, and stack instance operations, enabling you to create, update, or delete stack instances in an account.
D. StackSets
A stack set lets you create stacks in AWS accounts across regions by using a single AWS CloudFormation template. All the resources included in each stack are defined by the stack set's AWS CloudFormation template.
Reference: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stacksets-concepts-stackset
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
albert_kuo
9 months, 3 weeks agoRicardoD
2 years, 6 months agoabhishek_m_86
2 years, 6 months agoarpana_03
2 years, 6 months agojackdryan
2 years, 7 months agoJichu
2 years, 7 months ago