mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
Fix: the per-page resource search box with maturity tag-pills stopped appearing after navigation.instant was enabled (DOMContentLoaded fires only on first SPA load). Reworked v2_filter.js to init via Material's document$ observable with a DOMContentLoaded fallback, guard double-injection, bind the clickable-tag delegation once, and add a no-results state. Cache-bust ?v=2.9.12. Change: removed the duplicated Markdown "## Table of Contents" from all 156 V2 content pages and from v2_optimizer.py — it forced hundreds of links of scroll on large pages. Replaced by Material's native sticky "On this page" TOC (removed toc.integrate, added toc.follow). tags.md keeps its TOC (it is an index). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4.3 KiB
4.3 KiB
AWS Containers
!!! tip "Nubenetes V2 Elite Portal" You are browsing the AI-Curated V2 Elite Edition. Looking for the exhaustive list of references? Check out the V1 Historical Archive.
!!! info "Architectural Context" Detailed reference for AWS Containers in the context of Cloud Providers (Hyperscalers).
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.
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.
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 | Oraclecloud