This repository was archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
Expand file tree
/
Copy path.taskcat.yml
More file actions
130 lines (130 loc) · 3.01 KB
/
.taskcat.yml
File metadata and controls
130 lines (130 loc) · 3.01 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
project:
name: quickstart-linux-bastion
owner: quickstart-eng@amazon.com
s3_regional_buckets: true
regions:
- af-south-1
- ap-east-1
- ap-northeast-1
- ap-northeast-2
- ap-northeast-3
- ap-south-1
- ap-south-2
- ap-southeast-1
- ap-southeast-2
- ap-southeast-3
- ap-southeast-4
- ca-central-1
- eu-central-1
- eu-central-2
- eu-north-1
- eu-south-1
- eu-south-2
- eu-west-1
- eu-west-2
- eu-west-3
- me-central-1
- me-south-1
- sa-east-1
- us-east-1
- us-east-2
- us-west-1
- us-west-2
- us-gov-east-1
- us-gov-west-1
- cn-north-1
- cn-northwest-1
template: templates/linux-bastion-entrypoint-new-vpc.template.yaml
parameters:
AvailabilityZones: $[taskcat_getaz_2]
KeyPairName: --override--
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
tests:
amznlinux2hvm:
parameters:
BastionAMIOS: Amazon-Linux2-HVM
RemoteAccessCIDR: 10.0.0.0/16
regions:
- me-south-1
- us-west-2
- us-gov-east-1
- cn-north-1
amznlinux2022:
parameters:
BastionAMIOS: Amazon-Linux2022
RemoteAccessCIDR: 10.0.0.0/16
regions:
- eu-west-2
- ap-southeast-2
- us-gov-east-1
- cn-north-1
us2004hvm:
parameters:
BastionAMIOS: Ubuntu-Server-20.04-LTS-HVM
BastionInstanceType: t3.small
RemoteAccessCIDR: 10.0.0.0/16
regions:
- eu-west-3
us2204hvm:
parameters:
BastionAMIOS: Ubuntu-Server-22.04-LTS-HVM
BastionInstanceType: t3.small
RemoteAccessCIDR: 10.0.0.0/16
regions:
- eu-north-1
amznlinux2hvmarm:
parameters:
BastionAMIOS: Amazon-Linux2-HVM-ARM
BastionInstanceType: t4g.nano
RemoteAccessCIDR: 10.0.0.0/16
regions:
- ap-south-1
- us-west-1
- us-gov-west-1
amznlinux2022arm:
parameters:
BastionAMIOS: Amazon-Linux2022-ARM
BastionInstanceType: t4g.nano
RemoteAccessCIDR: 10.0.0.0/16
regions:
- ap-southeast-1
- us-west-1
- us-gov-west-1
us2204hvmarm:
parameters:
BastionAMIOS: Ubuntu-Server-22.04-LTS-HVM-ARM
BastionInstanceType: t4g.nano
RemoteAccessCIDR: 10.0.0.0/16
regions:
- ap-northeast-2
onlyssmaccess:
parameters:
BastionAMIOS: Amazon-Linux2-HVM-ARM
BastionInstanceType: t4g.nano
RemoteAccessCIDR: disabled-onlyssmaccess
NumBastionHosts: 1
regions:
- us-east-2
multiplehosts:
parameters:
BastionAMIOS: Amazon-Linux2-HVM-ARM
BastionInstanceType: t4g.nano
RemoteAccessCIDR: 10.0.0.0/16
NumBastionHosts: 2
regions:
- eu-west-1
spot:
parameters:
BastionAMIOS: Amazon-Linux2-HVM-ARM
BastionInstanceType: t4g.nano
RemoteAccessCIDR: disabled-onlyssmaccess
OndemandPercentage: 0
NumBastionHosts: 1
regions:
- us-east-1
prefix-list-access:
parameters:
RemoteAccessCIDR: pl-a6a742cf
regions:
- sa-east-1