generated from dxw/terraform-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update image ID in launch template with instance refresh
* Modifies the Lambda that triggers an instance refresh, to first update the image ID to the latest AMI. This ensures the instances will be using the most up to date AMI * This has been placed within the instance refresh lambda, because it will require an instance refresh anyway to actually update the instances, and allows it to happen at the chosen instance refresh cron * The AutoScaling group's launch template version has also been changed to '$Latest', rather than a specific version so that we don't need to keep that up to date with the latest version
- Loading branch information
Showing
3 changed files
with
42 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters