aws-samples / aws-secure-environment-accelerator

The AWS Secure Environment Accelerator is a tool designed to help deploy and operate secure multi-account, multi-region AWS environments on an ongoing basis. The power of the solution is the configuration file which enables the completely automated deployment of customizable architectures within AWS without changing a single line of code.
Apache License 2.0
725 stars 233 forks source link

fix for 1205 #1223

Closed rjjaegeraws closed 4 months ago

rjjaegeraws commented 5 months ago

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

This changes the AutoScalingGroup configuration to use the LaunchTemplate's latest version instead of the hardcoded "1".

To test:

  1. In the config file, change the "rsyslog-root-volume-size": 100 value to 150.
  2. Run the StateMachine

You should see the ASG referenced version to be the latest.