mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
4.8 KiB
4.8 KiB
description
| description |
|---|
| Curated, AI-ranked AWS Databases resources for the 2026 Cloud Native architect: top-tier tools, guides and references (Cloud Providers (Hyperscalers)). |
AWS RDS Databases
!!! 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 RDS Databases in the context of Cloud Providers (Hyperscalers).
Cloud Infrastructure
AWS Databases
Amazon Aurora
- Introducing the Aurora Storage Engine [ADVANCED LEVEL] [ENTERPRISE-STABLE] — An architectural deep-dive into the specialized, log-structured distributed storage engine of Amazon Aurora. Details how it decouples computing from database storage, replicating blocks six ways across three availability zones.
Amazon RDS
- (2026) ==Working with PostgreSQL, MySQL, and MariaDB Read Replicas - Amazon== [ADVANCED LEVEL] [DOCUMENTATION] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Exhaustive official guide detailing the design, limits, and monitoring of read-replicas for open-source engines in AWS RDS. Covers cross-region replication strategies and promoting a replica to master during failovers.
- (2026) ==Working with an Amazon RDS DB Instance in a VPC== [ADVANCED LEVEL] [DOCUMENTATION] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — The foundational AWS RDS VPC networking architecture reference. Analyzes subnet group designations, public versus private access configurations, and network isolation topologies for secure DB hosting.
- (2026) AWS Tutorials: Create and Connect to a MySQL Database with Amazon RDS [DOCUMENTATION] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — A beginner-to-intermediate hands-on tutorial for launching a MySQL DB instance inside AWS RDS. Walks through security group access policies, DB engine parameters, and application tier connectivity patterns.
Databases
NoSQL
- Let’s Architect! Architecting with Amazon DynamoDB [ADVANCED LEVEL] [ENTERPRISE-STABLE] — Curator Insight presents an architectural masterclass on schema design and partitioning in Amazon DynamoDB. Live Grounding verifies the recommendations cover single-table design, global secondary indexes (GSIs), and write-sharding strategies. It is an indispensable guide for engineers building highly scalable, low-latency microservices.
Serverless Architecture
- Amazon RDS Proxy – Now Generally Available [SPANISH CONTENT] [DE FACTO STANDARD] — Curator Insight presents Amazon RDS Proxy as a managed solution to handle high database connection concurrency. Live Grounding validates that RDS Proxy multiplexes connections, bypassing the performance degradation caused by high serverless (AWS Lambda) spin-up events. A critical integration pattern for cloud-native microservices. [SPANISH CONTENT]
Cloud Native
Kubernetes Operators
Managed Databases
- itnext.io: Manage Redis on AWS from Kubernetes [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight describes how to manage AWS ElastiCache for Redis directly from Kubernetes. Live Grounding highlights using AWS Controllers for Kubernetes (ACK) or Crossplane to define managed Redis instances as custom resources (CRDs). This unifies stateful cloud infrastructure management within standard GitOps workflows.
💡 Explore Related: Googlecloudplatform | Edge Computing | Oraclecloud