Question 155:
You are deploying several CloudFormation templates. Whilst deploying the templates, you are getting the below error. Error Type Sender Code Throttling Message Rate exceeded Which of the following can be done to resolve the issue?
Answer options:
A.Add a pause in the CloudFormation templates. B.Add an exponential backoff between the calls to the createStack API. C.Use a large instance from where the CloudFormation template is being deployed. D.Combine the stacks into one template and deploy the stack.