Skip to content

tobigs/cdk-configuration-management-example

Repository files navigation

EC2 Instance Creation with CDK

This example showcases how you can deploy and test your cdk project with multiple environments.

Deployment

$ export ENV=dev
$ cdk deploy

Testing

$ export ENV=dev
$ npm run test

Notice

This is a sample solution intended as a starting point and should not be used in a productive setting without thorough analysis and considerations on the user's side.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

Attribution

The file build-config.ts is based on this blog by Gage Vander Clay.
The file ec2-cdk-stack.ts is based on this repository from AWS Samples.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published