Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

This folder contains solution blueprints that are meant to address end-to-end requirements for specific scenarios. An example of a scenario would be a new user without existing ECS Fargate infrastructure is looking to build, deploy, and run a load balanced service. The ECS Fargate infrastructure need is addressed by core-infra and the rest of needs for build, deploy, and run a load balanced service are addressed by lb-service. The end-to-end part is important to note because these examples aspire to address resiliency (auto-scaling, self-healing), observability, security, and cost efficiency as well.

For first time users, core-infra is the recommended blueprint example to start because it will setup the required ECS Fargate infrastructure used in other examples.

If you are looking to contribute a new solution, then you will add your Terraform code in a new folder here. You can also contribute by improving existing solutions across many aspects of CI/CD, observability, security, and cost optimization.

Please consult documentation in specific example folder to learn more and try them!