1.0.0 • Published 3 years ago

ec2_init_generator v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

CDK EC2 Init Generator

Constructing the CloudFormationInit object used in Instance from @aws-cdk/aws-ec2 can be tedious and error-prone. This is especially true when there are many instances to create, particularly for when you are refactoring from raw CloudFormation

This library builds the CloudFormationInit from a typescript object definition.

See the example folder for how to use. cdk deploy will build and deploy the example.