Create production-ready EC2 infrastructure using AWS CloudFormation templates. This skill covers EC2 instances (On-Demand and SPOT), Security Groups, IAM roles and instance profiles, Application Load Balancers (ALB), Target 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.
EC2 인스턴스, 보안 그룹, IAM 역할 및 로드 밸런서를 위한 AWS CloudFormation 패턴을 제공합니다. EC2 인스턴스, SPOT 인스턴스, 보안 그룹, EC2용 IAM 역할, ALB(Application Load Balancer), 대상 그룹을 생성하고 매개변수, 출력, 매핑, 조건 및 교차 스택 참조를 사용하여 템플릿 구조를 구현할 때 사용합니다. 출처: giuseppe-trisciuoglio/developer-kit.