File: targets.yaml

package info (click to toggle)
python-certbot 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,660 kB
  • sloc: python: 44,312; sh: 2,380; makefile: 480
file content (35 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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 on https://cloud-images.ubuntu.com/locator/ec2/.
  - ami: ami-045a47a3b15302634
    name: ubuntu24.04
    type: ubuntu
    virt: hvm
    user: ubuntu
  - ami: ami-0fc5d935ebf8bc3bc
    name: ubuntu22.04
    type: ubuntu
    virt: hvm
    user: ubuntu
  #-----------------------------------------------------------------------------
  # Debian
  # These AMI were found on https://wiki.debian.org/Cloud/AmazonEC2Image.
  - 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-013db6d0c7167e046
    name: centos9stream
    type: centos
    virt: hvm
    user: ec2-user