-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec2/launch_template: Add eventual consistency
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 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
@YakDriver
I hit this issue on an older version (without this change) during a launch template update so was looking if this was fixed and found this issue. On an update though is this handling that a new version was added? Seems like maybe it's just reading that the launch template exists (by ID or name) but in the update case it already exists just a new version was added.
Issue I'm running into for instance was going from launch template v1 -> v2, the final line of the update tries to read back the launch template which has a version check here but then will intermittently fail i.e.
Thanks for the change though!