mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-13 10:21:14 +00:00
6.7 KiB
6.7 KiB
AWS Containers
!!! info "Architectural Context" Detailed reference for AWS Containers in the context of Cloud Providers (Hyperscalers).
Standard Reference
- Get started with Amazon EC2 Container Registry (Amazon ECR) [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]
- medium: Creating CI/CD Pipeline for AWS ECS — Part I [COMMUNITY-TOOL]
- faun.pub: Why We Moved From Lambda to ECS [COMMUNITY-TOOL]
- aws.plainenglish.io: Choosing the Right AWS Container Service: ECS vs. EKS [COMMUNITY-TOOL]
- A Better Dev/Test Experience: Docker and AWS [COMMUNITY-TOOL]
- aws.plainenglish.io: How to Push a Docker Image to the AWS ECR [COMMUNITY-TOOL]
Cloud Infrastructure
AWS
Container Compute
- (2024) Amazon ECS-optimized AMI [N/A CONTENT] [COMMUNITY-TOOL] — Reference manual for the AWS-engineered Amazon Machine Image (AMI) preconfigured with the ECS agent, Docker runtime, and optimal container configurations. Utilizing this specialized OS image ensures maximum orchestration performance, reliable telemetry, and security compliance out of the box.
Container Registries
- (2024) Amazon EC2 Container Registry Documentation [N/A CONTENT] [COMMUNITY-TOOL] — Official engineering reference for Amazon ECR, a fully managed OCI-compliant container registry. It covers critical security integrations, image scanning capabilities, cross-region replication configurations, and direct integration with Amazon ECS/EKS to facilitate safe, high-speed container pull actions.
- (2020) ecrcp [GO CONTENT] [COMMUNITY-TOOL] — A lightweight utility designed to copy Docker images directly between different Amazon ECR registries without requiring local download-and-reupload bandwidth. Useful for cross-account deployments and regional migration tasks in complex enterprise AWS landing zones.
Continuous Deployment
- (2021) Automate rollbacks for Amazon ECS rolling deployments with CloudWatch alarms [N/A CONTENT] [COMMUNITY-TOOL] — An architectural guide outlining automated deployment rollback capabilities within ECS rolling deployments. It illustrates how CloudWatch alarms can monitor application health (e.g., HTTP 5xx rates) during active deployments and automatically trigger rollbacks to a previously stable revision to maintain high availability.
Legacy Tooling
- (2016) Using Docker Machine with AWS [BASH CONTENT] [LEGACY] — Detailed technical blog post showing how to provision and manage remote Docker engines on AWS using the deprecated Docker Machine utility. While valuable for historical debugging and legacy architecture comprehension, live industry alignment dictates migrating to modern Cloud API alternatives (such as AWS CLI, Terraform, or Rancher).
- (2016) Docker Datacenter on the AWS Cloud: Quick Start Reference Deployment [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — Quick Start guide detailing the automated orchestration of Docker Datacenter (now Mirantis Kubernetes Engine) on AWS. It serves as an architectural design reference from the pre-Kubernetes dominance era, describing multi-zone registry configurations, control planes, and Swarm-based container engines.
Security Practices
- (2025) awslabs/amazon-ecr-credential-helper: Amazon ECR Docker Credential Helper ⭐ 2703 [GO CONTENT] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — A Docker credential helper that handles seamless, transparent IAM-based authentication for Amazon ECR. By removing the need to run periodic 'aws ecr get-login-password' cron jobs, it enhances runtime security by integrating directly with standard IAM Instance Profiles and local AWS config files.
- (2022) dev.to: Sharing secrets to ECS in an AWS multi-account architecture [TERRAFORM CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — A technical blueprint for cross-account secret management for Amazon ECS using AWS Secrets Manager and Systems Manager (SSM) Parameter Store. It provides security engineers with an architectural approach to maintain strict separation of concerns, principal-of-least-privilege IAM policies, and cross-account IAM role assumption.
💡 Explore Related: Googlecloudplatform | Edge Computing | Azure