mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-26 11:04:28 +00:00
4.7 KiB
4.7 KiB
AWS Containers
!!! info "Architectural Context" Detailed reference for AWS Containers in the context of Cloud Providers (Hyperscalers).
Standard Reference
- Amazon ECS-optimized AMI [COMMUNITY-TOOL]
- Amazon EC2 Container Registry Documentation [COMMUNITY-TOOL]
- Get started with Amazon EC2 Container Registry (Amazon ECR) [COMMUNITY-TOOL]
- Using Docker Machine with AWS [COMMUNITY-TOOL]
- blog.couchbase.com: Getting Started with Docker for AWS and Scaling Nodes [COMMUNITY-TOOL]
- neal-davis.medium.com: ECS vs EC2 vs Lambda [COMMUNITY-TOOL]
- ecrcp [COMMUNITY-TOOL]
- medium: Creating CI/CD Pipeline for AWS ECS — Part I [COMMUNITY-TOOL]
- dev.to: Sharing secrets to ECS in an AWS multi-account architecture [COMMUNITY-TOOL]
- faun.pub: Why We Moved From Lambda to ECS [COMMUNITY-TOOL]
- Automate rollbacks for Amazon ECS rolling deployments with CloudWatch alarms [COMMUNITY-TOOL]
- aws.plainenglish.io: Choosing the Right AWS Container Service: ECS vs. EKS [COMMUNITY-TOOL]
- aws-quickstart.github.io: Rancher on the AWS Cloud. Quick Start Reference' Deployment [COMMUNITY-TOOL]
- A Better Dev/Test Experience: Docker and AWS [COMMUNITY-TOOL]
- Docker Datacenter on the AWS Cloud: Quick Start Reference Deployment [COMMUNITY-TOOL]
- aws.plainenglish.io: How to Push a Docker Image to the AWS ECR [COMMUNITY-TOOL]
- awslabs/amazon-ecr-credential-helper: Amazon ECR Docker Credential Helper ⭐ 2704 [COMMUNITY-TOOL]
Public Cloud Platforms
AWS
Container Orchestration Comparison
- cloudonaut.io: Scaling Container Clusters on AWS: ECS and EKS [COMMUNITY-TOOL] [GUIDE] — Deep comparison analyzing container scaling mechanics and metrics between ECS (using ASGs) and EKS (using Cluster Autoscaler). The analysis explains scale-up and scale-down behaviors, node provisioning latencies, and resource utilization optimizations.
- cast.ai: AWS EKS vs. ECS vs. Fargate: Where to manage your Kubernetes? [COMMUNITY-TOOL] [GUIDE] — Comparative evaluation analyzing resource isolation, infrastructure management, and compute overhead between EKS, ECS, and AWS Fargate. Highlights scheduling efficiency, control plane pricing, and cost-of-scale dynamics for enterprise systems.
💡 Explore Related: AWS Security | AWS Storage | AWS Databases