mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-15 19:32:58 +00:00
17 KiB
17 KiB
AWS Miscellaneous
!!! info "Architectural Context" Detailed reference for AWS Miscellaneous in the context of Cloud Providers (Hyperscalers).
Standard Reference
- treblle.com: How does Treblle scale on AWS without breaking the bank? [COMMUNITY-TOOL]
- AWS Elastic Beanstalk Supports ASP.NET Core and Multi-App .NET Support [COMMUNITY-TOOL]
- AWS Elastic Beanstalk Supports Application Load Balancer [COMMUNITY-TOOL]
- AWS Elastic Beanstalk Supports Nginx Proxy Server with Tomcat [COMMUNITY-TOOL]
- youtube: AWS OpsWorks Overview and Demo [COMMUNITY-TOOL]
- AWS Cloud Control API [COMMUNITY-TOOL]
- AWS Cloud Control API, a Uniform API to Access AWS & Third-Party Services [COMMUNITY-TOOL]
- VMware Cloud on AWS [COMMUNITY-TOOL]
- AWS Application Discovery Service Update – Agentless Discovery for VMware [COMMUNITY-TOOL]
- AWS Partner Network [COMMUNITY-TOOL]
- AWS Partner Network (APN) blog [COMMUNITY-TOOL]
- amazon.com: Leveraging App Mesh with Amazon EKS in a Multi-Account environment [COMMUNITY-TOOL]
- Amazon EC2 Metadata Mock ⭐ 290 [COMMUNITY-TOOL]
- github.com/localstack/localstack ⭐ 64965 [DE FACTO STANDARD]
- github.com/omenking/localstack-gitpod-template: LocalStack Gitpod Template [COMMUNITY-TOOL]
- techcrunch.com: AWS introduces new Chaos Engineering as a Service offering [COMMUNITY-TOOL]
- dev.to: 10 New AWS Amplify Features to Check Out [COMMUNITY-TOOL]
- docs.amplify.aws: Set up Amplify Auth [COMMUNITY-TOOL]
- AWS App Runner 🌟 [COMMUNITY-TOOL]
- dev.to: AWS App Runner : How to deploy containerized applications using' App Runner [COMMUNITY-TOOL]
- Architecting for resiliency on AWS App Runner [COMMUNITY-TOOL]
- thenewstack.io: Remote Debugging in AWS: The Missing Link in Your Debugging' Toolset [COMMUNITY-TOOL]
- CDK [COMMUNITY-TOOL]
- bbvanexttechnologies.com: Cómo definir infraestructura como código en AWS' con CDK [COMMUNITY-TOOL]
- itnext.io: AWS CDK for EKS — Handling Helm Charts [COMMUNITY-TOOL]
- freecodecamp.org: AWS CDK v2 Tutorial – How to Create a Three-Tier Serverless' Application [COMMUNITY-TOOL]
- medium.com/contino-engineering: We’ve begun to move towards the AWS CDK' and here’s why [COMMUNITY-TOOL]
- medium.com/simform-engineering: Infrastructure as Code and CI/CD in Practice' with AWS CDK [COMMUNITY-TOOL]
- Announcing CDK Migrate: A single command to migrate to the AWS CDK [COMMUNITY-TOOL]
- aws.amazon.com: AWS Systems Manager announces support for port forwarding' to remote hosts using Session Manager [COMMUNITY-TOOL]
- faun.pub: Using AWS Session Manager For Port Forwarding To Remote Hosts [COMMUNITY-TOOL]
- Architecting a Highly Available Serverless, Microservices-Based Ecommerce Site [COMMUNITY-TOOL]
- London DevOps - Trainline, A DevOps Journey - Chris Turvil [COMMUNITY-TOOL]
- aws.amazon.com: Creating a digital map of COVID-19 virus for discovery of' new treatment compounds [COMMUNITY-TOOL]
- AWS LightSail [COMMUNITY-TOOL]
- aws.amazon.com: Optimize your modern data architecture for sustainability:' Part 1 – data ingestion and data lake [COMMUNITY-TOOL]
- dev.to: Automatic API Key rotation for Amazon Managed Grafana [COMMUNITY-TOOL]
- medium.com/@mike_tyson_cloud: AWS Landing Zone: Mastering the Architecture' — Best Practices and Design Secrets [COMMUNITY-TOOL]
Cloud Infrastructure
AWS CLI
Governance and Compliance
- (2024) How can I troubleshoot errors using the AWS CLI to manage my service quota requests? [SPANISH CONTENT] [DOCUMENTATION] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — An official troubleshooting guide detailing how to inspect, requests, and remediate soft and hard AWS quota limits using command-line queries. Highly critical for highly dynamic platform teams deploying infrastructure using elastic scaling.
- (2024) AWS API: get-service-quota [DOCUMENTATION] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Technical API reference guide detailing the implementation parameters of the
get-service-quotacall. Serves as a vital piece for programmatic automated testing tools tracking threshold capacity across multi-account enterprise landing zones.
Configuration Management
AWS OpsWorks
- (2024) AWS OpsWorks [ADVANCED LEVEL] [DOCUMENTATION] 🌟🌟 [LEGACY] — AWS OpsWorks documentation. Live Grounding 2026 Warning: AWS deprecated and decommissioned OpsWorks for Chef Automate and Puppet Enterprise in 2024. This tool is fully legacy, with active migrations guiding teams toward modern alternatives like AWS Systems Manager or self-hosted config managers.
Development Environments
Mocking Platforms
- (2026) ==localstack.cloud== 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — The premier cloud emulation platform that permits the direct local execution of complete AWS environments. This offline tool drastically accelerates development speed and cuts CI pipeline testing costs by simulating advanced services locally.
Infrastructure as Code
SST Framework
- (2024) ==sst.dev: Moving away from CDK: CDK doesn’t create the infrastructure you define== [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — An influential structural critique and architectural analysis on why the SST framework abandoned AWS CDK to build custom engines (SST Ion) backed by Pulumi. Discusses massive performance boosts, local sandbox speed, and CloudFormation abstraction limits.
Load Balancing
AWS Elastic Beanstalk
- (2023) Configuring an Application Load Balancer [DOCUMENTATION] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Advanced network routing guide covering Application Load Balancer (ALB) provisioning within Elastic Beanstalk. Addresses crucial configuration items including path-based routing, target group thresholds, and SSL/TLS certificate termination configurations.
Operating Systems
OS Patching
- (2020) blog.rackspace.com: Patch and AMI Management for Windows on AWS 🌟🌟🌟 [COMMUNITY-TOOL] — Rackspace blog illustrating corporate AMI lifecycle automation and system patching workflows for Windows Server environments on AWS. Explores strategies for maintaining security compliance in highly regulated environments running Windows workloads.
PaaS
AWS Elastic Beanstalk (1)
- (2023) AWS Elastic Beanstalk Documentation [DOCUMENTATION] 🌟🌟🌟 [LEGACY] — Comprehensive documentation repository for AWS's classic Platform-as-a-Service orchestration engine. In 2026, Elastic Beanstalk continues to serve legacy application hosting, though modern serverless and container runtimes (such as ECS, EKS, and AWS App Runner) have largely superseded it for greenfield architectures.
Application Architecture
- (2022) Deploying a High-Availability PHP Application with an External Amazon RDS Database to Elastic Beanstalk [DOCUMENTATION] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Step-by-step tutorial on deploying a highly available PHP stack on AWS Elastic Beanstalk integrated with an external multi-AZ Amazon RDS database. Highlights key state-decoupling patterns essential for building horizontally scalable web applications.
PHP Deployments
- (2022) Creating and Deploying PHP Applications on AWS Elastic Beanstalk [DOCUMENTATION] 🌟🌟🌟 [COMMUNITY-TOOL] — Detailed reference manual focusing on package configurations, runtime extensions, and
.ebextensionsconfiguration customization for PHP environments on Elastic Beanstalk. Highly technical for configuring custom web servers (Nginx/Apache) inside PaaS constraints.
Enterprise Migration
Case Studies
Cloud Migration
- (2016) Trainline.com dumps Oracle and Microsoft, gulps AWS Kool-Aid 🌟🌟🌟 [LEGACY] — Historic case study highlighting Trainline's massive infrastructure modernization program, abandoning rigid legacy Oracle and Microsoft setups for a completely decoupled public cloud topology. Highlights early engineering patterns of modern cloud-first enterprises.
Migration Assessment
AWS Application Migration Service
- (2025) AWS Cloud Endure Migration [ADVANCED LEVEL] [DOCUMENTATION] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Core technical repository detailing AWS Application Migration Service (MGN), the definitive successor to CloudEndure Migration. Implements continuous block-level system replication to guarantee near-zero RTO during massive system transitions to AWS.
AWS Discovery
- (2022) AWS Application Discovery Service [DOCUMENTATION] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] [LEGACY] — Official documentation for AWS Application Discovery Service. Provides automated host scanning, performance mapping, and dependency graphing to prepare on-premises legacy environments for complex lift-and-shift operations into public cloud instances.
Internet of Things
IoT Cloud Platforms
AWS IoT Core
- (2025) ==aws.amazon.com/en/iot== [ADVANCED LEVEL] [DOCUMENTATION] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Main product portal detailing AWS's massive-scale IoT platform capabilities. Showcases how edge nodes seamlessly securely connect and publish data back to cloud databases using robust MQTT brokers and hardware-secured certificates.
- (2024) What Is AWS IoT? [DOCUMENTATION] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Core documentation introducing AWS IoT Core concepts, device registry, device shadows, and rule engines. A fundamental architectural framework for understanding real-time data streaming and distributed event architectures at the physical-to-digital edge.
Mobile and Web Development
Amplify
React Native
- (2021) blog.logrocket.com: AWS Amplify and React Native: A tutorial 🌟🌟🌟 [COMMUNITY-TOOL] — A hands-on walk-through for setting up mobile frontend integrations with AWS backends using the AWS Amplify SDK. While highly popular for early prototype development, modern 2026 enterprise teams prefer highly decoupled serverless stacks for enterprise mobile apps.
💡 Explore Related: Googlecloudplatform | Public Cloud Solutions | Managed Kubernetes In Public Cloud