@aws-solutions-constructs/aws-fargate-stepfunctions 2.43.1 → 2.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +106 -15
- package/lib/index.d.ts +1 -1
- package/lib/index.js +3 -3
- package/package.json +6 -6
- package/test/fargate-stepfunctions.test.js +21 -1
- package/test/integ.new-resources.expected.json +138 -129
- package/test/integ.no-cloudwatch-alarms.expected.json +132 -123
|
@@ -19,9 +19,6 @@
|
|
|
19
19
|
"VpcPublicSubnet1Subnet5C2D37C4": {
|
|
20
20
|
"Type": "AWS::EC2::Subnet",
|
|
21
21
|
"Properties": {
|
|
22
|
-
"VpcId": {
|
|
23
|
-
"Ref": "Vpc8378EB38"
|
|
24
|
-
},
|
|
25
22
|
"AvailabilityZone": "test-region-1a",
|
|
26
23
|
"CidrBlock": "172.168.0.0/19",
|
|
27
24
|
"MapPublicIpOnLaunch": true,
|
|
@@ -38,7 +35,10 @@
|
|
|
38
35
|
"Key": "Name",
|
|
39
36
|
"Value": "new-resources/Vpc/PublicSubnet1"
|
|
40
37
|
}
|
|
41
|
-
]
|
|
38
|
+
],
|
|
39
|
+
"VpcId": {
|
|
40
|
+
"Ref": "Vpc8378EB38"
|
|
41
|
+
}
|
|
42
42
|
},
|
|
43
43
|
"Metadata": {
|
|
44
44
|
"cfn_nag": {
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"VpcPublicSubnet1RouteTable6C95E38E": {
|
|
55
55
|
"Type": "AWS::EC2::RouteTable",
|
|
56
56
|
"Properties": {
|
|
57
|
-
"VpcId": {
|
|
58
|
-
"Ref": "Vpc8378EB38"
|
|
59
|
-
},
|
|
60
57
|
"Tags": [
|
|
61
58
|
{
|
|
62
59
|
"Key": "Name",
|
|
63
60
|
"Value": "new-resources/Vpc/PublicSubnet1"
|
|
64
61
|
}
|
|
65
|
-
]
|
|
62
|
+
],
|
|
63
|
+
"VpcId": {
|
|
64
|
+
"Ref": "Vpc8378EB38"
|
|
65
|
+
}
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"VpcPublicSubnet1RouteTableAssociation97140677": {
|
|
@@ -79,12 +79,12 @@
|
|
|
79
79
|
"VpcPublicSubnet1DefaultRoute3DA9E72A": {
|
|
80
80
|
"Type": "AWS::EC2::Route",
|
|
81
81
|
"Properties": {
|
|
82
|
-
"RouteTableId": {
|
|
83
|
-
"Ref": "VpcPublicSubnet1RouteTable6C95E38E"
|
|
84
|
-
},
|
|
85
82
|
"DestinationCidrBlock": "0.0.0.0/0",
|
|
86
83
|
"GatewayId": {
|
|
87
84
|
"Ref": "VpcIGWD7BA715C"
|
|
85
|
+
},
|
|
86
|
+
"RouteTableId": {
|
|
87
|
+
"Ref": "VpcPublicSubnet1RouteTable6C95E38E"
|
|
88
88
|
}
|
|
89
89
|
},
|
|
90
90
|
"DependsOn": [
|
|
@@ -106,15 +106,15 @@
|
|
|
106
106
|
"VpcPublicSubnet1NATGateway4D7517AA": {
|
|
107
107
|
"Type": "AWS::EC2::NatGateway",
|
|
108
108
|
"Properties": {
|
|
109
|
-
"SubnetId": {
|
|
110
|
-
"Ref": "VpcPublicSubnet1Subnet5C2D37C4"
|
|
111
|
-
},
|
|
112
109
|
"AllocationId": {
|
|
113
110
|
"Fn::GetAtt": [
|
|
114
111
|
"VpcPublicSubnet1EIPD7E02669",
|
|
115
112
|
"AllocationId"
|
|
116
113
|
]
|
|
117
114
|
},
|
|
115
|
+
"SubnetId": {
|
|
116
|
+
"Ref": "VpcPublicSubnet1Subnet5C2D37C4"
|
|
117
|
+
},
|
|
118
118
|
"Tags": [
|
|
119
119
|
{
|
|
120
120
|
"Key": "Name",
|
|
@@ -130,9 +130,6 @@
|
|
|
130
130
|
"VpcPublicSubnet2Subnet691E08A3": {
|
|
131
131
|
"Type": "AWS::EC2::Subnet",
|
|
132
132
|
"Properties": {
|
|
133
|
-
"VpcId": {
|
|
134
|
-
"Ref": "Vpc8378EB38"
|
|
135
|
-
},
|
|
136
133
|
"AvailabilityZone": "test-region-1b",
|
|
137
134
|
"CidrBlock": "172.168.32.0/19",
|
|
138
135
|
"MapPublicIpOnLaunch": true,
|
|
@@ -149,7 +146,10 @@
|
|
|
149
146
|
"Key": "Name",
|
|
150
147
|
"Value": "new-resources/Vpc/PublicSubnet2"
|
|
151
148
|
}
|
|
152
|
-
]
|
|
149
|
+
],
|
|
150
|
+
"VpcId": {
|
|
151
|
+
"Ref": "Vpc8378EB38"
|
|
152
|
+
}
|
|
153
153
|
},
|
|
154
154
|
"Metadata": {
|
|
155
155
|
"cfn_nag": {
|
|
@@ -165,15 +165,15 @@
|
|
|
165
165
|
"VpcPublicSubnet2RouteTable94F7E489": {
|
|
166
166
|
"Type": "AWS::EC2::RouteTable",
|
|
167
167
|
"Properties": {
|
|
168
|
-
"VpcId": {
|
|
169
|
-
"Ref": "Vpc8378EB38"
|
|
170
|
-
},
|
|
171
168
|
"Tags": [
|
|
172
169
|
{
|
|
173
170
|
"Key": "Name",
|
|
174
171
|
"Value": "new-resources/Vpc/PublicSubnet2"
|
|
175
172
|
}
|
|
176
|
-
]
|
|
173
|
+
],
|
|
174
|
+
"VpcId": {
|
|
175
|
+
"Ref": "Vpc8378EB38"
|
|
176
|
+
}
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
"VpcPublicSubnet2RouteTableAssociationDD5762D8": {
|
|
@@ -190,12 +190,12 @@
|
|
|
190
190
|
"VpcPublicSubnet2DefaultRoute97F91067": {
|
|
191
191
|
"Type": "AWS::EC2::Route",
|
|
192
192
|
"Properties": {
|
|
193
|
-
"RouteTableId": {
|
|
194
|
-
"Ref": "VpcPublicSubnet2RouteTable94F7E489"
|
|
195
|
-
},
|
|
196
193
|
"DestinationCidrBlock": "0.0.0.0/0",
|
|
197
194
|
"GatewayId": {
|
|
198
195
|
"Ref": "VpcIGWD7BA715C"
|
|
196
|
+
},
|
|
197
|
+
"RouteTableId": {
|
|
198
|
+
"Ref": "VpcPublicSubnet2RouteTable94F7E489"
|
|
199
199
|
}
|
|
200
200
|
},
|
|
201
201
|
"DependsOn": [
|
|
@@ -217,15 +217,15 @@
|
|
|
217
217
|
"VpcPublicSubnet2NATGateway9182C01D": {
|
|
218
218
|
"Type": "AWS::EC2::NatGateway",
|
|
219
219
|
"Properties": {
|
|
220
|
-
"SubnetId": {
|
|
221
|
-
"Ref": "VpcPublicSubnet2Subnet691E08A3"
|
|
222
|
-
},
|
|
223
220
|
"AllocationId": {
|
|
224
221
|
"Fn::GetAtt": [
|
|
225
222
|
"VpcPublicSubnet2EIP3C605A87",
|
|
226
223
|
"AllocationId"
|
|
227
224
|
]
|
|
228
225
|
},
|
|
226
|
+
"SubnetId": {
|
|
227
|
+
"Ref": "VpcPublicSubnet2Subnet691E08A3"
|
|
228
|
+
},
|
|
229
229
|
"Tags": [
|
|
230
230
|
{
|
|
231
231
|
"Key": "Name",
|
|
@@ -241,9 +241,6 @@
|
|
|
241
241
|
"VpcPublicSubnet3SubnetBE12F0B6": {
|
|
242
242
|
"Type": "AWS::EC2::Subnet",
|
|
243
243
|
"Properties": {
|
|
244
|
-
"VpcId": {
|
|
245
|
-
"Ref": "Vpc8378EB38"
|
|
246
|
-
},
|
|
247
244
|
"AvailabilityZone": "test-region-1c",
|
|
248
245
|
"CidrBlock": "172.168.64.0/19",
|
|
249
246
|
"MapPublicIpOnLaunch": true,
|
|
@@ -260,7 +257,10 @@
|
|
|
260
257
|
"Key": "Name",
|
|
261
258
|
"Value": "new-resources/Vpc/PublicSubnet3"
|
|
262
259
|
}
|
|
263
|
-
]
|
|
260
|
+
],
|
|
261
|
+
"VpcId": {
|
|
262
|
+
"Ref": "Vpc8378EB38"
|
|
263
|
+
}
|
|
264
264
|
},
|
|
265
265
|
"Metadata": {
|
|
266
266
|
"cfn_nag": {
|
|
@@ -276,15 +276,15 @@
|
|
|
276
276
|
"VpcPublicSubnet3RouteTable93458DBB": {
|
|
277
277
|
"Type": "AWS::EC2::RouteTable",
|
|
278
278
|
"Properties": {
|
|
279
|
-
"VpcId": {
|
|
280
|
-
"Ref": "Vpc8378EB38"
|
|
281
|
-
},
|
|
282
279
|
"Tags": [
|
|
283
280
|
{
|
|
284
281
|
"Key": "Name",
|
|
285
282
|
"Value": "new-resources/Vpc/PublicSubnet3"
|
|
286
283
|
}
|
|
287
|
-
]
|
|
284
|
+
],
|
|
285
|
+
"VpcId": {
|
|
286
|
+
"Ref": "Vpc8378EB38"
|
|
287
|
+
}
|
|
288
288
|
}
|
|
289
289
|
},
|
|
290
290
|
"VpcPublicSubnet3RouteTableAssociation1F1EDF02": {
|
|
@@ -301,12 +301,12 @@
|
|
|
301
301
|
"VpcPublicSubnet3DefaultRoute4697774F": {
|
|
302
302
|
"Type": "AWS::EC2::Route",
|
|
303
303
|
"Properties": {
|
|
304
|
-
"RouteTableId": {
|
|
305
|
-
"Ref": "VpcPublicSubnet3RouteTable93458DBB"
|
|
306
|
-
},
|
|
307
304
|
"DestinationCidrBlock": "0.0.0.0/0",
|
|
308
305
|
"GatewayId": {
|
|
309
306
|
"Ref": "VpcIGWD7BA715C"
|
|
307
|
+
},
|
|
308
|
+
"RouteTableId": {
|
|
309
|
+
"Ref": "VpcPublicSubnet3RouteTable93458DBB"
|
|
310
310
|
}
|
|
311
311
|
},
|
|
312
312
|
"DependsOn": [
|
|
@@ -328,15 +328,15 @@
|
|
|
328
328
|
"VpcPublicSubnet3NATGateway7640CD1D": {
|
|
329
329
|
"Type": "AWS::EC2::NatGateway",
|
|
330
330
|
"Properties": {
|
|
331
|
-
"SubnetId": {
|
|
332
|
-
"Ref": "VpcPublicSubnet3SubnetBE12F0B6"
|
|
333
|
-
},
|
|
334
331
|
"AllocationId": {
|
|
335
332
|
"Fn::GetAtt": [
|
|
336
333
|
"VpcPublicSubnet3EIP3A666A23",
|
|
337
334
|
"AllocationId"
|
|
338
335
|
]
|
|
339
336
|
},
|
|
337
|
+
"SubnetId": {
|
|
338
|
+
"Ref": "VpcPublicSubnet3SubnetBE12F0B6"
|
|
339
|
+
},
|
|
340
340
|
"Tags": [
|
|
341
341
|
{
|
|
342
342
|
"Key": "Name",
|
|
@@ -352,9 +352,6 @@
|
|
|
352
352
|
"VpcPrivateSubnet1Subnet536B997A": {
|
|
353
353
|
"Type": "AWS::EC2::Subnet",
|
|
354
354
|
"Properties": {
|
|
355
|
-
"VpcId": {
|
|
356
|
-
"Ref": "Vpc8378EB38"
|
|
357
|
-
},
|
|
358
355
|
"AvailabilityZone": "test-region-1a",
|
|
359
356
|
"CidrBlock": "172.168.96.0/19",
|
|
360
357
|
"MapPublicIpOnLaunch": false,
|
|
@@ -371,21 +368,24 @@
|
|
|
371
368
|
"Key": "Name",
|
|
372
369
|
"Value": "new-resources/Vpc/PrivateSubnet1"
|
|
373
370
|
}
|
|
374
|
-
]
|
|
371
|
+
],
|
|
372
|
+
"VpcId": {
|
|
373
|
+
"Ref": "Vpc8378EB38"
|
|
374
|
+
}
|
|
375
375
|
}
|
|
376
376
|
},
|
|
377
377
|
"VpcPrivateSubnet1RouteTableB2C5B500": {
|
|
378
378
|
"Type": "AWS::EC2::RouteTable",
|
|
379
379
|
"Properties": {
|
|
380
|
-
"VpcId": {
|
|
381
|
-
"Ref": "Vpc8378EB38"
|
|
382
|
-
},
|
|
383
380
|
"Tags": [
|
|
384
381
|
{
|
|
385
382
|
"Key": "Name",
|
|
386
383
|
"Value": "new-resources/Vpc/PrivateSubnet1"
|
|
387
384
|
}
|
|
388
|
-
]
|
|
385
|
+
],
|
|
386
|
+
"VpcId": {
|
|
387
|
+
"Ref": "Vpc8378EB38"
|
|
388
|
+
}
|
|
389
389
|
}
|
|
390
390
|
},
|
|
391
391
|
"VpcPrivateSubnet1RouteTableAssociation70C59FA6": {
|
|
@@ -402,21 +402,18 @@
|
|
|
402
402
|
"VpcPrivateSubnet1DefaultRouteBE02A9ED": {
|
|
403
403
|
"Type": "AWS::EC2::Route",
|
|
404
404
|
"Properties": {
|
|
405
|
-
"RouteTableId": {
|
|
406
|
-
"Ref": "VpcPrivateSubnet1RouteTableB2C5B500"
|
|
407
|
-
},
|
|
408
405
|
"DestinationCidrBlock": "0.0.0.0/0",
|
|
409
406
|
"NatGatewayId": {
|
|
410
407
|
"Ref": "VpcPublicSubnet1NATGateway4D7517AA"
|
|
408
|
+
},
|
|
409
|
+
"RouteTableId": {
|
|
410
|
+
"Ref": "VpcPrivateSubnet1RouteTableB2C5B500"
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
413
|
},
|
|
414
414
|
"VpcPrivateSubnet2Subnet3788AAA1": {
|
|
415
415
|
"Type": "AWS::EC2::Subnet",
|
|
416
416
|
"Properties": {
|
|
417
|
-
"VpcId": {
|
|
418
|
-
"Ref": "Vpc8378EB38"
|
|
419
|
-
},
|
|
420
417
|
"AvailabilityZone": "test-region-1b",
|
|
421
418
|
"CidrBlock": "172.168.128.0/19",
|
|
422
419
|
"MapPublicIpOnLaunch": false,
|
|
@@ -433,21 +430,24 @@
|
|
|
433
430
|
"Key": "Name",
|
|
434
431
|
"Value": "new-resources/Vpc/PrivateSubnet2"
|
|
435
432
|
}
|
|
436
|
-
]
|
|
433
|
+
],
|
|
434
|
+
"VpcId": {
|
|
435
|
+
"Ref": "Vpc8378EB38"
|
|
436
|
+
}
|
|
437
437
|
}
|
|
438
438
|
},
|
|
439
439
|
"VpcPrivateSubnet2RouteTableA678073B": {
|
|
440
440
|
"Type": "AWS::EC2::RouteTable",
|
|
441
441
|
"Properties": {
|
|
442
|
-
"VpcId": {
|
|
443
|
-
"Ref": "Vpc8378EB38"
|
|
444
|
-
},
|
|
445
442
|
"Tags": [
|
|
446
443
|
{
|
|
447
444
|
"Key": "Name",
|
|
448
445
|
"Value": "new-resources/Vpc/PrivateSubnet2"
|
|
449
446
|
}
|
|
450
|
-
]
|
|
447
|
+
],
|
|
448
|
+
"VpcId": {
|
|
449
|
+
"Ref": "Vpc8378EB38"
|
|
450
|
+
}
|
|
451
451
|
}
|
|
452
452
|
},
|
|
453
453
|
"VpcPrivateSubnet2RouteTableAssociationA89CAD56": {
|
|
@@ -464,21 +464,18 @@
|
|
|
464
464
|
"VpcPrivateSubnet2DefaultRoute060D2087": {
|
|
465
465
|
"Type": "AWS::EC2::Route",
|
|
466
466
|
"Properties": {
|
|
467
|
-
"RouteTableId": {
|
|
468
|
-
"Ref": "VpcPrivateSubnet2RouteTableA678073B"
|
|
469
|
-
},
|
|
470
467
|
"DestinationCidrBlock": "0.0.0.0/0",
|
|
471
468
|
"NatGatewayId": {
|
|
472
469
|
"Ref": "VpcPublicSubnet2NATGateway9182C01D"
|
|
470
|
+
},
|
|
471
|
+
"RouteTableId": {
|
|
472
|
+
"Ref": "VpcPrivateSubnet2RouteTableA678073B"
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
},
|
|
476
476
|
"VpcPrivateSubnet3SubnetF258B56E": {
|
|
477
477
|
"Type": "AWS::EC2::Subnet",
|
|
478
478
|
"Properties": {
|
|
479
|
-
"VpcId": {
|
|
480
|
-
"Ref": "Vpc8378EB38"
|
|
481
|
-
},
|
|
482
479
|
"AvailabilityZone": "test-region-1c",
|
|
483
480
|
"CidrBlock": "172.168.160.0/19",
|
|
484
481
|
"MapPublicIpOnLaunch": false,
|
|
@@ -495,21 +492,24 @@
|
|
|
495
492
|
"Key": "Name",
|
|
496
493
|
"Value": "new-resources/Vpc/PrivateSubnet3"
|
|
497
494
|
}
|
|
498
|
-
]
|
|
495
|
+
],
|
|
496
|
+
"VpcId": {
|
|
497
|
+
"Ref": "Vpc8378EB38"
|
|
498
|
+
}
|
|
499
499
|
}
|
|
500
500
|
},
|
|
501
501
|
"VpcPrivateSubnet3RouteTableD98824C7": {
|
|
502
502
|
"Type": "AWS::EC2::RouteTable",
|
|
503
503
|
"Properties": {
|
|
504
|
-
"VpcId": {
|
|
505
|
-
"Ref": "Vpc8378EB38"
|
|
506
|
-
},
|
|
507
504
|
"Tags": [
|
|
508
505
|
{
|
|
509
506
|
"Key": "Name",
|
|
510
507
|
"Value": "new-resources/Vpc/PrivateSubnet3"
|
|
511
508
|
}
|
|
512
|
-
]
|
|
509
|
+
],
|
|
510
|
+
"VpcId": {
|
|
511
|
+
"Ref": "Vpc8378EB38"
|
|
512
|
+
}
|
|
513
513
|
}
|
|
514
514
|
},
|
|
515
515
|
"VpcPrivateSubnet3RouteTableAssociation16BDDC43": {
|
|
@@ -526,12 +526,12 @@
|
|
|
526
526
|
"VpcPrivateSubnet3DefaultRoute94B74F0D": {
|
|
527
527
|
"Type": "AWS::EC2::Route",
|
|
528
528
|
"Properties": {
|
|
529
|
-
"RouteTableId": {
|
|
530
|
-
"Ref": "VpcPrivateSubnet3RouteTableD98824C7"
|
|
531
|
-
},
|
|
532
529
|
"DestinationCidrBlock": "0.0.0.0/0",
|
|
533
530
|
"NatGatewayId": {
|
|
534
531
|
"Ref": "VpcPublicSubnet3NATGateway7640CD1D"
|
|
532
|
+
},
|
|
533
|
+
"RouteTableId": {
|
|
534
|
+
"Ref": "VpcPrivateSubnet3RouteTableD98824C7"
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
537
|
},
|
|
@@ -549,11 +549,11 @@
|
|
|
549
549
|
"VpcVPCGWBF912B6E": {
|
|
550
550
|
"Type": "AWS::EC2::VPCGatewayAttachment",
|
|
551
551
|
"Properties": {
|
|
552
|
-
"VpcId": {
|
|
553
|
-
"Ref": "Vpc8378EB38"
|
|
554
|
-
},
|
|
555
552
|
"InternetGatewayId": {
|
|
556
553
|
"Ref": "VpcIGWD7BA715C"
|
|
554
|
+
},
|
|
555
|
+
"VpcId": {
|
|
556
|
+
"Ref": "Vpc8378EB38"
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
},
|
|
@@ -575,7 +575,7 @@
|
|
|
575
575
|
"Tags": [
|
|
576
576
|
{
|
|
577
577
|
"Key": "Name",
|
|
578
|
-
"Value": "new-resources/Vpc"
|
|
578
|
+
"Value": "new-resources/Vpc/FlowLog"
|
|
579
579
|
}
|
|
580
580
|
]
|
|
581
581
|
}
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
"Tags": [
|
|
628
628
|
{
|
|
629
629
|
"Key": "Name",
|
|
630
|
-
"Value": "new-resources/Vpc"
|
|
630
|
+
"Value": "new-resources/Vpc/FlowLog"
|
|
631
631
|
}
|
|
632
632
|
]
|
|
633
633
|
},
|
|
@@ -647,10 +647,6 @@
|
|
|
647
647
|
"VpcFlowLog8FF33A73": {
|
|
648
648
|
"Type": "AWS::EC2::FlowLog",
|
|
649
649
|
"Properties": {
|
|
650
|
-
"ResourceId": {
|
|
651
|
-
"Ref": "Vpc8378EB38"
|
|
652
|
-
},
|
|
653
|
-
"ResourceType": "VPC",
|
|
654
650
|
"DeliverLogsPermissionArn": {
|
|
655
651
|
"Fn::GetAtt": [
|
|
656
652
|
"VpcFlowLogIAMRole6A475D41",
|
|
@@ -661,10 +657,14 @@
|
|
|
661
657
|
"LogGroupName": {
|
|
662
658
|
"Ref": "VpcFlowLogLogGroup7B5C56B9"
|
|
663
659
|
},
|
|
660
|
+
"ResourceId": {
|
|
661
|
+
"Ref": "Vpc8378EB38"
|
|
662
|
+
},
|
|
663
|
+
"ResourceType": "VPC",
|
|
664
664
|
"Tags": [
|
|
665
665
|
{
|
|
666
666
|
"Key": "Name",
|
|
667
|
-
"Value": "new-resources/Vpc"
|
|
667
|
+
"Value": "new-resources/Vpc/FlowLog"
|
|
668
668
|
}
|
|
669
669
|
],
|
|
670
670
|
"TrafficType": "ALL"
|
|
@@ -673,10 +673,6 @@
|
|
|
673
673
|
"VpcECRAPI9A3B6A2B": {
|
|
674
674
|
"Type": "AWS::EC2::VPCEndpoint",
|
|
675
675
|
"Properties": {
|
|
676
|
-
"ServiceName": "com.amazonaws.us-east-1.ecr.api",
|
|
677
|
-
"VpcId": {
|
|
678
|
-
"Ref": "Vpc8378EB38"
|
|
679
|
-
},
|
|
680
676
|
"PrivateDnsEnabled": true,
|
|
681
677
|
"SecurityGroupIds": [
|
|
682
678
|
{
|
|
@@ -686,6 +682,7 @@
|
|
|
686
682
|
]
|
|
687
683
|
}
|
|
688
684
|
],
|
|
685
|
+
"ServiceName": "com.amazonaws.us-east-1.ecr.api",
|
|
689
686
|
"SubnetIds": [
|
|
690
687
|
{
|
|
691
688
|
"Ref": "VpcPrivateSubnet1Subnet536B997A"
|
|
@@ -697,16 +694,15 @@
|
|
|
697
694
|
"Ref": "VpcPrivateSubnet3SubnetF258B56E"
|
|
698
695
|
}
|
|
699
696
|
],
|
|
700
|
-
"VpcEndpointType": "Interface"
|
|
697
|
+
"VpcEndpointType": "Interface",
|
|
698
|
+
"VpcId": {
|
|
699
|
+
"Ref": "Vpc8378EB38"
|
|
700
|
+
}
|
|
701
701
|
}
|
|
702
702
|
},
|
|
703
703
|
"VpcECRDKR604E039F": {
|
|
704
704
|
"Type": "AWS::EC2::VPCEndpoint",
|
|
705
705
|
"Properties": {
|
|
706
|
-
"ServiceName": "com.amazonaws.us-east-1.ecr.dkr",
|
|
707
|
-
"VpcId": {
|
|
708
|
-
"Ref": "Vpc8378EB38"
|
|
709
|
-
},
|
|
710
706
|
"PrivateDnsEnabled": true,
|
|
711
707
|
"SecurityGroupIds": [
|
|
712
708
|
{
|
|
@@ -716,6 +712,7 @@
|
|
|
716
712
|
]
|
|
717
713
|
}
|
|
718
714
|
],
|
|
715
|
+
"ServiceName": "com.amazonaws.us-east-1.ecr.dkr",
|
|
719
716
|
"SubnetIds": [
|
|
720
717
|
{
|
|
721
718
|
"Ref": "VpcPrivateSubnet1Subnet536B997A"
|
|
@@ -727,27 +724,15 @@
|
|
|
727
724
|
"Ref": "VpcPrivateSubnet3SubnetF258B56E"
|
|
728
725
|
}
|
|
729
726
|
],
|
|
730
|
-
"VpcEndpointType": "Interface"
|
|
727
|
+
"VpcEndpointType": "Interface",
|
|
728
|
+
"VpcId": {
|
|
729
|
+
"Ref": "Vpc8378EB38"
|
|
730
|
+
}
|
|
731
731
|
}
|
|
732
732
|
},
|
|
733
733
|
"VpcS3A5408339": {
|
|
734
734
|
"Type": "AWS::EC2::VPCEndpoint",
|
|
735
735
|
"Properties": {
|
|
736
|
-
"ServiceName": {
|
|
737
|
-
"Fn::Join": [
|
|
738
|
-
"",
|
|
739
|
-
[
|
|
740
|
-
"com.amazonaws.",
|
|
741
|
-
{
|
|
742
|
-
"Ref": "AWS::Region"
|
|
743
|
-
},
|
|
744
|
-
".s3"
|
|
745
|
-
]
|
|
746
|
-
]
|
|
747
|
-
},
|
|
748
|
-
"VpcId": {
|
|
749
|
-
"Ref": "Vpc8378EB38"
|
|
750
|
-
},
|
|
751
736
|
"RouteTableIds": [
|
|
752
737
|
{
|
|
753
738
|
"Ref": "VpcPrivateSubnet1RouteTableB2C5B500"
|
|
@@ -768,16 +753,27 @@
|
|
|
768
753
|
"Ref": "VpcPublicSubnet3RouteTable93458DBB"
|
|
769
754
|
}
|
|
770
755
|
],
|
|
771
|
-
"
|
|
756
|
+
"ServiceName": {
|
|
757
|
+
"Fn::Join": [
|
|
758
|
+
"",
|
|
759
|
+
[
|
|
760
|
+
"com.amazonaws.",
|
|
761
|
+
{
|
|
762
|
+
"Ref": "AWS::Region"
|
|
763
|
+
},
|
|
764
|
+
".s3"
|
|
765
|
+
]
|
|
766
|
+
]
|
|
767
|
+
},
|
|
768
|
+
"VpcEndpointType": "Gateway",
|
|
769
|
+
"VpcId": {
|
|
770
|
+
"Ref": "Vpc8378EB38"
|
|
771
|
+
}
|
|
772
772
|
}
|
|
773
773
|
},
|
|
774
774
|
"VpcSTEPFUNCTIONS550F8CB6": {
|
|
775
775
|
"Type": "AWS::EC2::VPCEndpoint",
|
|
776
776
|
"Properties": {
|
|
777
|
-
"ServiceName": "com.amazonaws.us-east-1.states",
|
|
778
|
-
"VpcId": {
|
|
779
|
-
"Ref": "Vpc8378EB38"
|
|
780
|
-
},
|
|
781
777
|
"PrivateDnsEnabled": true,
|
|
782
778
|
"SecurityGroupIds": [
|
|
783
779
|
{
|
|
@@ -787,6 +783,7 @@
|
|
|
787
783
|
]
|
|
788
784
|
}
|
|
789
785
|
],
|
|
786
|
+
"ServiceName": "com.amazonaws.us-east-1.states",
|
|
790
787
|
"SubnetIds": [
|
|
791
788
|
{
|
|
792
789
|
"Ref": "VpcPrivateSubnet1Subnet536B997A"
|
|
@@ -798,7 +795,10 @@
|
|
|
798
795
|
"Ref": "VpcPrivateSubnet3SubnetF258B56E"
|
|
799
796
|
}
|
|
800
797
|
],
|
|
801
|
-
"VpcEndpointType": "Interface"
|
|
798
|
+
"VpcEndpointType": "Interface",
|
|
799
|
+
"VpcId": {
|
|
800
|
+
"Ref": "Vpc8378EB38"
|
|
801
|
+
}
|
|
802
802
|
}
|
|
803
803
|
},
|
|
804
804
|
"newresourcesECRAPIsecuritygroupE52BAE3F": {
|
|
@@ -1037,6 +1037,11 @@
|
|
|
1037
1037
|
"Ref": "testclusterDF8B0D19"
|
|
1038
1038
|
},
|
|
1039
1039
|
"DeploymentConfiguration": {
|
|
1040
|
+
"Alarms": {
|
|
1041
|
+
"AlarmNames": [],
|
|
1042
|
+
"Enable": false,
|
|
1043
|
+
"Rollback": false
|
|
1044
|
+
},
|
|
1040
1045
|
"MaximumPercent": 150,
|
|
1041
1046
|
"MinimumHealthyPercent": 75
|
|
1042
1047
|
},
|
|
@@ -1071,7 +1076,11 @@
|
|
|
1071
1076
|
"TaskDefinition": {
|
|
1072
1077
|
"Ref": "testtaskdefF924AD58"
|
|
1073
1078
|
}
|
|
1074
|
-
}
|
|
1079
|
+
},
|
|
1080
|
+
"DependsOn": [
|
|
1081
|
+
"testtaskdefTaskRoleDefaultPolicy5D591D1C",
|
|
1082
|
+
"testtaskdefTaskRoleB2DEF113"
|
|
1083
|
+
]
|
|
1075
1084
|
},
|
|
1076
1085
|
"testconstructStateMachineLogGroup2EB4F48B": {
|
|
1077
1086
|
"Type": "AWS::Logs::LogGroup",
|
|
@@ -1200,12 +1209,6 @@
|
|
|
1200
1209
|
"testconstructStateMachine3333AAA9": {
|
|
1201
1210
|
"Type": "AWS::StepFunctions::StateMachine",
|
|
1202
1211
|
"Properties": {
|
|
1203
|
-
"RoleArn": {
|
|
1204
|
-
"Fn::GetAtt": [
|
|
1205
|
-
"testconstructStateMachineRoleA396E5D3",
|
|
1206
|
-
"Arn"
|
|
1207
|
-
]
|
|
1208
|
-
},
|
|
1209
1212
|
"DefinitionString": "{\"StartAt\":\"StartState\",\"States\":{\"StartState\":{\"Type\":\"Pass\",\"End\":true}}}",
|
|
1210
1213
|
"LoggingConfiguration": {
|
|
1211
1214
|
"Destinations": [
|
|
@@ -1221,6 +1224,12 @@
|
|
|
1221
1224
|
}
|
|
1222
1225
|
],
|
|
1223
1226
|
"Level": "ERROR"
|
|
1227
|
+
},
|
|
1228
|
+
"RoleArn": {
|
|
1229
|
+
"Fn::GetAtt": [
|
|
1230
|
+
"testconstructStateMachineRoleA396E5D3",
|
|
1231
|
+
"Arn"
|
|
1232
|
+
]
|
|
1224
1233
|
}
|
|
1225
1234
|
},
|
|
1226
1235
|
"DependsOn": [
|
|
@@ -1233,9 +1242,8 @@
|
|
|
1233
1242
|
"testconstructExecutionFailedAlarmE9CEA29E": {
|
|
1234
1243
|
"Type": "AWS::CloudWatch::Alarm",
|
|
1235
1244
|
"Properties": {
|
|
1236
|
-
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
|
|
1237
|
-
"EvaluationPeriods": 1,
|
|
1238
1245
|
"AlarmDescription": "Alarm for the number of executions that failed exceeded the threshold of 1. ",
|
|
1246
|
+
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
|
|
1239
1247
|
"Dimensions": [
|
|
1240
1248
|
{
|
|
1241
1249
|
"Name": "StateMachineArn",
|
|
@@ -1244,6 +1252,7 @@
|
|
|
1244
1252
|
}
|
|
1245
1253
|
}
|
|
1246
1254
|
],
|
|
1255
|
+
"EvaluationPeriods": 1,
|
|
1247
1256
|
"MetricName": "ExecutionsFailed",
|
|
1248
1257
|
"Namespace": "AWS/States",
|
|
1249
1258
|
"Period": 300,
|
|
@@ -1254,9 +1263,8 @@
|
|
|
1254
1263
|
"testconstructExecutionThrottledAlarmEE993A2A": {
|
|
1255
1264
|
"Type": "AWS::CloudWatch::Alarm",
|
|
1256
1265
|
"Properties": {
|
|
1257
|
-
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
|
|
1258
|
-
"EvaluationPeriods": 1,
|
|
1259
1266
|
"AlarmDescription": "Alarm for the number of executions that throttled exceeded the threshold of 1. ",
|
|
1267
|
+
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
|
|
1260
1268
|
"Dimensions": [
|
|
1261
1269
|
{
|
|
1262
1270
|
"Name": "StateMachineArn",
|
|
@@ -1265,6 +1273,7 @@
|
|
|
1265
1273
|
}
|
|
1266
1274
|
}
|
|
1267
1275
|
],
|
|
1276
|
+
"EvaluationPeriods": 1,
|
|
1268
1277
|
"MetricName": "ExecutionThrottled",
|
|
1269
1278
|
"Namespace": "AWS/States",
|
|
1270
1279
|
"Period": 300,
|
|
@@ -1275,9 +1284,8 @@
|
|
|
1275
1284
|
"testconstructExecutionAbortedAlarm2BC3DDB8": {
|
|
1276
1285
|
"Type": "AWS::CloudWatch::Alarm",
|
|
1277
1286
|
"Properties": {
|
|
1278
|
-
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
|
|
1279
|
-
"EvaluationPeriods": 1,
|
|
1280
1287
|
"AlarmDescription": "Alarm for the number of executions that aborted exceeded the threshold of 1. ",
|
|
1288
|
+
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
|
|
1281
1289
|
"Dimensions": [
|
|
1282
1290
|
{
|
|
1283
1291
|
"Name": "StateMachineArn",
|
|
@@ -1286,6 +1294,7 @@
|
|
|
1286
1294
|
}
|
|
1287
1295
|
}
|
|
1288
1296
|
],
|
|
1297
|
+
"EvaluationPeriods": 1,
|
|
1289
1298
|
"MetricName": "ExecutionsAborted",
|
|
1290
1299
|
"Namespace": "AWS/States",
|
|
1291
1300
|
"Period": 300,
|