Create production-ready VPC infrastructure using AWS CloudFormation templates. This skill covers VPC components (Subnets, Route Tables, NAT Gateways, Internet Gateways), 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.
Предоставляет шаблоны AWS CloudFormation для инфраструктуры VPC. Используйте при создании VPC, подсетей, таблиц маршрутов, шлюзов NAT, интернет-шлюзов и реализации структуры шаблона с параметрами, выходами, сопоставлениями, условиями и межстековыми ссылками. Источник: giuseppe-trisciuoglio/developer-kit.