<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AWS Image Builder on Just Tinkering</title><link>https://justtinkering.nl/tags/aws-image-builder/</link><description>Recent content in AWS Image Builder on Just Tinkering</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Sebastiaan Brozius</copyright><lastBuildDate>Sat, 07 Dec 2024 00:00:00 +0100</lastBuildDate><atom:link href="https://justtinkering.nl/tags/aws-image-builder/index.xml" rel="self" type="application/rss+xml"/><item><title>Exporting an AMI to multiple formats</title><link>https://justtinkering.nl/2024/12/07/exporting-an-ami-to-multiple-formats/</link><pubDate>Sat, 07 Dec 2024 00:00:00 +0100</pubDate><guid>https://justtinkering.nl/2024/12/07/exporting-an-ami-to-multiple-formats/</guid><description>&lt;p&gt;&lt;em&gt;This is a short follow-up on my &lt;a href="https://justtinkering.nl/2024/11/06/creating-an-ami-with-image-builder/" &gt;previous post&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In my previous post about creating an AMI with Image Builder, I &lt;a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport_image.html" target="_blank" rel="noreferrer"&gt;exported that AMI&lt;/a&gt; to a different image format (&lt;code&gt;vmdk&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;There&amp;rsquo;s two things I ran into with that solution:&lt;/p&gt;</description></item><item><title>Creating an AMI with Image Builder</title><link>https://justtinkering.nl/2024/11/06/creating-an-ami-with-image-builder/</link><pubDate>Wed, 06 Nov 2024 00:00:00 +0100</pubDate><guid>https://justtinkering.nl/2024/11/06/creating-an-ami-with-image-builder/</guid><description>&lt;p&gt;&lt;em&gt;The code that accompanies this blogpost can be found &lt;a href="https://github.com/justtinkering/blogpost-imagebuilder" target="_blank" rel="noreferrer"&gt;here&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

 



&lt;div
 
 class="flex px-4 py-3 rounded-md shadow bg-primary-100 dark:bg-primary-900"
 
 &gt;
 &lt;span
 
 class="text-primary-400 pe-3 flex items-center"
 
 &gt;
 &lt;span class="relative block icon"&gt;&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path fill="currentColor" d="M506.3 417l-213.3-364c-16.33-28-57.54-28-73.98 0l-213.2 364C-10.59 444.9 9.849 480 42.74 480h426.6C502.1 480 522.6 445 506.3 417zM232 168c0-13.25 10.75-24 24-24S280 154.8 280 168v128c0 13.25-10.75 24-23.1 24S232 309.3 232 296V168zM256 416c-17.36 0-31.44-14.08-31.44-31.44c0-17.36 14.07-31.44 31.44-31.44s31.44 14.08 31.44 31.44C287.4 401.9 273.4 416 256 416z"/&gt;&lt;/svg&gt;
&lt;/span&gt;
 &lt;/span&gt;

 &lt;span
 
 class="dark:text-neutral-300"
 
 &gt;&lt;strong&gt;Update 2024-12-07:&lt;/strong&gt; In the examples I use Amazon Linux 2023, which cannot be exported to other formats. I&amp;rsquo;ve changed the code in the repository to use an Ubuntu 24.04 base image, which &lt;em&gt;can&lt;/em&gt; be exported.&lt;/span&gt;
&lt;/div&gt;

&lt;p&gt;I&amp;rsquo;ve been working with AWS Image Builder a lot more over the last couple of months, while replacing a &lt;code&gt;Packer&lt;/code&gt; setup that was run on a Windows laptop, with Image Builder.&lt;/p&gt;</description></item></channel></rss>