Question 306:
You’re in charge of creating a cloud formation template. This template needs to create resources for multiple types of environments. The template needs to be flexible so that it can create resources based on the type of environment. How can you achieve this? Choose 2 answers from the options given below.
Answer options:
A.Create an Input Parameter to take in the type of environment. B.Use the Outputs section to define the type of environment. C.Use the Custom Resources feature to create resources based on the type of environment. D.Use the Conditions section to create resources based on the type of environment.