<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/contrib/cloud/aws-import, branch openslx</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/contrib/cloud/aws-import?h=openslx</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/contrib/cloud/aws-import?h=openslx'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2025-10-20T11:58:03+00:00</updated>
<entry>
<title>[cloud] Remove AWS public image access block only if not already unblocked</title>
<updated>2025-10-20T11:58:03+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2025-10-20T11:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=416a2143aff7f16ea14229d3a2b173b7161c1d9a'/>
<id>urn:sha1:416a2143aff7f16ea14229d3a2b173b7161c1d9a</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[cloud] Remove AWS public image access block automatically if needed</title>
<updated>2025-10-17T13:22:21+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2025-10-17T13:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ba1846a0d3f90e399d30a22b600a25d9c966b3b3'/>
<id>urn:sha1:ba1846a0d3f90e399d30a22b600a25d9c966b3b3</id>
<content type='text'>
Making images public is blocked by default in new AWS regions.  Remove
this block automatically whenever creating a public image.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[cloud] Add ability to delete old AMI images</title>
<updated>2024-09-09T14:02:27+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2024-09-09T14:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=a1830ff43c5f8ee2957eb537f24670265ebd233b'/>
<id>urn:sha1:a1830ff43c5f8ee2957eb537f24670265ebd233b</id>
<content type='text'>
Add the "--retain &lt;N&gt;" option to limit the number of retained old AMI
images (within the same family, architecture, and public visibility).

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[cloud] Add family and architecture tags to AWS snapshots and images</title>
<updated>2024-09-06T14:09:12+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2024-09-06T14:09:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=49f9e036fffa33671a3ad16ab5fc0644a057218c'/>
<id>urn:sha1:49f9e036fffa33671a3ad16ab5fc0644a057218c</id>
<content type='text'>
Allow for easier identification of images and snapshots created by the
aws-import script by adding tags for image family (e.g. "iPXE") and
architecture (e.g. "x86_64") to both.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[cloud] Add ability to overwrite existing AMI images</title>
<updated>2023-11-07T15:57:13+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2023-11-07T15:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=d8f9c221ede6d67a251134989a30bb850f8709e6'/>
<id>urn:sha1:d8f9c221ede6d67a251134989a30bb850f8709e6</id>
<content type='text'>
AMI names must be unique within a region.  Add a --overwrite option
that allows an existing AMI of the same name to be deregistered (and
its underlying snapshot deleted).

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[cloud] Allow aws-import script to run on Python 3.6</title>
<updated>2022-04-06T13:36:07+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2022-04-06T13:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=70995397e5bdfd3431e12971aa40630c7014785f'/>
<id>urn:sha1:70995397e5bdfd3431e12971aa40630c7014785f</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[cloud] Allow multiple images to be imported simultaneously</title>
<updated>2021-05-02T11:38:03+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2021-05-02T11:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=106f4c539182b4a92b8a427b637497e6da19bd85'/>
<id>urn:sha1:106f4c539182b4a92b8a427b637497e6da19bd85</id>
<content type='text'>
Allow both x86_64 and arm64 images to be imported in a single import
command, thereby allowing for e.g.

  make CONFIG=cloud EMBED=config/cloud/aws.ipxe bin/ipxe.usb

  make CONFIG=cloud EMBED=config/cloud/aws.ipxe \
       CROSS=aarch64-linux-gnu- bin-arm64-efi/ipxe.usb

  ../contrib/cloud/aws-import -w amilist.txt -p \
       bin/ipxe.usb bin-arm64-efi/ipxe.usb

This simplifies the process of generating a single amilist.txt file
for inclusion in the documentation at https://ipxe.org/howto/ec2

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[cloud] Autodetect CPU architecture from AMI disk image</title>
<updated>2021-05-02T08:39:10+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2021-05-02T08:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=438513f6f6103f674f65dc91b2d59b81d3b25791'/>
<id>urn:sha1:438513f6f6103f674f65dc91b2d59b81d3b25791</id>
<content type='text'>
Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[cloud] Use a sortable default AMI name</title>
<updated>2021-05-01T21:08:17+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2021-05-01T21:08:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6dad316e665c359cc880e4d3e90121ea4eb0ee3a'/>
<id>urn:sha1:6dad316e665c359cc880e4d3e90121ea4eb0ee3a</id>
<content type='text'>
The AWS console user interface provides no convenient way to sort AMIs
by creation date.

Provide a default AMI name constructed from the current date and CPU
architecture, to simplify the task of finding the most recent iPXE AMI
in a given AWS region.

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
<entry>
<title>[cloud] Add ability to generate Dokuwiki table of AMI images</title>
<updated>2021-05-01T20:36:19+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2021-05-01T20:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=e994237c0b7de6e4f17cc1a1c740043c553d2bdf'/>
<id>urn:sha1:e994237c0b7de6e4f17cc1a1c740043c553d2bdf</id>
<content type='text'>
Add an option to generate the amilist.txt list of current AMI images
as included in the EC2 documentation at https://ipxe.org/howto/ec2

Signed-off-by: Michael Brown &lt;mcb30@ipxe.org&gt;
</content>
</entry>
</feed>
