Create production-ready Amazon RDS infrastructure using AWS CloudFormation templates. This skill covers RDS instances (MySQL, PostgreSQL, Aurora, MariaDB), DB clusters, multi-AZ deployments, parameter groups, subnet groups, security groups, template structure best practices, parameter patterns, and cross-stack references for modular, reusable infrastructure as code.
AWS CloudFormation templates are JSON or YAML files with specific sections. Each section serves a purpose in defining your infrastructure.
The AWSTemplateFormatVersion identifies the template version. Current version is 2010-09-09.
Amazon RDS データベース用の AWS CloudFormation パターンを提供します。 RDS インスタンス (MySQL、PostgreSQL、Aurora)、DB クラスター、マルチ AZ デプロイメント、パラメーター グループ、サブネット グループを作成するとき、およびパラメーター、出力、マッピング、条件、スタック間参照を含むテンプレート構造を実装するときに使用します。 ソース: giuseppe-trisciuoglio/developer-kit。