Skip to content

Commit

Permalink
feat(ec2): can define Launch Templates (not use them yet) (aws#12385)
Browse files Browse the repository at this point in the history
This provides an initial implementation of a level 2 construct for EC2 Launch Templates. It is a start that is intended to help get the ball rolling on implementation of Launch Template support within the CDK. It is a step towards resolving aws#6734

Launch Templates have value even without the integrations into Instance and AutoScalingGroup being implemented yet. Thus, the intention with this PR is to solely implement the L2 for LaunchTemplate. Future work in a separate PR would be required to implement its integration into Instance, AutoScalingGroup, and others.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
ddneilson authored and TLadd committed Feb 9, 2021
1 parent c20fd03 commit d5d4da2
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit d5d4da2

Please sign in to comment.