@hindawi-test/phenom-networking
v1.1.10
Published
CDK constructs for Phenom networking on AWS
Readme
Welcome to the Phenom Networking Construct
This Construct will createa the following:
- A VPC with up to 3 AZs
- each AZ will have 4 subnets ['ingress', 'applications', 'servers', 'databases']
- one Application Load Balancer
- one NAT Gateway
Useful commands
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testscdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template
