|
191 | 191 | "associate_public_ip_address" : true, |
192 | 192 | "ena_support" : true, |
193 | 193 | "iam_instance_profile" : "{{user `iam_role`}}" |
194 | | - },{ |
195 | | - "type": "amazon-ebs", |
196 | | - "name" : "Ubuntu22.04-x86", |
197 | | - "ami_name": "Jenkins Ubuntu 22.04 x86_64 {{user `build_date`}}", |
198 | | - "region": "us-west-2", |
199 | | - "source_ami_filter": { |
200 | | - "filters": { |
201 | | - "architecture": "x86_64", |
202 | | - "virtualization-type": "hvm", |
203 | | - "root-device-type": "ebs", |
204 | | - "name": "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-*" |
205 | | - }, |
206 | | - "owners": ["099720109477"], |
207 | | - "most_recent": true |
208 | | - }, |
209 | | - "ami_block_device_mappings": [ { |
210 | | - "device_name": "/dev/sda1", |
211 | | - "volume_size": 16, |
212 | | - "delete_on_termination": true |
213 | | - } ], |
214 | | - "launch_block_device_mappings": [ { |
215 | | - "device_name": "/dev/sda1", |
216 | | - "volume_size": 16, |
217 | | - "delete_on_termination": true |
218 | | - } ], |
219 | | - "instance_type": "t3.micro", |
220 | | - "ssh_username": "ubuntu", |
221 | | - "ssh_pty" : true, |
222 | | - "associate_public_ip_address" : true, |
223 | | - "ena_support" : true, |
224 | | - "iam_instance_profile" : "{{user `iam_role`}}" |
225 | | - },{ |
226 | | - "type": "amazon-ebs", |
227 | | - "name" : "Ubuntu22.04-arm64", |
228 | | - "ami_name": "Jenkins Ubuntu 22.04 arm64 {{user `build_date`}}", |
229 | | - "region": "us-west-2", |
230 | | - "source_ami_filter": { |
231 | | - "filters": { |
232 | | - "architecture": "arm64", |
233 | | - "virtualization-type": "hvm", |
234 | | - "root-device-type": "ebs", |
235 | | - "name": "ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-arm64-server-*" |
236 | | - }, |
237 | | - "owners": ["099720109477"], |
238 | | - "most_recent": true |
239 | | - }, |
240 | | - "ami_block_device_mappings": [ { |
241 | | - "device_name": "/dev/sda1", |
242 | | - "volume_size": 16, |
243 | | - "delete_on_termination": true |
244 | | - } ], |
245 | | - "launch_block_device_mappings": [ { |
246 | | - "device_name": "/dev/sda1", |
247 | | - "volume_size": 16, |
248 | | - "delete_on_termination": true |
249 | | - } ], |
250 | | - "instance_type": "t4g.micro", |
251 | | - "ssh_username": "ubuntu", |
252 | | - "ssh_pty" : true, |
253 | | - "associate_public_ip_address" : true, |
254 | | - "ena_support" : true, |
255 | | - "iam_instance_profile" : "{{user `iam_role`}}" |
256 | 194 | },{ |
257 | 195 | "type": "amazon-ebs", |
258 | 196 | "name" : "RHEL7-x86", |
|
0 commit comments