Amazon Web Services (AWS) Learning Path


Who Changed Our Cloud Environment? Identifying Root Causes of Terraform Drift
Best Practice: Terraform as the Single Source of Cloud Truth Best practice usage of Terraform includes having it serve as the single source of truth for what is in you organization’s cloud environment. This means that all cloud resources are accurately captured within...
The Real Lesson from Prime Video’s Microservices → Monolith Story
Yes, an Amazon team moved from serverless microservices to a monolith, and saved a boatload in AWS costs. But the real lesson here is to choose an approach tailored for your use case.
AWS Fargate Tasks vs. GCP Cloud Run Jobs
When it comes to running containerized, long-duration workloads in the cloud, AWS Fargate Tasks and GCP Cloud Run Jobs are two options worth considering. AWS Fargate Tasks have been around for quite some time in cloud years (since 2018 ), while GCP Cloud Run Jobs were...
Consumable HTTPS Endpoints for ECS Fargate Tasks
What is an ECS Fargate Task? An ECS Fargate Task is serverless compute for long-running container executions. This is similar to GCP’s Cloud Run Job service, or Azure Container Instances. Why ECS Fargate vs. Lambda w/Container? Both services are marketed as serverless...