Files
awesome-kubernetes/v2-docs/aws-miscellaneous.md
Nubenetes Bot 19b7b44e20 feat(v2): restore in-page search/tag filter & drop redundant Markdown TOC
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>
2026-06-19 18:49:15 +02:00

8.9 KiB
Raw Blame History

AWS Miscellaneous

!!! 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 Miscellaneous in the context of Cloud Providers (Hyperscalers).

Application Development

Container Orchestration

App Runner

  • (2026) AWS App Runner 🌟 [N/A CONTENT] [COMMUNITY-TOOL] — Curator Insight outlines AWS App Runner as a fully managed container service for rapid web application and API deployment. Live Grounding confirms its position in 2026 as a premier choice for developers wanting to bypass Kubernetes complexity, offering automated load balancing, scaling, and TLS termination directly from source code or ECR.
  • (2022) Architecting for resiliency on AWS App Runner [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight focuses on engineering multi-region, high-availability, and fault-tolerant topologies with App Runner. Live Grounding shows that resilient patterns rely on Route 53 routing, pilot light databases, and robust custom health checks to sustain production-grade service availability.
  • (2021) dev.to: AWS App Runner : How to deploy containerized applications using App Runner [N/A CONTENT] [COMMUNITY-TOOL] [GUIDE] — Curator Insight details the operational steps for configuring and running Dockerized workloads on AWS App Runner. Live Grounding verifies this as a classic, high-value guide for transitioning traditional VMs to serverless containers without having to manage raw ECS or EKS orchestration.

Microservices

E-commerce Reference

  • (2021) Architecting a Highly Available Serverless, Microservices-Based Ecommerce Site [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight details the design of a highly available, multi-region e-commerce platform using EventBridge, Cognito, Lambda, and DynamoDB. Live Grounding shows this architecture represents the gold standard for serverless distributed microservices, emphasizing event-driven decoupling and global data consistency.

Cloud Infrastructure

AWS

Load Balancing

  • (2016) AWS Elastic Beanstalk Supports Application Load Balancer [DOCUMENTATION] [COMMUNITY-TOOL] — Product release documentation outlining integration of Application Load Balancers (ALBs) with Elastic Beanstalk. Unlocks path-based routing, target group pooling, and secure WebSocket connections.
  • (2016) Configuring an Application Load Balancer [DOCUMENTATION] [COMMUNITY-TOOL] — Operational guide detailing how to declare, scale, and tune target parameters and routing policies on Application Load Balancers inside active Elastic Beanstalk projects.

PaaS Platform

  • (2011) AWS Elastic Beanstalk Documentation [DOCUMENTATION] [COMMUNITY-TOOL] — Official reference architecture and deployment guide for AWS Elastic Beanstalk. Simplifies cloud application lifecycle management by handling capacity provisioning, balancing, scaling, and platform patching.

Web Servers

Cloud Native Infrastructure

Service Mesh

AWS (1)

  • (2022) aws.amazon.com/app-mesh [DOCUMENTATION] [LEGACY] — Live Grounding Synthesis: Built on Envoy as AWS's managed service mesh, AWS App Mesh was deprecated in late 2024 and fully sunsetted. Platform teams are urged to transition to Amazon ECS Service Connect or Amazon VPC Lattice.

Edge and IoT

AWS (2)

IoT Platforms

  • (2015) aws.amazon.com/en/iot [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] — Technical documentation for AWS IoT Core, a high-throughput managed broker designed to securely route and map billions of device telemetry streams into cloud databases and analysis applications.

Infrastructure as Code

AWS CDK

Serverless Applications

Networking and Security

Service Mesh (1)

Multi-Account

  • (2021) amazon.com: Leveraging App Mesh with Amazon EKS in a Multi-Account environment [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight presents patterns for orchestrating cross-account microservice communication using AWS App Mesh and Amazon EKS. Live Grounding highlights that while the multi-account networking concepts remain structurally valid, the reliance on App Mesh is obsolete; modern architectures deploy VPC Lattice or cross-cluster Istio meshes.

Serverless

Voice User Interfaces

Alexa Skills

  • (2017) New Alexa Skills Kit Template: Build a Trivia Skill in under an Hour [JAVASCRIPT CONTENT] [GUIDE] [LEGACY] — Step-by-step developer tutorial detailing integration patterns between the Alexa Skills Kit and AWS Lambda serverless functions. Marked legacy as current conversational AI models have largely replaced basic programmatic trivia setups in production.

Testing and Chaos

Debugging

AWS Troubleshooting

  • (2021) thenewstack.io: Remote Debugging in AWS: The Missing Link in Your Debugging Toolset [N/A CONTENT] [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight exposes methodologies for live-debugging cloud-hosted microservices without causing disruption. Live Grounding tracks the evolution of these techniques into sophisticated cloud-native debugging proxies and observability integrations (like OpenTelemetry and Telepresence), bridging local IDEs with remote VPC resources.

💡 Explore Related: Googlecloudplatform | Edge Computing | Oraclecloud

🔗 See Also: Postman | Angular