Skip to content

Commit f0847f3

Browse files
authored
docs: add new amazon linux 2 ami in docker vmm (#284)
1 parent 85f4976 commit f0847f3

File tree

1 file changed

+3
-2
lines changed
  • src/content/docs/aws/services

1 file changed

+3
-2
lines changed

src/content/docs/aws/services/ec2.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,9 @@ docker tag ubuntu:focal localstack-ec2/ubuntu-focal-ami:ami-000001
249249
The above example will make LocalStack treat the `ubuntu:focal` Docker image as an AMI with name `ubuntu-focal-ami` and ID `ami-000001`.
250250

251251
At startup, LocalStack downloads the following AMIs that can be used to launch Dockerized instances.
252-
- Ubuntu 22.04 `ami-df5de72bdb3b`
253-
- Amazon Linux 2023 `ami-024f768332f0`
252+
- Ubuntu 22.04: `ami-df5de72bdb3b`
253+
- Amazon Linux 2023: `ami-024f768332f0`
254+
- Amazon Linux 2: `ami-07b643b5e45e`
254255

255256
:::note
256257
The auto download of Docker images for default AMIs can be disabled using the `EC2_DOWNLOAD_DEFAULT_IMAGES=0` configuration variable.

0 commit comments

Comments
 (0)