Swap out with updated AMI image IDs (#9770)

- Add comments for other OS
This commit is contained in:
Alexis
2023-09-20 13:03:53 -07:00
committed by GitHub
parent 23f9dfc655
commit 694c758db7
+10 -8
View File
@@ -5,38 +5,40 @@
targets: targets:
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
#Ubuntu # Ubuntu
- ami: ami-051dcca84f1edfff1 # These AMI were found onhttps://cloud-images.ubuntu.com/locator/ec2/.
- ami: ami-0fc5d935ebf8bc3bc
name: ubuntu22.04 name: ubuntu22.04
type: ubuntu type: ubuntu
virt: hvm virt: hvm
user: ubuntu user: ubuntu
- ami: ami-0758470213bdd23b1 - ami: ami-0fe0238291c8e3f07
name: ubuntu20.04 name: ubuntu20.04
type: ubuntu type: ubuntu
virt: hvm virt: hvm
user: ubuntu user: ubuntu
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# Debian # Debian
- ami: ami-0fec2c2e2017f4e7b # These AMI were found on https://wiki.debian.org/Cloud/AmazonEC2Image.
- ami: ami-0c20d96b50ac700e3
name: debian11 name: debian11
type: ubuntu type: ubuntu
virt: hvm virt: hvm
user: admin user: admin
- ami: ami-02ff60b9d37a0a0be - ami: ami-0f238cd7c96d866ad
name: debian12 name: debian12
type: ubuntu type: ubuntu
virt: hvm virt: hvm
user: admin user: admin
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# CentOS # CentOS
# These AMI were found on https://wiki.centos.org/Cloud/AWS. # These AMI were found on https://centos.org/download/aws-images/.
- ami: ami-00e87074e52e6c9f9 - ami: ami-0aedf6b1cb669b4c7
name: centos7 name: centos7
type: centos type: centos
virt: hvm virt: hvm
user: centos user: centos
- ami: ami-0c0e36522a91d66e1 - ami: ami-0d5144f02e4eb6f05
name: centos9stream name: centos9stream
type: centos type: centos
virt: hvm virt: hvm