Which actions will help reduce both the operational burden and the number of parameters passed into a service deployment?

1 Comment

  1. Austin
    Author

    As I understand it, the answer is:
    Create a new AWS CloudFormation template for each service. Alter the existing templates to use cross-stack references to eliminate passing many parameters to each template. Call each required stack for the application as a nested stack from the new stack. Call the newly created service stack from the AWS CloudFormation console to deploy the specific service with a subset of the parameters previously required.

Leave a Reply to Austin Cancel reply

Your email address will not be published. Required fields are marked *

5 × five =