Topic 1 Question 43
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?
Use Amazon EC2 user data in a CloudFormation template.
Use nested stacks to provision resources.
Use parameters in a CloudFormation template.
Use stack policies to provision resources.
ユーザの投票
コメント(8)
- 正解だと思う選択肢: 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
👍 11princajen2022/09/01 D seems correct
👍 1Gianiluca2022/09/19- 正解だと思う選択肢: C
C. Parameters.
👍 1Surferbolt2022/10/12
シャッフルモード