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 43 discussion

A SysOps administrator is tasked with deploying a company's infrastructure as code. The SysOps administrator want to write a single template that can be reused for multiple environments.
How should the SysOps administrator use AWS CloudFormation to create a solution?

  • A. Use Amazon EC2 user data in a CloudFormation template.
  • B. Use nested stacks to provision resources.
  • C. Use parameters in a CloudFormation template.
  • D. Use stack policies to provision resources.
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
princajen
Highly Voted 1 year, 3 months ago
Selected Answer: C
Reuse templates to replicate stacks in multiple environments After you have your stacks and resources set up, you can reuse your templates to replicate your infrastructure in multiple environments. For example, you can create environments for development, testing, and production so that you can test changes before implementing them into production. To make templates reusable, use the parameters, mappings, and conditions sections so that you can customize your stacks when you create them. For example, for your development environments, you can specify a lower-cost instance type compared to your production environment, but all other configurations and settings remain the same. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/best-practices.html#reuse
upvoted 19 times
...
Amonchaiz
Most Recent 8 months, 4 weeks ago
Selected Answer: C
ans: C
upvoted 2 times
...
michaldavid
1 year ago
Selected Answer: C
ccccccccc
upvoted 2 times
...
Liongeek
1 year, 1 month ago
Ans: C
upvoted 1 times
...
Atown
1 year, 1 month ago
Selected Answer: C
I believe C
upvoted 2 times
...
Milus
1 year, 1 month ago
It looks like B is correct
upvoted 3 times
...
Surferbolt
1 year, 2 months ago
Selected Answer: C
C. Parameters.
upvoted 2 times
...
Gianiluca
1 year, 3 months ago
D seems correct
upvoted 1 times
Gianiluca
1 year, 3 months ago
I meant B as per https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
upvoted 1 times
zolthar_z
1 year ago
Don't confuse nested stacks with stacksets
upvoted 1 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 ...