alpine-zdt-images/releases/README.md

174 lines
36 KiB
Markdown
Raw Normal View History

# Alpine Linux EC2 AMIs
**These are not official AWS or Alpine images. They are community built and
supported.**
2020-11-05 01:04:33 +00:00
These AMIs should work with most EC2 features -- such as ENIs (Elastic Network
2020-09-15 02:50:15 +00:00
Interfaces) and NVMe EBS (Elastic Block Storage) volumes. If you find any
2020-11-05 01:04:33 +00:00
problems launching these AMIs on current generation instances, please open an
2020-09-15 02:50:15 +00:00
[issue](https://github.com/mcrute/alpine-ec2-ami/issues) and include as much
detailed information as possible.
2020-11-05 01:04:33 +00:00
All AMIs built after 2020-09-15 include support for hot-pluggable ENIs, and will
2020-11-05 07:57:46 +00:00
sync all associated IPv6 and secondary IPv4 addresses during `udhcpc` post-bound
2020-11-05 01:07:52 +00:00
and post-renew events.
2020-11-05 01:17:22 +00:00
Starting with Alpine release 3.12.1, IMDSv2 (Instance MetaData Service v2) is
fully supported, and `aarch64` AMIs are provided for EC2 ARM-based instances.
2020-11-05 01:04:33 +00:00
During the *first boot* of instances created with these AMIs, the lightweight
[tiny-ec2-bootstrap](https://github.com/mcrute/tiny-ec2-bootstrap) init
script...
- sets the instance's hostname,
2020-11-05 01:04:33 +00:00
- installs the SSH authorized_keys for the AMI user (default 'alpine'),
2020-09-15 02:50:15 +00:00
- disables 'root' and AMI user (default 'alpine') passwords,
- expands the root partition to use all available EBS volume space,
- and executes a "user data" script (must be a shell script that starts with `#!`)
If you launch these AMIs to build other images (via [Packer](https://packer.io),
2020-11-05 01:04:33 +00:00
etc.), don't forget to remove `/var/lib/cloud/.bootstrap-complete` -- otherwise
instances launched from those second-generation AMIs will not run
`tiny-ec2-bootstrap` on their first boot.
2020-11-05 01:04:33 +00:00
The more popular [cloud-init](https://cloudinit.readthedocs.io/en/latest/) is
currently not supported on Alpine Linux. If `cloud-init` support is important
to you, please open an [issue](https://github.com/mcrute/alpine-ec2-ami/issues).
## AMIs
### Alpine Linux 3.12.3 (2020-12-19)
2020-11-05 01:04:33 +00:00
<details><summary><i>click to show/hide</i></summary><p>
Builder Overhaul (#106) Subcommands * merge 'resolve-profiles' and 'make-amis' into 'amis' * rename 'update-releases' to 'release-yaml' * rename 'gen-release-readme' to 'release-readme' * rename 'prune-amis' to 'prune' * reorder to match the usual workflow * use argparse mutually-exclusive group where appropriate * use argparse 'metavar' and 'nargs' for more salient help release * can now specify multiple AMIs on command line * add explicit '--private' argument * if no '--private', '--public', or '--allow-account' is specified, default to propagate the source AMI's permissions to its copies * move 'iter_regions' and 'get*image' methods out of ReleaseAMIs class because they're also used elsewhere * 'update_image_permissions' resets perms before adding new perms * pending_copy loop, reports on everything in progress, waits 3m before reporting on everything again, and then waits 30s between reports * pending_copy also notes when a copy has completed (and only queues for pending_perms if they need adjustment) Releases class * used by release-yaml and prune subcommands * caches region client objects for later use (by prune) * loads images from region - either from a profile or "unknown" (no profile tag) * builds the releases object - now structured release -> build (instead of build -> release) ReleasesReadme * works with new releases object format * improve sorting and selection of latest per version per-build AMIs * empty cell if a region doesn't happen to have a build AMI there PruneAMIs * rename 'version' level to 'end-of-life' * add 'UNKNOWN' pruning level * works, even if you don't want to --use-broker * --keep N - keeps an additional N AMIs that would otherwise have been purged per build * --defer-eol DAYS - give EOL AMIs a grace period past their official EOL date * no AMI deletion happens unless --no-pretend arg is provided * improve pruning criteria scan and candidate selection Co-authored-by: Jake Buchholz <jake@jakesys.net>
2021-01-05 01:36:15 +00:00
| Region | alpine-ami-3.12.3-aarch64-r0 | alpine-ami-3.12.3-x86_64-r0 |
| ------ | --- | --- |
Builder Overhaul (#106) Subcommands * merge 'resolve-profiles' and 'make-amis' into 'amis' * rename 'update-releases' to 'release-yaml' * rename 'gen-release-readme' to 'release-readme' * rename 'prune-amis' to 'prune' * reorder to match the usual workflow * use argparse mutually-exclusive group where appropriate * use argparse 'metavar' and 'nargs' for more salient help release * can now specify multiple AMIs on command line * add explicit '--private' argument * if no '--private', '--public', or '--allow-account' is specified, default to propagate the source AMI's permissions to its copies * move 'iter_regions' and 'get*image' methods out of ReleaseAMIs class because they're also used elsewhere * 'update_image_permissions' resets perms before adding new perms * pending_copy loop, reports on everything in progress, waits 3m before reporting on everything again, and then waits 30s between reports * pending_copy also notes when a copy has completed (and only queues for pending_perms if they need adjustment) Releases class * used by release-yaml and prune subcommands * caches region client objects for later use (by prune) * loads images from region - either from a profile or "unknown" (no profile tag) * builds the releases object - now structured release -> build (instead of build -> release) ReleasesReadme * works with new releases object format * improve sorting and selection of latest per version per-build AMIs * empty cell if a region doesn't happen to have a build AMI there PruneAMIs * rename 'version' level to 'end-of-life' * add 'UNKNOWN' pruning level * works, even if you don't want to --use-broker * --keep N - keeps an additional N AMIs that would otherwise have been purged per build * --defer-eol DAYS - give EOL AMIs a grace period past their official EOL date * no AMI deletion happens unless --no-pretend arg is provided * improve pruning criteria scan and candidate selection Co-authored-by: Jake Buchholz <jake@jakesys.net>
2021-01-05 01:36:15 +00:00
| af-south-1 | [ami-025ddc2e2931d0bf2](https://af-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-025ddc2e2931d0bf2) ([launch](https://af-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-025ddc2e2931d0bf2)) | [ami-06d5540221d65ca01](https://af-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-06d5540221d65ca01) ([launch](https://af-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-06d5540221d65ca01)) |
| ap-east-1 | [ami-023ba7dde5800c5b5](https://ap-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-023ba7dde5800c5b5) ([launch](https://ap-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-023ba7dde5800c5b5)) | [ami-02c576f223356bf34](https://ap-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-02c576f223356bf34) ([launch](https://ap-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-02c576f223356bf34)) |
| ap-northeast-1 | [ami-010debbee0fe7fbcb](https://ap-northeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-010debbee0fe7fbcb) ([launch](https://ap-northeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-010debbee0fe7fbcb)) | [ami-0250e4a691729357a](https://ap-northeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0250e4a691729357a) ([launch](https://ap-northeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0250e4a691729357a)) |
| ap-northeast-2 | [ami-09702b3f22e8616c8](https://ap-northeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-09702b3f22e8616c8) ([launch](https://ap-northeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-09702b3f22e8616c8)) | [ami-0cfb5eabfb58d5f72](https://ap-northeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0cfb5eabfb58d5f72) ([launch](https://ap-northeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0cfb5eabfb58d5f72)) |
| ap-south-1 | [ami-00de8b114b35175e6](https://ap-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-00de8b114b35175e6) ([launch](https://ap-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-00de8b114b35175e6)) | [ami-023fe0b4c4dc73f8c](https://ap-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-023fe0b4c4dc73f8c) ([launch](https://ap-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-023fe0b4c4dc73f8c)) |
| ap-southeast-1 | [ami-0e3ff62bec8a2f949](https://ap-southeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0e3ff62bec8a2f949) ([launch](https://ap-southeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0e3ff62bec8a2f949)) | [ami-0f06993534aec820f](https://ap-southeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f06993534aec820f) ([launch](https://ap-southeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0f06993534aec820f)) |
| ap-southeast-2 | [ami-077f7467876246e89](https://ap-southeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-077f7467876246e89) ([launch](https://ap-southeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-077f7467876246e89)) | [ami-0f66203a3a619f732](https://ap-southeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f66203a3a619f732) ([launch](https://ap-southeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0f66203a3a619f732)) |
| ca-central-1 | [ami-0a1a8875a6a460565](https://ca-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0a1a8875a6a460565) ([launch](https://ca-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0a1a8875a6a460565)) | [ami-0a5084eac39a18d31](https://ca-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0a5084eac39a18d31) ([launch](https://ca-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0a5084eac39a18d31)) |
| eu-central-1 | [ami-00e9dcc013b89ec7b](https://eu-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-00e9dcc013b89ec7b) ([launch](https://eu-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-00e9dcc013b89ec7b)) | [ami-06a298dc479cf2a73](https://eu-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-06a298dc479cf2a73) ([launch](https://eu-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-06a298dc479cf2a73)) |
| eu-north-1 | [ami-0e3ad874b66b72f5b](https://eu-north-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0e3ad874b66b72f5b) ([launch](https://eu-north-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0e3ad874b66b72f5b)) | [ami-051fcf0312ac02b05](https://eu-north-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-051fcf0312ac02b05) ([launch](https://eu-north-1.console.aws.amazon.com/ec2/home#launchAmi=ami-051fcf0312ac02b05)) |
| eu-south-1 | [ami-084274896601da8f5](https://eu-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-084274896601da8f5) ([launch](https://eu-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-084274896601da8f5)) | [ami-06b311d896c16a3a2](https://eu-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-06b311d896c16a3a2) ([launch](https://eu-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-06b311d896c16a3a2)) |
| eu-west-1 | [ami-055f823d50dc901c0](https://eu-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-055f823d50dc901c0) ([launch](https://eu-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-055f823d50dc901c0)) | [ami-0846229ad28aefe20](https://eu-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0846229ad28aefe20) ([launch](https://eu-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0846229ad28aefe20)) |
| eu-west-2 | [ami-08b76009eb990b44a](https://eu-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-08b76009eb990b44a) ([launch](https://eu-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-08b76009eb990b44a)) | [ami-01282190055d34e3e](https://eu-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-01282190055d34e3e) ([launch](https://eu-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-01282190055d34e3e)) |
| eu-west-3 | [ami-0d3cfa58b050f7090](https://eu-west-3.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0d3cfa58b050f7090) ([launch](https://eu-west-3.console.aws.amazon.com/ec2/home#launchAmi=ami-0d3cfa58b050f7090)) | [ami-0fa68ac5365833d75](https://eu-west-3.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0fa68ac5365833d75) ([launch](https://eu-west-3.console.aws.amazon.com/ec2/home#launchAmi=ami-0fa68ac5365833d75)) |
| me-south-1 | [ami-05a9eaed7e7f67c95](https://me-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-05a9eaed7e7f67c95) ([launch](https://me-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-05a9eaed7e7f67c95)) | [ami-0bee0f3b523892c11](https://me-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0bee0f3b523892c11) ([launch](https://me-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0bee0f3b523892c11)) |
| sa-east-1 | [ami-00890e1d93b0d2750](https://sa-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-00890e1d93b0d2750) ([launch](https://sa-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-00890e1d93b0d2750)) | [ami-0af3d5295dfa78f9a](https://sa-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0af3d5295dfa78f9a) ([launch](https://sa-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0af3d5295dfa78f9a)) |
| us-east-1 | [ami-044f158b810baa6d4](https://us-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-044f158b810baa6d4) ([launch](https://us-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-044f158b810baa6d4)) | [ami-098a996634a88542f](https://us-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-098a996634a88542f) ([launch](https://us-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-098a996634a88542f)) |
| us-east-2 | [ami-0973e3c7bc90a4801](https://us-east-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0973e3c7bc90a4801) ([launch](https://us-east-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0973e3c7bc90a4801)) | [ami-07012d290ef9c028e](https://us-east-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-07012d290ef9c028e) ([launch](https://us-east-2.console.aws.amazon.com/ec2/home#launchAmi=ami-07012d290ef9c028e)) |
| us-west-1 | [ami-01834462564dfb367](https://us-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-01834462564dfb367) ([launch](https://us-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-01834462564dfb367)) | [ami-0570d3bcb39152bb8](https://us-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0570d3bcb39152bb8) ([launch](https://us-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0570d3bcb39152bb8)) |
| us-west-2 | [ami-0bedcc0226437e2e0](https://us-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0bedcc0226437e2e0) ([launch](https://us-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0bedcc0226437e2e0)) | [ami-009f13dc01dec6a56](https://us-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-009f13dc01dec6a56) ([launch](https://us-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-009f13dc01dec6a56)) |
2020-11-05 01:04:33 +00:00
2020-11-05 01:09:50 +00:00
</p></details>
### Alpine Linux 3.11.7 (2020-12-19)
<details><summary><i>click to show/hide</i></summary><p>
| Region | alpine-ami-3.11.7-x86_64-r0 |
| ------ | --- |
| af-south-1 | [ami-05cf48a10f6002168](https://af-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-05cf48a10f6002168) ([launch](https://af-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-05cf48a10f6002168)) |
| ap-east-1 | [ami-096def05737bb9fa5](https://ap-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-096def05737bb9fa5) ([launch](https://ap-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-096def05737bb9fa5)) |
| ap-northeast-1 | [ami-0dc80e3c7e0aedb4e](https://ap-northeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0dc80e3c7e0aedb4e) ([launch](https://ap-northeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0dc80e3c7e0aedb4e)) |
| ap-northeast-2 | [ami-09346dc8fc008c9f3](https://ap-northeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-09346dc8fc008c9f3) ([launch](https://ap-northeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-09346dc8fc008c9f3)) |
| ap-south-1 | [ami-050c579c7459a48c2](https://ap-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-050c579c7459a48c2) ([launch](https://ap-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-050c579c7459a48c2)) |
| ap-southeast-1 | [ami-02d1e1bf59cca56f6](https://ap-southeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-02d1e1bf59cca56f6) ([launch](https://ap-southeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-02d1e1bf59cca56f6)) |
| ap-southeast-2 | [ami-055e9bb961d28d69d](https://ap-southeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-055e9bb961d28d69d) ([launch](https://ap-southeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-055e9bb961d28d69d)) |
| ca-central-1 | [ami-0af7eccbeacce0f05](https://ca-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0af7eccbeacce0f05) ([launch](https://ca-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0af7eccbeacce0f05)) |
| eu-central-1 | [ami-05794ddba50a9a744](https://eu-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-05794ddba50a9a744) ([launch](https://eu-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-05794ddba50a9a744)) |
| eu-north-1 | [ami-05b0683850b38c6d5](https://eu-north-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-05b0683850b38c6d5) ([launch](https://eu-north-1.console.aws.amazon.com/ec2/home#launchAmi=ami-05b0683850b38c6d5)) |
| eu-south-1 | [ami-0642f11c989872666](https://eu-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0642f11c989872666) ([launch](https://eu-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0642f11c989872666)) |
| eu-west-1 | [ami-0956524d21583a27a](https://eu-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0956524d21583a27a) ([launch](https://eu-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0956524d21583a27a)) |
| eu-west-2 | [ami-07e738b263969a042](https://eu-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-07e738b263969a042) ([launch](https://eu-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-07e738b263969a042)) |
| eu-west-3 | [ami-07e0f0262ff7b7da9](https://eu-west-3.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-07e0f0262ff7b7da9) ([launch](https://eu-west-3.console.aws.amazon.com/ec2/home#launchAmi=ami-07e0f0262ff7b7da9)) |
| me-south-1 | [ami-0d033bc51aa9fc3c6](https://me-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0d033bc51aa9fc3c6) ([launch](https://me-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0d033bc51aa9fc3c6)) |
| sa-east-1 | [ami-07ec4797792079c72](https://sa-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-07ec4797792079c72) ([launch](https://sa-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-07ec4797792079c72)) |
| us-east-1 | [ami-0f5a58345290f20fe](https://us-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f5a58345290f20fe) ([launch](https://us-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0f5a58345290f20fe)) |
| us-east-2 | [ami-089db2524f896109e](https://us-east-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-089db2524f896109e) ([launch](https://us-east-2.console.aws.amazon.com/ec2/home#launchAmi=ami-089db2524f896109e)) |
| us-west-1 | [ami-0a0564916b7d4a510](https://us-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0a0564916b7d4a510) ([launch](https://us-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0a0564916b7d4a510)) |
| us-west-2 | [ami-0b9f7e5619a03a0ea](https://us-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0b9f7e5619a03a0ea) ([launch](https://us-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0b9f7e5619a03a0ea)) |
</p></details>
### Alpine Linux 3.10.5 (2020-12-19)
2019-07-12 16:00:48 +00:00
<details><summary><i>click to show/hide</i></summary><p>
| Region | alpine-ami-3.10.5-x86_64-r1 |
2019-07-12 16:00:48 +00:00
| ------ | --- |
| af-south-1 | [ami-0f04d696b9bb2a043](https://af-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f04d696b9bb2a043) ([launch](https://af-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0f04d696b9bb2a043)) |
| ap-east-1 | [ami-0392cbf555ce3a146](https://ap-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0392cbf555ce3a146) ([launch](https://ap-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0392cbf555ce3a146)) |
| ap-northeast-1 | [ami-095d84c90b5d8aeee](https://ap-northeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-095d84c90b5d8aeee) ([launch](https://ap-northeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-095d84c90b5d8aeee)) |
| ap-northeast-2 | [ami-0f6d55079fee59400](https://ap-northeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f6d55079fee59400) ([launch](https://ap-northeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0f6d55079fee59400)) |
| ap-south-1 | [ami-07e6e99350bef94dd](https://ap-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-07e6e99350bef94dd) ([launch](https://ap-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-07e6e99350bef94dd)) |
| ap-southeast-1 | [ami-0f784485a4589cf66](https://ap-southeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f784485a4589cf66) ([launch](https://ap-southeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0f784485a4589cf66)) |
| ap-southeast-2 | [ami-0886f3fffb96b61ba](https://ap-southeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0886f3fffb96b61ba) ([launch](https://ap-southeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0886f3fffb96b61ba)) |
| ca-central-1 | [ami-078f16db0a269ea93](https://ca-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-078f16db0a269ea93) ([launch](https://ca-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-078f16db0a269ea93)) |
| eu-central-1 | [ami-0380ce28ef629d90d](https://eu-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0380ce28ef629d90d) ([launch](https://eu-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0380ce28ef629d90d)) |
| eu-north-1 | [ami-00b16b9ae0a30f956](https://eu-north-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-00b16b9ae0a30f956) ([launch](https://eu-north-1.console.aws.amazon.com/ec2/home#launchAmi=ami-00b16b9ae0a30f956)) |
| eu-south-1 | [ami-0d6b6ed478eac773c](https://eu-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0d6b6ed478eac773c) ([launch](https://eu-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0d6b6ed478eac773c)) |
| eu-west-1 | [ami-04b775d6fe1735210](https://eu-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-04b775d6fe1735210) ([launch](https://eu-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-04b775d6fe1735210)) |
| eu-west-2 | [ami-014e97d83f67eaa97](https://eu-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-014e97d83f67eaa97) ([launch](https://eu-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-014e97d83f67eaa97)) |
| eu-west-3 | [ami-0288c23df586bd137](https://eu-west-3.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0288c23df586bd137) ([launch](https://eu-west-3.console.aws.amazon.com/ec2/home#launchAmi=ami-0288c23df586bd137)) |
| me-south-1 | [ami-0f2301c3be4340833](https://me-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f2301c3be4340833) ([launch](https://me-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0f2301c3be4340833)) |
| sa-east-1 | [ami-0a431dbfae17074be](https://sa-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0a431dbfae17074be) ([launch](https://sa-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0a431dbfae17074be)) |
| us-east-1 | [ami-0ad73f561b0d903fa](https://us-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0ad73f561b0d903fa) ([launch](https://us-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0ad73f561b0d903fa)) |
| us-east-2 | [ami-0c15ef6ad3bdb364d](https://us-east-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0c15ef6ad3bdb364d) ([launch](https://us-east-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0c15ef6ad3bdb364d)) |
| us-west-1 | [ami-0f06f7abd4a2481fc](https://us-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f06f7abd4a2481fc) ([launch](https://us-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0f06f7abd4a2481fc)) |
| us-west-2 | [ami-0605acecb09204ae6](https://us-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0605acecb09204ae6) ([launch](https://us-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0605acecb09204ae6)) |
2019-07-12 16:00:48 +00:00
</p></details>
### Alpine Linux 3.9.6 (2020-04-26)
<details><summary><i>click to show/hide</i></summary><p>
| Region | alpine-ami-3.9.6-x86_64-r0 |
| ------ | --- |
| ap-northeast-1 | [ami-0133f3a571f684178](https://ap-northeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0133f3a571f684178) ([launch](https://ap-northeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0133f3a571f684178)) |
| ap-northeast-2 | [ami-0f9ad7c51e14bdc3d](https://ap-northeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f9ad7c51e14bdc3d) ([launch](https://ap-northeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0f9ad7c51e14bdc3d)) |
| ap-south-1 | [ami-00af726ec2f4077a2](https://ap-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-00af726ec2f4077a2) ([launch](https://ap-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-00af726ec2f4077a2)) |
| ap-southeast-1 | [ami-0d52e9d7f91ca051c](https://ap-southeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0d52e9d7f91ca051c) ([launch](https://ap-southeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0d52e9d7f91ca051c)) |
| ap-southeast-2 | [ami-054360648343b66bc](https://ap-southeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-054360648343b66bc) ([launch](https://ap-southeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-054360648343b66bc)) |
| ca-central-1 | [ami-0583a99f342097b6c](https://ca-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0583a99f342097b6c) ([launch](https://ca-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0583a99f342097b6c)) |
| eu-central-1 | [ami-051eec0106a08df6d](https://eu-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-051eec0106a08df6d) ([launch](https://eu-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-051eec0106a08df6d)) |
| eu-north-1 | [ami-07a2b23059054aea3](https://eu-north-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-07a2b23059054aea3) ([launch](https://eu-north-1.console.aws.amazon.com/ec2/home#launchAmi=ami-07a2b23059054aea3)) |
| eu-west-1 | [ami-0eb2b54ab4d09eb80](https://eu-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0eb2b54ab4d09eb80) ([launch](https://eu-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0eb2b54ab4d09eb80)) |
| eu-west-2 | [ami-08c87b358b24d1df3](https://eu-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-08c87b358b24d1df3) ([launch](https://eu-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-08c87b358b24d1df3)) |
| eu-west-3 | [ami-00a425aa20737343e](https://eu-west-3.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-00a425aa20737343e) ([launch](https://eu-west-3.console.aws.amazon.com/ec2/home#launchAmi=ami-00a425aa20737343e)) |
| sa-east-1 | [ami-0ea679407da47b78a](https://sa-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0ea679407da47b78a) ([launch](https://sa-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0ea679407da47b78a)) |
| us-east-1 | [ami-004f0550310a2d7aa](https://us-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-004f0550310a2d7aa) ([launch](https://us-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-004f0550310a2d7aa)) |
| us-east-2 | [ami-045a2cc3fe272caee](https://us-east-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-045a2cc3fe272caee) ([launch](https://us-east-2.console.aws.amazon.com/ec2/home#launchAmi=ami-045a2cc3fe272caee)) |
| us-west-1 | [ami-026a54e52daea1233](https://us-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-026a54e52daea1233) ([launch](https://us-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-026a54e52daea1233)) |
| us-west-2 | [ami-0b933475d362cbfab](https://us-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0b933475d362cbfab) ([launch](https://us-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0b933475d362cbfab)) |
</p></details>
Builder Overhaul (#106) Subcommands * merge 'resolve-profiles' and 'make-amis' into 'amis' * rename 'update-releases' to 'release-yaml' * rename 'gen-release-readme' to 'release-readme' * rename 'prune-amis' to 'prune' * reorder to match the usual workflow * use argparse mutually-exclusive group where appropriate * use argparse 'metavar' and 'nargs' for more salient help release * can now specify multiple AMIs on command line * add explicit '--private' argument * if no '--private', '--public', or '--allow-account' is specified, default to propagate the source AMI's permissions to its copies * move 'iter_regions' and 'get*image' methods out of ReleaseAMIs class because they're also used elsewhere * 'update_image_permissions' resets perms before adding new perms * pending_copy loop, reports on everything in progress, waits 3m before reporting on everything again, and then waits 30s between reports * pending_copy also notes when a copy has completed (and only queues for pending_perms if they need adjustment) Releases class * used by release-yaml and prune subcommands * caches region client objects for later use (by prune) * loads images from region - either from a profile or "unknown" (no profile tag) * builds the releases object - now structured release -> build (instead of build -> release) ReleasesReadme * works with new releases object format * improve sorting and selection of latest per version per-build AMIs * empty cell if a region doesn't happen to have a build AMI there PruneAMIs * rename 'version' level to 'end-of-life' * add 'UNKNOWN' pruning level * works, even if you don't want to --use-broker * --keep N - keeps an additional N AMIs that would otherwise have been purged per build * --defer-eol DAYS - give EOL AMIs a grace period past their official EOL date * no AMI deletion happens unless --no-pretend arg is provided * improve pruning criteria scan and candidate selection Co-authored-by: Jake Buchholz <jake@jakesys.net>
2021-01-05 01:36:15 +00:00
### Alpine Linux Edge (2020-12-31)
<details><summary><i>click to show/hide</i></summary><p>
Builder Overhaul (#106) Subcommands * merge 'resolve-profiles' and 'make-amis' into 'amis' * rename 'update-releases' to 'release-yaml' * rename 'gen-release-readme' to 'release-readme' * rename 'prune-amis' to 'prune' * reorder to match the usual workflow * use argparse mutually-exclusive group where appropriate * use argparse 'metavar' and 'nargs' for more salient help release * can now specify multiple AMIs on command line * add explicit '--private' argument * if no '--private', '--public', or '--allow-account' is specified, default to propagate the source AMI's permissions to its copies * move 'iter_regions' and 'get*image' methods out of ReleaseAMIs class because they're also used elsewhere * 'update_image_permissions' resets perms before adding new perms * pending_copy loop, reports on everything in progress, waits 3m before reporting on everything again, and then waits 30s between reports * pending_copy also notes when a copy has completed (and only queues for pending_perms if they need adjustment) Releases class * used by release-yaml and prune subcommands * caches region client objects for later use (by prune) * loads images from region - either from a profile or "unknown" (no profile tag) * builds the releases object - now structured release -> build (instead of build -> release) ReleasesReadme * works with new releases object format * improve sorting and selection of latest per version per-build AMIs * empty cell if a region doesn't happen to have a build AMI there PruneAMIs * rename 'version' level to 'end-of-life' * add 'UNKNOWN' pruning level * works, even if you don't want to --use-broker * --keep N - keeps an additional N AMIs that would otherwise have been purged per build * --defer-eol DAYS - give EOL AMIs a grace period past their official EOL date * no AMI deletion happens unless --no-pretend arg is provided * improve pruning criteria scan and candidate selection Co-authored-by: Jake Buchholz <jake@jakesys.net>
2021-01-05 01:36:15 +00:00
| Region | alpine-ami-edge-aarch64-20201231045833 | alpine-ami-edge-x86_64-20201231045833 |
| ------ | --- | --- |
Builder Overhaul (#106) Subcommands * merge 'resolve-profiles' and 'make-amis' into 'amis' * rename 'update-releases' to 'release-yaml' * rename 'gen-release-readme' to 'release-readme' * rename 'prune-amis' to 'prune' * reorder to match the usual workflow * use argparse mutually-exclusive group where appropriate * use argparse 'metavar' and 'nargs' for more salient help release * can now specify multiple AMIs on command line * add explicit '--private' argument * if no '--private', '--public', or '--allow-account' is specified, default to propagate the source AMI's permissions to its copies * move 'iter_regions' and 'get*image' methods out of ReleaseAMIs class because they're also used elsewhere * 'update_image_permissions' resets perms before adding new perms * pending_copy loop, reports on everything in progress, waits 3m before reporting on everything again, and then waits 30s between reports * pending_copy also notes when a copy has completed (and only queues for pending_perms if they need adjustment) Releases class * used by release-yaml and prune subcommands * caches region client objects for later use (by prune) * loads images from region - either from a profile or "unknown" (no profile tag) * builds the releases object - now structured release -> build (instead of build -> release) ReleasesReadme * works with new releases object format * improve sorting and selection of latest per version per-build AMIs * empty cell if a region doesn't happen to have a build AMI there PruneAMIs * rename 'version' level to 'end-of-life' * add 'UNKNOWN' pruning level * works, even if you don't want to --use-broker * --keep N - keeps an additional N AMIs that would otherwise have been purged per build * --defer-eol DAYS - give EOL AMIs a grace period past their official EOL date * no AMI deletion happens unless --no-pretend arg is provided * improve pruning criteria scan and candidate selection Co-authored-by: Jake Buchholz <jake@jakesys.net>
2021-01-05 01:36:15 +00:00
| af-south-1 | [ami-0b183c56bd131ed3a](https://af-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0b183c56bd131ed3a) ([launch](https://af-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0b183c56bd131ed3a)) | [ami-011743658a67dd855](https://af-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-011743658a67dd855) ([launch](https://af-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-011743658a67dd855)) |
| ap-east-1 | [ami-08b75758d2db7dfca](https://ap-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-08b75758d2db7dfca) ([launch](https://ap-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-08b75758d2db7dfca)) | [ami-0d216cd3d020468f4](https://ap-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0d216cd3d020468f4) ([launch](https://ap-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0d216cd3d020468f4)) |
| ap-northeast-1 | [ami-0e4e372058199d5ef](https://ap-northeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0e4e372058199d5ef) ([launch](https://ap-northeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0e4e372058199d5ef)) | [ami-080ee407fba860248](https://ap-northeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-080ee407fba860248) ([launch](https://ap-northeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-080ee407fba860248)) |
| ap-northeast-2 | [ami-0b1cb303b405d3097](https://ap-northeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0b1cb303b405d3097) ([launch](https://ap-northeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0b1cb303b405d3097)) | [ami-0f9ab3123bd36ee7c](https://ap-northeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f9ab3123bd36ee7c) ([launch](https://ap-northeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0f9ab3123bd36ee7c)) |
| ap-south-1 | [ami-03dd8e847479cf769](https://ap-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-03dd8e847479cf769) ([launch](https://ap-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-03dd8e847479cf769)) | [ami-0180ec8a9b842fb7b](https://ap-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0180ec8a9b842fb7b) ([launch](https://ap-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0180ec8a9b842fb7b)) |
| ap-southeast-1 | [ami-0f63ec4ee42f919af](https://ap-southeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f63ec4ee42f919af) ([launch](https://ap-southeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0f63ec4ee42f919af)) | [ami-068588a4eea7ad3a3](https://ap-southeast-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-068588a4eea7ad3a3) ([launch](https://ap-southeast-1.console.aws.amazon.com/ec2/home#launchAmi=ami-068588a4eea7ad3a3)) |
| ap-southeast-2 | [ami-0cfb54d89d91b4588](https://ap-southeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0cfb54d89d91b4588) ([launch](https://ap-southeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0cfb54d89d91b4588)) | [ami-0ae9daf7a58df4934](https://ap-southeast-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0ae9daf7a58df4934) ([launch](https://ap-southeast-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0ae9daf7a58df4934)) |
| ca-central-1 | [ami-0028affab88bac113](https://ca-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0028affab88bac113) ([launch](https://ca-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0028affab88bac113)) | [ami-07bcbb6f6af86f511](https://ca-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-07bcbb6f6af86f511) ([launch](https://ca-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-07bcbb6f6af86f511)) |
| eu-central-1 | [ami-0a3002a25422450ec](https://eu-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0a3002a25422450ec) ([launch](https://eu-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0a3002a25422450ec)) | [ami-052c85ff0f5526102](https://eu-central-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-052c85ff0f5526102) ([launch](https://eu-central-1.console.aws.amazon.com/ec2/home#launchAmi=ami-052c85ff0f5526102)) |
| eu-north-1 | [ami-0164bce0c7d9f1741](https://eu-north-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0164bce0c7d9f1741) ([launch](https://eu-north-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0164bce0c7d9f1741)) | [ami-050c04068b77339c8](https://eu-north-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-050c04068b77339c8) ([launch](https://eu-north-1.console.aws.amazon.com/ec2/home#launchAmi=ami-050c04068b77339c8)) |
| eu-south-1 | [ami-02fe886c007469453](https://eu-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-02fe886c007469453) ([launch](https://eu-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-02fe886c007469453)) | [ami-0d0c75892f636d022](https://eu-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0d0c75892f636d022) ([launch](https://eu-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0d0c75892f636d022)) |
| eu-west-1 | [ami-052c81600bc9265a2](https://eu-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-052c81600bc9265a2) ([launch](https://eu-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-052c81600bc9265a2)) | [ami-05e2518be7f8858dd](https://eu-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-05e2518be7f8858dd) ([launch](https://eu-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-05e2518be7f8858dd)) |
| eu-west-2 | [ami-0dbd0469355fb628b](https://eu-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0dbd0469355fb628b) ([launch](https://eu-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0dbd0469355fb628b)) | [ami-0feefbd48a8e39699](https://eu-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0feefbd48a8e39699) ([launch](https://eu-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0feefbd48a8e39699)) |
| eu-west-3 | [ami-0a8f99b7d240e427c](https://eu-west-3.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0a8f99b7d240e427c) ([launch](https://eu-west-3.console.aws.amazon.com/ec2/home#launchAmi=ami-0a8f99b7d240e427c)) | [ami-0423ae73dd6a792bf](https://eu-west-3.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0423ae73dd6a792bf) ([launch](https://eu-west-3.console.aws.amazon.com/ec2/home#launchAmi=ami-0423ae73dd6a792bf)) |
| me-south-1 | [ami-03e34a8c3f39d75a8](https://me-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-03e34a8c3f39d75a8) ([launch](https://me-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-03e34a8c3f39d75a8)) | [ami-04649d2d92b0365f7](https://me-south-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-04649d2d92b0365f7) ([launch](https://me-south-1.console.aws.amazon.com/ec2/home#launchAmi=ami-04649d2d92b0365f7)) |
| sa-east-1 | [ami-0c049c43758d1c6ae](https://sa-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0c049c43758d1c6ae) ([launch](https://sa-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0c049c43758d1c6ae)) | [ami-0a9fcc32957c9f42f](https://sa-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0a9fcc32957c9f42f) ([launch](https://sa-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0a9fcc32957c9f42f)) |
| us-east-1 | [ami-0d4bf5cbd324d086a](https://us-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0d4bf5cbd324d086a) ([launch](https://us-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0d4bf5cbd324d086a)) | [ami-047669701018a01ac](https://us-east-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-047669701018a01ac) ([launch](https://us-east-1.console.aws.amazon.com/ec2/home#launchAmi=ami-047669701018a01ac)) |
| us-east-2 | [ami-07434f0295f2816c8](https://us-east-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-07434f0295f2816c8) ([launch](https://us-east-2.console.aws.amazon.com/ec2/home#launchAmi=ami-07434f0295f2816c8)) | [ami-0f811ec590362fd5e](https://us-east-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0f811ec590362fd5e) ([launch](https://us-east-2.console.aws.amazon.com/ec2/home#launchAmi=ami-0f811ec590362fd5e)) |
| us-west-1 | [ami-0e2ddb3719b40d721](https://us-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-0e2ddb3719b40d721) ([launch](https://us-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-0e2ddb3719b40d721)) | [ami-02a9a916ff04c9553](https://us-west-1.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-02a9a916ff04c9553) ([launch](https://us-west-1.console.aws.amazon.com/ec2/home#launchAmi=ami-02a9a916ff04c9553)) |
| us-west-2 | [ami-07ab85086738d655c](https://us-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-07ab85086738d655c) ([launch](https://us-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-07ab85086738d655c)) | [ami-003decaff69790d71](https://us-west-2.console.aws.amazon.com/ec2/home#Images:visibility=public-images;imageId=ami-003decaff69790d71) ([launch](https://us-west-2.console.aws.amazon.com/ec2/home#launchAmi=ami-003decaff69790d71)) |
</p></details>