Files
certbot-certbot-2/letstest/targets/targets.yaml
T

41 lines
1.1 KiB
YAML

# These images are located in us-east-1.
#
# All machines must currently use x86_64 since Pebble does not currently
# publish images for other architectures.
targets:
#-----------------------------------------------------------------------------
# Ubuntu
# These AMI were found onhttps://cloud-images.ubuntu.com/locator/ec2/.
- ami: ami-0fc5d935ebf8bc3bc
name: ubuntu22.04
type: ubuntu
virt: hvm
user: ubuntu
- ami: ami-0fe0238291c8e3f07
name: ubuntu20.04
type: ubuntu
virt: hvm
user: ubuntu
#-----------------------------------------------------------------------------
# Debian
# These AMI were found on https://wiki.debian.org/Cloud/AmazonEC2Image.
- ami: ami-0c20d96b50ac700e3
name: debian11
type: ubuntu
virt: hvm
user: admin
- ami: ami-0f238cd7c96d866ad
name: debian12
type: ubuntu
virt: hvm
user: admin
#-----------------------------------------------------------------------------
# CentOS
# These AMI were found on https://centos.org/download/aws-images/.
- ami: ami-0685bf135ad24747f
name: centos9stream
type: centos
virt: hvm
user: ec2-user