What problem does it solve? Building and maintaining custom AMIs and container images by hand is error-prone and hard to keep patched. This Skill guides the full EC2 Image Builder workflow — build IAM role, components, recipes, infrastructure, distribution, and pipelines — so images stay current automatically and failed builds can be diagnosed quickly. ## Core Features & Use Cases - End-to-end image creation: Build Linux, Windows, and macOS AMIs or Docker container images to ECR, from the build IAM role through recipes, infrastructure configuration, and verification. - Golden AMI automation: Set up recurring scheduled pipelines that pick up base-image updates and patches, with launch template and SSM parameter distribution so Auto Scaling groups roll onto new AMIs automatically. - Build troubleshooting: Diagnose failed or hung builds using stage-aware failure mapping, CloudWatch log analysis, and live debugging on kept build instances. - Use Case: A platform team needs a hardened Amazon Linux 2023 golden AMI rebuilt every Monday with the latest patches and published to a launch template. This Skill walks through creating the pipeline with a cron schedule, dependency-update triggers, and launch template distribution. ## Quick Start Use the amazon-ec2-image-builder skill to create a scheduled pipeline that builds a patched Amazon Linux 2023 AMI every week and updates my launch template.