Launch Templates can use SSM parameters for AMI ID #4464
claytonolley
started this conversation in
Ideas
Replies: 2 comments
-
I was not aware of this feature, the AMI id can be managed via SSM, but the scale-up lambda will ignore in that cate the once in the launch template. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Link to related discussion - #4460 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all, I often get Terraform plans that are only updating the AMI ID on the launch templates, however I only use SSM Parameters that the lambda's inject directly at launch time. I see that AWS Launch Templates support SSM Parameters out of the box though so is there a way we can forego the regular data call and just specify our SSM Parameters in place of the ami id?
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id
Beta Was this translation helpful? Give feedback.
All reactions