-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the wiki for cloudops-ladder-aws-alb-asg-aurora
Since these files will go into the main repository links should reflect that location instead of the wiki locations. Since most/all of these files will go into the docs/
directory relative links should work in both places.
We're in early development stages of this repository and are experimenting with the structure of git branches. Unlike many code repositories we are focused on making the git branches and history easy and meaningful to viewers/readers over preserving history.
If you make a clone or fork of this repository be aware that you might have to repeat that or fixup your copy in the future.
Once we have worked out the structure we will stabilize the git history.
cloudops-ladder-aws-alb-asg-aurora is primarily an educational/demo repository intended to show both to:
- Structure the powerful AWS combination of ALB—Application Load Balancer, EC2 ASG—Auto Scaling Group, and Aurora database.
- Beyond a simple example, add the additional AWS & other services to take better advantage of AWS and have a production ready solution.
- Teach/show how to do the above with Terraform.
We have structured this as progressive Stages of overall solution complexity and Rungs within each Stage building it up piecemeal to allow a focus on each logical set of changes. Each Stage is numbered (e.g. Stage-01) and each Rung is numbered within that Stage and resetting between Stages (e.g. Stage-01/Rung-05 could be followed by Stage-02/Rung-01).
CloudOps-Ladder is intended to be the first of a broader set of repositories and tools helping people climb the ladder towards better Cloud Operations, DevOps, DevSecOps, and Platform Engineering. We hope to provide repositories that can be viewed in both simplified fashion and more complete solutions. Hopefully, these repositories or their Platform cousins could be used as the starting place for other people's solutions.