-
-
Notifications
You must be signed in to change notification settings - Fork 325
Description
Describe the Feature
Request support be added for EC2 launch templates.
AWS now recommends using EC2 launch templates instead of launch configurations. Currently the terraform-aws-elastic-beanstalk-environment module only supports launch configurations.
References:
An AWS Blog post recommending migrating from launch configurations to launch templates:
https://aws.amazon.com/blogs/compute/amazon-ec2-auto-scaling-will-no-longer-add-support-for-new-ec2-features-to-launch-configurations/
Documentation for launch configurations warns "We strongly recommend that you do not use launch configurations.":
https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-configurations.html
Documentation for launch templates: https://docs.aws.amazon.com/autoscaling/ec2/userguide/launch-templates.html
Thanks.