Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/aws/services/ec2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ docker tag ubuntu:focal localstack-ec2/ubuntu-focal-ami:ami-000001
The above example will make LocalStack treat the `ubuntu:focal` Docker image as an AMI with name `ubuntu-focal-ami` and ID `ami-000001`.

At startup, LocalStack downloads the following AMIs that can be used to launch Dockerized instances.
- Ubuntu 22.04: `ami-df5de72bdb3b`
- Ubuntu 26.04: `ami-61ad6e59d7b0`
- Amazon Linux 2023: `ami-024f768332f0`
- Amazon Linux 2: `ami-07b643b5e45e`

Expand Down