-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EC2 Image Builder: Create a new version of launch template after successful build #20739
Comments
I am very interested in this feature. I am willing to try a PR but i don know how to start, just point me to the right direction and i will try. |
@jleonardolemos
I hope this gives you a better understanding. |
are there any updates for this future integration? |
@simoferr98 not for my side |
Any updates on this? |
Should have been closed via #22842. |
Hey @ewbankkit, could we please close this issue? It has many upvotes but the argument has been already added to the resource. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Please add the parameters launch_template_id (string) and update_launch_template_version (bool) in the ami_distribution_configuration block to instruct EC2 Image Builder to create a new version of the launch template that includes the latest AMI ID after the build completes. This is useful for updating an existing autoscaling group to use the new AMI.
Currently, when the resource is deployed, I have to manually go into the dashboard to set the launch template id in the distribution configuration.
New or Affected Resource(s)
aws_imagebuilder_distribution_configuration
Potential Terraform Configuration
Thank you! :)
The text was updated successfully, but these errors were encountered: