Skip to content

xebia-functional/aws-cdk-region-evacuation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support for Xebia Functional Blog Posts

Docker Image CI

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.

External resources

You will need to create or have the following resources before deploying these stacks:

Article References

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