Question 269:
You are creating a cloudformation templates which takes in a database password as a parameter. How can you ensure that the password is not visible when anybody tries to describes the stack
Answer options:
A.Use the password attribute for the resource B.Use the NoEcho property for the parameter value C.Use the hidden property for the parameter value D.Set the hidden attribute for the Cloudformation resource.