Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aws avatar

Creating Ec2 Image Builder Pipeline

  • 2.6k installs
  • 2.2k repo stars
  • Updated August 4, 2026
  • aws/agent-toolkit-for-aws

creating-ec2-image-builder-pipeline is an AWS skill for EC2 Image Builder pipelines that build and distribute custom AMIs with launch templates.

About

The creating-ec2-image-builder-pipeline skill automates custom AMI creation using EC2 Image Builder end to end. It covers IAM role setup, build component definition, image recipe creation, infrastructure and cross-region distribution configuration, pipeline execution, and launch template creation. Troubleshooting addresses InvalidParameterValueException when ARNs are manually constructed, InstanceProfileNotFoundException with IAM eventual consistency waits, ResourceAlreadyExistsException naming conflicts, and build instance launch failures from missing policies or unavailable instance types. Procedure details live in references/ec2-image-builder-pipeline.md for exact API sequencing. Use when developers need repeatable AMI builds with pre-installed software and regional distribution.

  • Full Image Builder lifecycle from IAM roles through launch templates.
  • Cross-region AMI distribution configuration included.
  • Troubleshooting for ARN format, IAM propagation, and duplicate resources.
  • Build components and image recipes for pre-installed software stacks.
  • References ec2-image-builder-pipeline.md for exact procedure steps.

Creating Ec2 Image Builder Pipeline by the numbers

  • 2,645 all-time installs (skills.sh)
  • +364 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #155 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

creating-ec2-image-builder-pipeline capabilities & compatibility

Capabilities
iam role and instance profile setup · build component and recipe definition · pipeline execution and distribution · launch template creation · image builder troubleshooting patterns
Works with
aws
Use cases
devops · ci cd · orchestration
Runs
Remote server
From the docs

What creating-ec2-image-builder-pipeline says it does

Creates a complete EC2 Image Builder pipeline that builds a custom AMI with pre-installed software
SKILL.md
Use the exact ARN returned by API calls — do not construct ARNs manually.
SKILL.md
npx skills add https://github.com/aws/agent-toolkit-for-aws --skill creating-ec2-image-builder-pipeline

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2.6k
repo stars2.2k
Security audit2 / 3 scanners passed
Last updatedAugust 4, 2026
Repositoryaws/agent-toolkit-for-aws

How do I automate custom AMI builds with Image Builder, IAM roles, and cross-region distribution?

Create EC2 Image Builder pipelines with IAM roles, recipes, components, distribution, and launch templates.

Who is it for?

Platform engineers automating AMI creation with components, recipes, and regional distribution.

Skip if: Skip for single manual AMI snapshots without Image Builder pipeline automation.

When should I use this skill?

User creates EC2 Image Builder pipeline, custom AMI automation, or launch template from Image Builder output.

What you get

Working Image Builder pipeline, executed build, distributed AMI, and launch template ready for use.

  • Image Builder pipeline
  • Hardened AMI
  • EC2 launch template

Files

SKILL.mdMarkdownGitHub ↗

Creating an EC2 Image Builder Pipeline

Overview

Domain expertise for creating and managing EC2 Image Builder pipelines that automate custom AMI creation. Covers the full lifecycle: IAM role setup, build component definition, image recipe creation, infrastructure and distribution configuration, pipeline execution, and launch template creation.

Create an Image Builder pipeline

To create a complete EC2 Image Builder pipeline with custom AMI builds and cross-region distribution, follow the procedure exactly. See EC2 Image Builder pipeline procedure.

Troubleshooting

InvalidParameterValueException on pipeline operations

Use the exact ARN returned by API calls — do not construct ARNs manually. Pipeline ARNs must follow arn:<partition>:imagebuilder:<region>:<account>:image-pipeline/<name>.

InstanceProfileNotFoundException

Wait 10–15 seconds after creating the instance profile before using it. IAM changes are eventually consistent.

ResourceAlreadyExistsException

Delete the existing resource first or use a different name/version.

Build instance fails to launch

Verify the instance profile exists, all three IAM policies are attached, and the instance type is available in the region.

Related skills

How it compares

Choose creating-ec2-image-builder-pipeline over manual console setup when an agent must provision the full Image Builder stack and execute the AMI build in one guided flow.

FAQ

What does creating-ec2-image-builder-pipeline include?

IAM setup, build components, image recipes, infrastructure, distribution, pipeline execution, and launch template creation.

When should I use this skill?

When setting up automated EC2 Image Builder pipelines with custom software and cross-region AMI distribution.

Is creating-ec2-image-builder-pipeline safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.