ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 127 - SOA-C02 discussion

Report
Export

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
Answers
A.
Use Amazon EC2 user data in a CloudFormation template
B.
Use nested stacks to provision resources
Answers
B.
Use nested stacks to provision resources
C.
Use parameters in a CloudFormation template
Answers
C.
Use parameters in a CloudFormation template
D.
Use stack policies to provision resources
Answers
D.
Use stack policies to provision resources
Suggested answer: C

Explanation:

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

asked 16/09/2024
Wojciech Oleksiak
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first