File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/content/docs/aws/services Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -249,8 +249,9 @@ docker tag ubuntu:focal localstack-ec2/ubuntu-focal-ami:ami-000001
249249The above example will make LocalStack treat the ` ubuntu:focal ` Docker image as an AMI with name ` ubuntu-focal-ami ` and ID ` ami-000001 ` .
250250
251251At 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
256257The auto download of Docker images for default AMIs can be disabled using the ` EC2_DOWNLOAD_DEFAULT_IMAGES=0 ` configuration variable.
You can’t perform that action at this time.
0 commit comments