Skip to main content

14 docs tagged with "infrastructure"

View all tags

ALB: Layer 7 Load Balancer Basics and Your First HTTP Release

This chapter covers the role of the ALB and its three components — listeners, target groups, and health checks — the design decision to release with HTTP only for now, and the implementation of the ALB security group and the S3 bucket for access logs.

ECS Part 1: Building a Container Runtime Foundation with Fargate

Organizes the relationships among ECS clusters, task definitions, tasks, and services, and builds the execution role and task role needed to run containers under the Fargate launch type, along with an ECR repository and log collection via CloudWatch Logs. Verifies that the foundation works using a one-off run-task.

ECS Part 2: Publishing the web/api Services and Auto Scaling

This chapter completes the ECS service setup left unfinished in Chapter 8. We publish the web and api services behind the ALB using host-based routing, and cover everything from DB connection info injection via Secrets Manager and added S3 access permissions to rolling updates with a circuit breaker and Auto Scaling.

Infrastructure and operations

A domain that collects notes on building and operating infrastructure, such as Docker, AWS, Terraform, and CI/CD. The Practical AWS Guide series is being published.

Mapping the Billing Structure and a Safe Ending: Cost Overview and Teardown Procedure

This is the final chapter of the series. It brings together the cost information scattered across earlier chapters into a single map and shows cost-reduction patterns for the development environment. It then covers the teardown procedure for safely ending the learning infrastructure, along with the next steps left out of scope for this series.