exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 251 discussion

A company uses AWS CloudFormation templates to deploy cloud infrastructure. An analysis of all the company's templates shows that the company has declared the same components in multiple templates. A SysOps administrator needs to create dedicated templates that have their own parameters and conditions for these common components.

Which solution will meet this requirement?

  • A. Develop a CloudFormation change set.
  • B. Develop CloudFormation macros.
  • C. Develop CloudFormation nested stacks.
  • D. Develop CloudFormation stack sets.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Gomer
Highly Voted 1 year, 6 months ago
Selected Answer: C
Nested stack declaration: AWS::CloudFormation::Stack -> TemplateURL: https://s3.amazonaws.com/cloudformation-templates-us-east-1/template.yml StackSets are used with AWS Organizations to share stacks between different accounts.
upvoted 7 times
...
Christina666
Highly Voted 1 year, 3 months ago
Selected Answer: C
Option C (Develop CloudFormation nested stacks) is the correct option for managing common components in multiple templates. Nested stacks allow you to break down complex templates into smaller, more manageable units, where each nested stack can have its own set of parameters, conditions, and resources. This approach promotes code reusability, simplifies template management, and reduces duplication of common components across templates. By creating dedicated templates as nested stacks, you can define and maintain the common components in a single location and then reference them from other templates. This helps ensure consistency and makes it easier to update and maintain the infrastructure as changes can be made in one place and propagated to all templates that use the nested stack.
upvoted 6 times
...
james2033
Most Recent 7 months, 3 weeks ago
Selected Answer: C
'common component' --> nested stack.
upvoted 3 times
...
Learning4life
8 months, 3 weeks ago
Selected Answer: C
As your infrastructure grows, common patterns can emerge in which you declare the same components in multiple templates. You can separate out these common components and create dedicated templates for them. Then use the resource in your template to reference other templates, creating nested stacks.
upvoted 2 times
...
jipark
1 year, 2 months ago
Selected Answer: C
- Cross Stacks : export A stack -> import B stack Export Value를 여러stack에서 Import해서 공유 (ex. VPC) - Nested Stacks : share common stack 재사용 용도 (ex. RDS, ASG, ELB)
upvoted 2 times
...
Creature
1 year, 4 months ago
Selected Answer: C
Concur with C - refer to this supporting document - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
upvoted 2 times
...
Vivec
1 year, 7 months ago
Selected Answer: C
The correct answer is C. Develop CloudFormation nested stacks. CloudFormation nested stacks allow you to create a parent stack that references multiple child stacks. Each child stack can have its own parameters and conditions, and the parent stack can be used to create or update all the resources across all the child stacks at once. By using CloudFormation nested stacks, the SysOps administrator can create dedicated templates for the common components, each with their own parameters and conditions. The common components can be declared once in a shared template, which can then be referenced by the child stacks.
upvoted 3 times
...
defmania00
1 year, 8 months ago
Selected Answer: C
As your infrastructure grows, common patterns can emerge in which you declare the same components in multiple templates. You can separate out these common components and create dedicated templates for them. Then use the resource in your template to reference other templates, creating nested stacks.
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago