Welcome to mirror list, hosted at ThFree Co, Russian Federation.

targets.yaml « targets « letstest - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27bf1e2b6ca86a4daa88d80603b9690537c6349c (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# These images are located in us-east-1.

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
  - ami: ami-0dcd54b7d2fff584f
    name: debian10_arm64
    type: ubuntu
    virt: hvm
    user: admin
    machine_type: a1.medium
  #-----------------------------------------------------------------------------
  # Other Redhat Distros
  - ami: ami-005b7876121b7244d
    name: RHEL7
    type: centos
    virt: hvm
    user: ec2-user
  - ami: ami-0c322300a1dd5dc79
    name: RHEL8
    type: centos
    virt: hvm
    user: ec2-user
  #-----------------------------------------------------------------------------
  # CentOS
  - ami: ami-00e87074e52e6c9f9
    name: centos7
    type: centos
    virt: hvm
    user: centos
  - ami: ami-0ee70e88eed976a1b
    name: centos_stream8
    type: centos
    virt: hvm
    user: centos