Skip to content

Commit ae71f9d

Browse files
author
ZoccoCcs
committed
Adjust the default instance type
1 parent c41a966 commit ae71f9d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

KaliPurple-NAT-EC2.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Parameters:
8080
InstKaliPurple:
8181
Description: Kali Purple EC2 instance type
8282
Type: String
83-
Default: t2.medium
83+
Default: r5a.large
8484
AllowedValues:
8585
- t1.micro
8686
- t2.nano
@@ -123,6 +123,7 @@ Parameters:
123123
- r3.2xlarge
124124
- r3.4xlarge
125125
- r3.8xlarge
126+
- r5a.large
126127
- i2.xlarge
127128
- i2.2xlarge
128129
- i2.4xlarge
@@ -325,14 +326,15 @@ Parameters:
325326
InstViolet:
326327
Description: Kali-Violet EC2 instance type
327328
Type: String
328-
Default: t2.medium
329+
Default: t3a.xlarge
329330
AllowedValues:
330331
- t1.micro
331332
- t2.nano
332333
- t2.micro
333334
- t2.small
334335
- t2.medium
335336
- t2.large
337+
- t3a.xlarge
336338
- m1.small
337339
- m1.medium
338340
- m1.large
@@ -386,14 +388,15 @@ Parameters:
386388
InstEminence:
387389
Description: Eminence EC2 instance type
388390
Type: String
389-
Default: t2.medium
391+
Default: t3a.2xlarge
390392
AllowedValues:
391393
- t1.micro
392394
- t2.nano
393395
- t2.micro
394396
- t2.small
395397
- t2.medium
396398
- t2.large
399+
- t3a.2xlarge
397400
- m1.small
398401
- m1.medium
399402
- m1.large
@@ -445,7 +448,7 @@ Parameters:
445448
ConstraintDescription: must be a valid EC2 instance type.
446449

447450
InstPearly:
448-
Description: Byzantium EC2 instance type
451+
Description: Pearly EC2 instance type
449452
Type: String
450453
Default: t2.medium
451454
AllowedValues:

0 commit comments

Comments
 (0)