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.