What problem does it solve? Manually launching EC2 instances often leads to insecure defaults like open SSH ports, missing IAM roles, unencrypted volumes, and untracked costs. This Skill guides the AI through a structured, best-practice launch procedure that enforces security hardening and cost-efficient sizing every time. ## Core Features & Use Cases - Guided Launch Procedure: A step-by-step SOP covering AMI selection, instance type recommendation, network validation, IAM role creation, security group hardening, storage configuration, tagging, and post-launch verification. - Intelligent Defaults: Recommends burstable t3/t3a/t4g instance types, Amazon Linux 2023 AMIs, gp3 encrypted volumes, and environment-appropriate settings based on workload type (web-server, database, bastion-host, etc.). - Security by Default: Enforces least-privilege IAM policies, IMDSv2, minimal security group ingress, and SSM Session Manager access when SSH is not required. - Use Case: Ask the agent to launch a production web server in eu-west-1, and it will validate the VPC, select a hardened AMI, create a least-privilege role, configure encrypted storage, and present a full cost and security summary before launching. ## Quick Start Ask the agent to launch a new EC2 instance for your workload, providing the workload type and AWS region, and let it walk you through the best-practice configuration. ## Quick Start Tell the agent to launch an EC2 instance for a web-server workload in us-east-1 and follow its guided configuration prompts.