Question 49:
You have a current Clouformation template defined in AWS. You need to change the current alarm threshold defined in the Cloudwatch alarm. How can you achieve this?
Answer options:
A.Currently, there is no option to change what is already defined in CloudFormation templates. B.Update the template and then update the stack with the new template. Automatically all resources will be changed in the stack. C.Update the template and then update the stack with the new template. Only those resources that need to be changed will be changed. All other resources which do not need to be changed will remain as they are. D.Delete the current CloudFormation template. Create a new one that will update the current resources.