---
title: "AWS Image Builder Plugin for TeamCity"
url: https://daily.dev/posts/aws-image-builder-plugin-for-teamcity-p0qtgtsdv
source_url: https://blog.jetbrains.com/teamcity/2026/06/teamcity-aws-ami-builder
type: article
source: "JetBrains"
published: 2026-06-22T14:16:30.312Z
updated: 2026-08-24T06:57:30.806Z
tags: ["aws", "cicd"]
reading_time: 6
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.

# AWS Image Builder Plugin for TeamCity

**[JetBrains](https://daily.dev/sources/jetbrains)** · 6 min read · 0 upvotes · 0 comments

## Summary

JetBrains has released an AWS Image Builder plugin for TeamCity that automates the maintenance of AMI-based cloud build agents. Instead of manually spinning up instances, installing updates, and creating snapshots, teams can configure a dedicated TeamCity build configuration using the plugin's 'Image Builder AWS AMI' build step. The plugin handles baking the TeamCity agent directly into the AMI (ensuring version parity with the server), running custom setup scripts, and pre-populating Git object mirrors to speed up checkouts. Cloud profiles can be configured to select AMIs by tags rather than fixed IDs, so TeamCity automatically picks the latest image after each builder run. Kotlin DSL configuration is also supported.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.jetbrains.com/teamcity/2026/06/teamcity-aws-ami-builder>

## Similar posts on daily.dev

- [Achieve Effortless GitHub Releases With a New Plugin for TeamCity](https://daily.dev/posts/achieve-effortless-github-releases-with-a-new-plugin-for-teamcity-sojihs0u0) · JetBrains · 1 upvotes · 0 comments
- [First-Class Docker Support: Building and Deploying Containers With TeamCity](https://daily.dev/posts/first-class-docker-support-building-and-deploying-containers-with-teamcity-bgjqq10ku) · JetBrains · 0 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/aws-image-builder-plugin-for-teamcity-p0qtgtsdv)
