---
title: "How Company 3 Streamlines Studio Image Management with EC2 Image Builder and AWS CDK"
url: https://daily.dev/posts/how-company-3-streamlines-studio-image-management-with-ec2-image-builder-and-aws-cdk-rruzmyibe
source_url: https://aws.amazon.com/blogs/devops/how-company-3-streamlines-studio-image-management-with-ec2-image-builder-and-aws-cdk
type: article
source: "AWS"
published: 2026-08-06T10:37:17.397Z
updated: 2026-08-06T10:37:51.839Z
tags: ["aws", "iac"]
reading_time: 7
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How Company 3 Streamlines Studio Image Management with EC2 Image Builder and AWS CDK

**[AWS](https://daily.dev/sources/aws)** · 7 min read · 0 upvotes · 0 comments

## Summary

Company 3, a post-production and visual effects firm, faced challenges managing EC2 Image Builder component versioning at scale when using AWS CDK. Their initial workaround used MD5 hashes appended to component names to track changes, followed by a CDK Custom Resources approach — both carrying technical debt. Working with AWS, two native improvements resolved the problem: EC2 Image Builder's auto-versioning (introduced November 2025), which uses wildcard placeholders like '1.2.x' to auto-increment build versions and resolve latest compatible versions in pipelines; and new Layer 2 CDK constructs for EC2 Image Builder (currently in alpha), which reduce pipeline provisioning from 50+ lines of L1 code to under 10 lines with built-in IAM least-privilege defaults and IMDSv2 requirements. The result eliminated custom workarounds, reduced onboarding time, and improved security posture.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://aws.amazon.com/blogs/devops/how-company-3-streamlines-studio-image-management-with-ec2-image-builder-and-aws-cdk>

## Similar posts on daily.dev

- [EC2 Image Builder now supports auto-versioning and enhances Infrastructure as Code experience](https://daily.dev/posts/ec2-image-builder-now-supports-auto-versioning-and-enhances-infrastructure-as-code-experience-p6hukgq2a) · AWS · 0 upvotes · 0 comments
- [EC2 Image Builder enhances lifecycle policies with wildcard support and simplified IAM](https://daily.dev/posts/ec2-image-builder-enhances-lifecycle-policies-with-wildcard-support-and-simplified-iam-9wnwnj8nj) · AWS · 0 upvotes · 0 comments
- [Announcing AWS CDK Mixins: Composable Abstractions for AWS Resources](https://daily.dev/posts/announcing-aws-cdk-mixins-composable-abstractions-for-aws-resources-mexqpswxh) · AWS · 0 upvotes · 0 comments
- [AWS Introduces Remote Build Cache in ECR to Accelerate Docker Image Builds](https://daily.dev/posts/aws-introduces-remote-build-cache-in-ecr-to-accelerate-docker-image-builds-dc8dqcb5c) · InfoQ · 0 upvotes · 0 comments

---

Tags: [#aws](https://daily.dev/tags/aws), [#iac](https://daily.dev/tags/iac)

[View this post on daily.dev](https://daily.dev/posts/how-company-3-streamlines-studio-image-management-with-ec2-image-builder-and-aws-cdk-rruzmyibe)
