@aws-solutions-constructs/aws-fargate-opensearch 2.44.0 → 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.
@@ -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": "existing-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": "existing-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": "existing-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": "existing-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": "existing-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": "existing-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": "existing-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": "existing-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": "existing-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": "existing-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": "existing-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": "existing-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": "existing-resources/Vpc"
578
+ "Value": "existing-resources/Vpc/FlowLog"
579
579
  }
580
580
  ]
581
581
  }
@@ -627,7 +627,7 @@
627
627
  "Tags": [
628
628
  {
629
629
  "Key": "Name",
630
- "Value": "existing-resources/Vpc"
630
+ "Value": "existing-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": "existing-resources/Vpc"
667
+ "Value": "existing-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,7 +753,22 @@
768
753
  "Ref": "VpcPublicSubnet3RouteTable93458DBB"
769
754
  }
770
755
  ],
771
- "VpcEndpointType": "Gateway"
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
  "existingresourcesECRAPIsecuritygroup78294485": {
@@ -987,6 +987,11 @@
987
987
  "Ref": "testclusterDF8B0D19"
988
988
  },
989
989
  "DeploymentConfiguration": {
990
+ "Alarms": {
991
+ "AlarmNames": [],
992
+ "Enable": false,
993
+ "Rollback": false
994
+ },
990
995
  "MaximumPercent": 150,
991
996
  "MinimumHealthyPercent": 75
992
997
  },
@@ -1021,7 +1026,10 @@
1021
1026
  "TaskDefinition": {
1022
1027
  "Ref": "testtaskdefF924AD58"
1023
1028
  }
1024
- }
1029
+ },
1030
+ "DependsOn": [
1031
+ "testtaskdefTaskRoleB2DEF113"
1032
+ ]
1025
1033
  },
1026
1034
  "testconstructCognitoUserPoolA4991355": {
1027
1035
  "Type": "AWS::Cognito::UserPool",
@@ -1060,9 +1068,6 @@
1060
1068
  "testconstructCognitoUserPoolClient36ACF012": {
1061
1069
  "Type": "AWS::Cognito::UserPoolClient",
1062
1070
  "Properties": {
1063
- "UserPoolId": {
1064
- "Ref": "testconstructCognitoUserPoolA4991355"
1065
- },
1066
1071
  "AllowedOAuthFlows": [
1067
1072
  "implicit",
1068
1073
  "code"
@@ -1080,7 +1085,10 @@
1080
1085
  ],
1081
1086
  "SupportedIdentityProviders": [
1082
1087
  "COGNITO"
1083
- ]
1088
+ ],
1089
+ "UserPoolId": {
1090
+ "Ref": "testconstructCognitoUserPoolA4991355"
1091
+ }
1084
1092
  }
1085
1093
  },
1086
1094
  "testconstructCognitoIdentityPool51EFD08D": {
@@ -1431,9 +1439,9 @@
1431
1439
  "testconstructStatusRedAlarmFBEA96DF": {
1432
1440
  "Type": "AWS::CloudWatch::Alarm",
1433
1441
  "Properties": {
1442
+ "AlarmDescription": "At least one primary shard and its replicas are not allocated to a node. ",
1434
1443
  "ComparisonOperator": "GreaterThanOrEqualToThreshold",
1435
1444
  "EvaluationPeriods": 1,
1436
- "AlarmDescription": "At least one primary shard and its replicas are not allocated to a node. ",
1437
1445
  "MetricName": "ClusterStatus.red",
1438
1446
  "Namespace": "AWS/ES",
1439
1447
  "Period": 60,
@@ -1444,9 +1452,9 @@
1444
1452
  "testconstructStatusYellowAlarm3B8C3640": {
1445
1453
  "Type": "AWS::CloudWatch::Alarm",
1446
1454
  "Properties": {
1455
+ "AlarmDescription": "At least one replica shard is not allocated to a node.",
1447
1456
  "ComparisonOperator": "GreaterThanOrEqualToThreshold",
1448
1457
  "EvaluationPeriods": 1,
1449
- "AlarmDescription": "At least one replica shard is not allocated to a node.",
1450
1458
  "MetricName": "ClusterStatus.yellow",
1451
1459
  "Namespace": "AWS/ES",
1452
1460
  "Period": 60,
@@ -1457,9 +1465,9 @@
1457
1465
  "testconstructFreeStorageSpaceTooLowAlarm08294658": {
1458
1466
  "Type": "AWS::CloudWatch::Alarm",
1459
1467
  "Properties": {
1468
+ "AlarmDescription": "A node in your cluster is down to 20 GiB of free storage space.",
1460
1469
  "ComparisonOperator": "LessThanOrEqualToThreshold",
1461
1470
  "EvaluationPeriods": 1,
1462
- "AlarmDescription": "A node in your cluster is down to 20 GiB of free storage space.",
1463
1471
  "MetricName": "FreeStorageSpace",
1464
1472
  "Namespace": "AWS/ES",
1465
1473
  "Period": 60,
@@ -1470,9 +1478,9 @@
1470
1478
  "testconstructIndexWritesBlockedTooHighAlarm06094A18": {
1471
1479
  "Type": "AWS::CloudWatch::Alarm",
1472
1480
  "Properties": {
1481
+ "AlarmDescription": "Your cluster is blocking write requests.",
1473
1482
  "ComparisonOperator": "GreaterThanOrEqualToThreshold",
1474
1483
  "EvaluationPeriods": 1,
1475
- "AlarmDescription": "Your cluster is blocking write requests.",
1476
1484
  "MetricName": "ClusterIndexWritesBlocked",
1477
1485
  "Namespace": "AWS/ES",
1478
1486
  "Period": 300,
@@ -1483,9 +1491,9 @@
1483
1491
  "testconstructAutomatedSnapshotFailureTooHighAlarm29E550A3": {
1484
1492
  "Type": "AWS::CloudWatch::Alarm",
1485
1493
  "Properties": {
1494
+ "AlarmDescription": "An automated snapshot failed. This failure is often the result of a red cluster health status.",
1486
1495
  "ComparisonOperator": "GreaterThanOrEqualToThreshold",
1487
1496
  "EvaluationPeriods": 1,
1488
- "AlarmDescription": "An automated snapshot failed. This failure is often the result of a red cluster health status.",
1489
1497
  "MetricName": "AutomatedSnapshotFailure",
1490
1498
  "Namespace": "AWS/ES",
1491
1499
  "Period": 60,
@@ -1496,9 +1504,9 @@
1496
1504
  "testconstructCPUUtilizationTooHighAlarmD32179B7": {
1497
1505
  "Type": "AWS::CloudWatch::Alarm",
1498
1506
  "Properties": {
1507
+ "AlarmDescription": "100% CPU utilization is not uncommon, but sustained high usage is problematic. Consider using larger instance types or adding instances.",
1499
1508
  "ComparisonOperator": "GreaterThanOrEqualToThreshold",
1500
1509
  "EvaluationPeriods": 3,
1501
- "AlarmDescription": "100% CPU utilization is not uncommon, but sustained high usage is problematic. Consider using larger instance types or adding instances.",
1502
1510
  "MetricName": "CPUUtilization",
1503
1511
  "Namespace": "AWS/ES",
1504
1512
  "Period": 900,
@@ -1509,9 +1517,9 @@
1509
1517
  "testconstructJVMMemoryPressureTooHighAlarmFD4175A0": {
1510
1518
  "Type": "AWS::CloudWatch::Alarm",
1511
1519
  "Properties": {
1520
+ "AlarmDescription": "Average JVM memory pressure over last 15 minutes too high. Consider scaling vertically.",
1512
1521
  "ComparisonOperator": "GreaterThanOrEqualToThreshold",
1513
1522
  "EvaluationPeriods": 1,
1514
- "AlarmDescription": "Average JVM memory pressure over last 15 minutes too high. Consider scaling vertically.",
1515
1523
  "MetricName": "JVMMemoryPressure",
1516
1524
  "Namespace": "AWS/ES",
1517
1525
  "Period": 900,
@@ -1522,9 +1530,9 @@
1522
1530
  "testconstructMasterCPUUtilizationTooHighAlarmAA50D0A7": {
1523
1531
  "Type": "AWS::CloudWatch::Alarm",
1524
1532
  "Properties": {
1533
+ "AlarmDescription": "Average CPU utilization over last 45 minutes too high. Consider using larger instance types for your dedicated master nodes.",
1525
1534
  "ComparisonOperator": "GreaterThanOrEqualToThreshold",
1526
1535
  "EvaluationPeriods": 3,
1527
- "AlarmDescription": "Average CPU utilization over last 45 minutes too high. Consider using larger instance types for your dedicated master nodes.",
1528
1536
  "MetricName": "MasterCPUUtilization",
1529
1537
  "Namespace": "AWS/ES",
1530
1538
  "Period": 900,
@@ -1535,9 +1543,9 @@
1535
1543
  "testconstructMasterJVMMemoryPressureTooHighAlarm5AE37D64": {
1536
1544
  "Type": "AWS::CloudWatch::Alarm",
1537
1545
  "Properties": {
1546
+ "AlarmDescription": "Average JVM memory pressure over last 15 minutes too high. Consider scaling vertically.",
1538
1547
  "ComparisonOperator": "GreaterThanOrEqualToThreshold",
1539
1548
  "EvaluationPeriods": 1,
1540
- "AlarmDescription": "Average JVM memory pressure over last 15 minutes too high. Consider scaling vertically.",
1541
1549
  "MetricName": "MasterJVMMemoryPressure",
1542
1550
  "Namespace": "AWS/ES",
1543
1551
  "Period": 900,