A company has many accounts in an organization in AWS Organizations. The company must automate resource provisioning from the organization’s management account to the member accounts.
Which solution will meet this requirement?
A.
Create an AWS CloudFormation change set. Deploy the change set to all member accounts.
B.
Create an AWS CloudFormation nested stack. Deploy the nested stack to all member accounts.
C.
Create an AWS CloudFormation stack set. Deploy the stack set to all member accounts.
D.
Create an AWS Serverless Application Model (AWS SAM) template. Deploy the template to all member accounts.
change sets = like a previews of what the IAC will do
nested sets = pre saved configurations you could use again in a different template
stack sets = allows creation, deletion , updating of stacks across multiple accounts
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.
Bhrino
Highly Voted 8 months, 3 weeks agojipark
8 months, 3 weeks agokondratyevmn
Most Recent 12 months ago