ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

196 / 500

Question 196:

You are in charge of creating a Cloudformation template that will be used to spin our resources on demand for your DevOps team. The requirement is that this cloudformation template should be able to spin up resources in different regions. Which of the following aspects of Cloudformation templates can help you design the template to spin up resources based on the region?

Answer options:

A.Use the mappings section in the Cloudformation template so that the relevant resource can be spun up based on the relevant region.
B.Use the outputs section in the Cloudformation template so that the relevant resource can be spun up based on the relevant region.
C.Use the parameters section in the Cloudformation template so that the relevant resource can be spun up based on the relevant region.
D.Use the metadata section in the Cloudformation template so that the relevant resource can be spun up based on the relevant region.