mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
37 lines
934 B
YAML
37 lines
934 B
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
|
|
- ami: ami-0c2d5393cb5b518f6
|
|
name: ubuntu21.10
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: ubuntu
|
|
- ami: ami-0758470213bdd23b1
|
|
name: ubuntu20.04
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: ubuntu
|
|
- ami: ami-095192256fe1477ad
|
|
name: ubuntu18.04LTS
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: ubuntu
|
|
#-----------------------------------------------------------------------------
|
|
# Debian
|
|
- ami: ami-01db78123b2b99496
|
|
name: debian10
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: admin
|
|
#-----------------------------------------------------------------------------
|
|
# CentOS
|
|
- ami: ami-9887c6e7
|
|
name: centos7
|
|
type: centos
|
|
virt: hvm
|
|
user: centos
|