Skip to content

Creating an infrastructure that is redundant across multiple availability zones, end users can only access the app through a domain name, the database should only be accessible from the application servers. a secure way to access the servers for troubleshooting must be provided.

License

Notifications You must be signed in to change notification settings

AWS-Devops-Projects/3tier-architecture-with-cdk

Repository files navigation

three tier architecture with cdk

This repo contains code for a three tier application consisting of web layer, app layer and data layer. The template is highly customizable with many features thanks to the CDK's flexibility, including custom IP's for the VPC and the optional provisioning of the database layer.

Useful commands

  • cdk ls list all stacks in the app
  • cdk synth emits the synthesized CloudFormation template
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk docs open CDK documentation

Enjoy!

About

Creating an infrastructure that is redundant across multiple availability zones, end users can only access the app through a domain name, the database should only be accessible from the application servers. a secure way to access the servers for troubleshooting must be provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published