This project has been created as a support for a series of blog posts so that you can quickly deploy the infrastructure and play around with it.
It contains the following folders:
├── infrastructure
├── web-server-container
└── README.md
- infrastructure: This folder contains the AWS infrastructure deployed by CDK (Typescript).
- web-server-container: This folder contains the web server container that runs inside the infrastructure deployed previously.
You will need to create or have the following resources before deploying these stacks:
- Create an AWS account
- Create a DNS Hosting account in ClouDNS (with free account)
Article Link | Description | Owner |
---|---|---|
Revisiting networking concepts from the client’s perspective | The first article doesn't have any infrastructure to be deployed | Jaime Navarro |
Deploy Secure Public Web Endpoints | In this section, we will review the deployment process for the related infrastructure | Jaime Navarro |
Region Evacuation with DNS approach | In this section, we will review the deployment process for the related infrastructure | Jaime Navarro |
Region Evacuation with static anycast IP approach | In this section, we will review the deployment process for the related infrastructure | Jaime Navarro |