1{
2    "testCases": [
3        {
4            "documentation": "For region af-south-1 with FIPS disabled and DualStack disabled",
5            "expect": {
6                "endpoint": {
7                    "url": "https://ec2.af-south-1.amazonaws.com"
8                }
9            },
10            "params": {
11                "Region": "af-south-1",
12                "UseFIPS": false,
13                "UseDualStack": false
14            }
15        },
16        {
17            "documentation": "For region ap-east-1 with FIPS disabled and DualStack disabled",
18            "expect": {
19                "endpoint": {
20                    "url": "https://ec2.ap-east-1.amazonaws.com"
21                }
22            },
23            "params": {
24                "Region": "ap-east-1",
25                "UseFIPS": false,
26                "UseDualStack": false
27            }
28        },
29        {
30            "documentation": "For region ap-northeast-1 with FIPS disabled and DualStack disabled",
31            "expect": {
32                "endpoint": {
33                    "url": "https://ec2.ap-northeast-1.amazonaws.com"
34                }
35            },
36            "params": {
37                "Region": "ap-northeast-1",
38                "UseFIPS": false,
39                "UseDualStack": false
40            }
41        },
42        {
43            "documentation": "For region ap-northeast-2 with FIPS disabled and DualStack disabled",
44            "expect": {
45                "endpoint": {
46                    "url": "https://ec2.ap-northeast-2.amazonaws.com"
47                }
48            },
49            "params": {
50                "Region": "ap-northeast-2",
51                "UseFIPS": false,
52                "UseDualStack": false
53            }
54        },
55        {
56            "documentation": "For region ap-northeast-3 with FIPS disabled and DualStack disabled",
57            "expect": {
58                "endpoint": {
59                    "url": "https://ec2.ap-northeast-3.amazonaws.com"
60                }
61            },
62            "params": {
63                "Region": "ap-northeast-3",
64                "UseFIPS": false,
65                "UseDualStack": false
66            }
67        },
68        {
69            "documentation": "For region ap-south-1 with FIPS disabled and DualStack disabled",
70            "expect": {
71                "endpoint": {
72                    "url": "https://ec2.ap-south-1.amazonaws.com"
73                }
74            },
75            "params": {
76                "Region": "ap-south-1",
77                "UseFIPS": false,
78                "UseDualStack": false
79            }
80        },
81        {
82            "documentation": "For region ap-south-1 with FIPS disabled and DualStack enabled",
83            "expect": {
84                "endpoint": {
85                    "url": "https://ec2.ap-south-1.api.aws"
86                }
87            },
88            "params": {
89                "Region": "ap-south-1",
90                "UseFIPS": false,
91                "UseDualStack": true
92            }
93        },
94        {
95            "documentation": "For region ap-southeast-1 with FIPS disabled and DualStack disabled",
96            "expect": {
97                "endpoint": {
98                    "url": "https://ec2.ap-southeast-1.amazonaws.com"
99                }
100            },
101            "params": {
102                "Region": "ap-southeast-1",
103                "UseFIPS": false,
104                "UseDualStack": false
105            }
106        },
107        {
108            "documentation": "For region ap-southeast-2 with FIPS disabled and DualStack disabled",
109            "expect": {
110                "endpoint": {
111                    "url": "https://ec2.ap-southeast-2.amazonaws.com"
112                }
113            },
114            "params": {
115                "Region": "ap-southeast-2",
116                "UseFIPS": false,
117                "UseDualStack": false
118            }
119        },
120        {
121            "documentation": "For region ap-southeast-3 with FIPS disabled and DualStack disabled",
122            "expect": {
123                "endpoint": {
124                    "url": "https://ec2.ap-southeast-3.amazonaws.com"
125                }
126            },
127            "params": {
128                "Region": "ap-southeast-3",
129                "UseFIPS": false,
130                "UseDualStack": false
131            }
132        },
133        {
134            "documentation": "For region ca-central-1 with FIPS disabled and DualStack disabled",
135            "expect": {
136                "endpoint": {
137                    "url": "https://ec2.ca-central-1.amazonaws.com"
138                }
139            },
140            "params": {
141                "Region": "ca-central-1",
142                "UseFIPS": false,
143                "UseDualStack": false
144            }
145        },
146        {
147            "documentation": "For region ca-central-1 with FIPS enabled and DualStack disabled",
148            "expect": {
149                "endpoint": {
150                    "url": "https://ec2-fips.ca-central-1.amazonaws.com"
151                }
152            },
153            "params": {
154                "Region": "ca-central-1",
155                "UseFIPS": true,
156                "UseDualStack": false
157            }
158        },
159        {
160            "documentation": "For region eu-central-1 with FIPS disabled and DualStack disabled",
161            "expect": {
162                "endpoint": {
163                    "url": "https://ec2.eu-central-1.amazonaws.com"
164                }
165            },
166            "params": {
167                "Region": "eu-central-1",
168                "UseFIPS": false,
169                "UseDualStack": false
170            }
171        },
172        {
173            "documentation": "For region eu-north-1 with FIPS disabled and DualStack disabled",
174            "expect": {
175                "endpoint": {
176                    "url": "https://ec2.eu-north-1.amazonaws.com"
177                }
178            },
179            "params": {
180                "Region": "eu-north-1",
181                "UseFIPS": false,
182                "UseDualStack": false
183            }
184        },
185        {
186            "documentation": "For region eu-south-1 with FIPS disabled and DualStack disabled",
187            "expect": {
188                "endpoint": {
189                    "url": "https://ec2.eu-south-1.amazonaws.com"
190                }
191            },
192            "params": {
193                "Region": "eu-south-1",
194                "UseFIPS": false,
195                "UseDualStack": false
196            }
197        },
198        {
199            "documentation": "For region eu-west-1 with FIPS disabled and DualStack disabled",
200            "expect": {
201                "endpoint": {
202                    "url": "https://ec2.eu-west-1.amazonaws.com"
203                }
204            },
205            "params": {
206                "Region": "eu-west-1",
207                "UseFIPS": false,
208                "UseDualStack": false
209            }
210        },
211        {
212            "documentation": "For region eu-west-1 with FIPS disabled and DualStack enabled",
213            "expect": {
214                "endpoint": {
215                    "url": "https://ec2.eu-west-1.api.aws"
216                }
217            },
218            "params": {
219                "Region": "eu-west-1",
220                "UseFIPS": false,
221                "UseDualStack": true
222            }
223        },
224        {
225            "documentation": "For region eu-west-2 with FIPS disabled and DualStack disabled",
226            "expect": {
227                "endpoint": {
228                    "url": "https://ec2.eu-west-2.amazonaws.com"
229                }
230            },
231            "params": {
232                "Region": "eu-west-2",
233                "UseFIPS": false,
234                "UseDualStack": false
235            }
236        },
237        {
238            "documentation": "For region eu-west-3 with FIPS disabled and DualStack disabled",
239            "expect": {
240                "endpoint": {
241                    "url": "https://ec2.eu-west-3.amazonaws.com"
242                }
243            },
244            "params": {
245                "Region": "eu-west-3",
246                "UseFIPS": false,
247                "UseDualStack": false
248            }
249        },
250        {
251            "documentation": "For region me-south-1 with FIPS disabled and DualStack disabled",
252            "expect": {
253                "endpoint": {
254                    "url": "https://ec2.me-south-1.amazonaws.com"
255                }
256            },
257            "params": {
258                "Region": "me-south-1",
259                "UseFIPS": false,
260                "UseDualStack": false
261            }
262        },
263        {
264            "documentation": "For region sa-east-1 with FIPS disabled and DualStack disabled",
265            "expect": {
266                "endpoint": {
267                    "url": "https://ec2.sa-east-1.amazonaws.com"
268                }
269            },
270            "params": {
271                "Region": "sa-east-1",
272                "UseFIPS": false,
273                "UseDualStack": false
274            }
275        },
276        {
277            "documentation": "For region sa-east-1 with FIPS disabled and DualStack enabled",
278            "expect": {
279                "endpoint": {
280                    "url": "https://ec2.sa-east-1.api.aws"
281                }
282            },
283            "params": {
284                "Region": "sa-east-1",
285                "UseFIPS": false,
286                "UseDualStack": true
287            }
288        },
289        {
290            "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled",
291            "expect": {
292                "endpoint": {
293                    "url": "https://ec2.us-east-1.amazonaws.com"
294                }
295            },
296            "params": {
297                "Region": "us-east-1",
298                "UseFIPS": false,
299                "UseDualStack": false
300            }
301        },
302        {
303            "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled",
304            "expect": {
305                "endpoint": {
306                    "url": "https://ec2-fips.us-east-1.amazonaws.com"
307                }
308            },
309            "params": {
310                "Region": "us-east-1",
311                "UseFIPS": true,
312                "UseDualStack": false
313            }
314        },
315        {
316            "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled",
317            "expect": {
318                "endpoint": {
319                    "url": "https://ec2.us-east-1.api.aws"
320                }
321            },
322            "params": {
323                "Region": "us-east-1",
324                "UseFIPS": false,
325                "UseDualStack": true
326            }
327        },
328        {
329            "documentation": "For region us-east-2 with FIPS disabled and DualStack disabled",
330            "expect": {
331                "endpoint": {
332                    "url": "https://ec2.us-east-2.amazonaws.com"
333                }
334            },
335            "params": {
336                "Region": "us-east-2",
337                "UseFIPS": false,
338                "UseDualStack": false
339            }
340        },
341        {
342            "documentation": "For region us-east-2 with FIPS enabled and DualStack disabled",
343            "expect": {
344                "endpoint": {
345                    "url": "https://ec2-fips.us-east-2.amazonaws.com"
346                }
347            },
348            "params": {
349                "Region": "us-east-2",
350                "UseFIPS": true,
351                "UseDualStack": false
352            }
353        },
354        {
355            "documentation": "For region us-east-2 with FIPS disabled and DualStack enabled",
356            "expect": {
357                "endpoint": {
358                    "url": "https://ec2.us-east-2.api.aws"
359                }
360            },
361            "params": {
362                "Region": "us-east-2",
363                "UseFIPS": false,
364                "UseDualStack": true
365            }
366        },
367        {
368            "documentation": "For region us-west-1 with FIPS disabled and DualStack disabled",
369            "expect": {
370                "endpoint": {
371                    "url": "https://ec2.us-west-1.amazonaws.com"
372                }
373            },
374            "params": {
375                "Region": "us-west-1",
376                "UseFIPS": false,
377                "UseDualStack": false
378            }
379        },
380        {
381            "documentation": "For region us-west-1 with FIPS enabled and DualStack disabled",
382            "expect": {
383                "endpoint": {
384                    "url": "https://ec2-fips.us-west-1.amazonaws.com"
385                }
386            },
387            "params": {
388                "Region": "us-west-1",
389                "UseFIPS": true,
390                "UseDualStack": false
391            }
392        },
393        {
394            "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled",
395            "expect": {
396                "endpoint": {
397                    "url": "https://ec2.us-west-2.amazonaws.com"
398                }
399            },
400            "params": {
401                "Region": "us-west-2",
402                "UseFIPS": false,
403                "UseDualStack": false
404            }
405        },
406        {
407            "documentation": "For region us-west-2 with FIPS enabled and DualStack disabled",
408            "expect": {
409                "endpoint": {
410                    "url": "https://ec2-fips.us-west-2.amazonaws.com"
411                }
412            },
413            "params": {
414                "Region": "us-west-2",
415                "UseFIPS": true,
416                "UseDualStack": false
417            }
418        },
419        {
420            "documentation": "For region us-west-2 with FIPS disabled and DualStack enabled",
421            "expect": {
422                "endpoint": {
423                    "url": "https://ec2.us-west-2.api.aws"
424                }
425            },
426            "params": {
427                "Region": "us-west-2",
428                "UseFIPS": false,
429                "UseDualStack": true
430            }
431        },
432        {
433            "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled",
434            "expect": {
435                "endpoint": {
436                    "url": "https://ec2-fips.us-east-1.api.aws"
437                }
438            },
439            "params": {
440                "Region": "us-east-1",
441                "UseFIPS": true,
442                "UseDualStack": true
443            }
444        },
445        {
446            "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled",
447            "expect": {
448                "endpoint": {
449                    "url": "https://ec2.cn-north-1.amazonaws.com.cn"
450                }
451            },
452            "params": {
453                "Region": "cn-north-1",
454                "UseFIPS": false,
455                "UseDualStack": false
456            }
457        },
458        {
459            "documentation": "For region cn-northwest-1 with FIPS disabled and DualStack disabled",
460            "expect": {
461                "endpoint": {
462                    "url": "https://ec2.cn-northwest-1.amazonaws.com.cn"
463                }
464            },
465            "params": {
466                "Region": "cn-northwest-1",
467                "UseFIPS": false,
468                "UseDualStack": false
469            }
470        },
471        {
472            "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled",
473            "expect": {
474                "endpoint": {
475                    "url": "https://ec2-fips.cn-north-1.api.amazonwebservices.com.cn"
476                }
477            },
478            "params": {
479                "Region": "cn-north-1",
480                "UseFIPS": true,
481                "UseDualStack": true
482            }
483        },
484        {
485            "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled",
486            "expect": {
487                "endpoint": {
488                    "url": "https://ec2-fips.cn-north-1.amazonaws.com.cn"
489                }
490            },
491            "params": {
492                "Region": "cn-north-1",
493                "UseFIPS": true,
494                "UseDualStack": false
495            }
496        },
497        {
498            "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled",
499            "expect": {
500                "endpoint": {
501                    "url": "https://ec2.cn-north-1.api.amazonwebservices.com.cn"
502                }
503            },
504            "params": {
505                "Region": "cn-north-1",
506                "UseFIPS": false,
507                "UseDualStack": true
508            }
509        },
510        {
511            "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled",
512            "expect": {
513                "endpoint": {
514                    "url": "https://ec2.us-gov-east-1.amazonaws.com"
515                }
516            },
517            "params": {
518                "Region": "us-gov-east-1",
519                "UseFIPS": false,
520                "UseDualStack": false
521            }
522        },
523        {
524            "documentation": "For region us-gov-west-1 with FIPS disabled and DualStack disabled",
525            "expect": {
526                "endpoint": {
527                    "url": "https://ec2.us-gov-west-1.amazonaws.com"
528                }
529            },
530            "params": {
531                "Region": "us-gov-west-1",
532                "UseFIPS": false,
533                "UseDualStack": false
534            }
535        },
536        {
537            "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled",
538            "expect": {
539                "endpoint": {
540                    "url": "https://ec2-fips.us-gov-east-1.api.aws"
541                }
542            },
543            "params": {
544                "Region": "us-gov-east-1",
545                "UseFIPS": true,
546                "UseDualStack": true
547            }
548        },
549        {
550            "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled",
551            "expect": {
552                "endpoint": {
553                    "url": "https://ec2.us-gov-east-1.amazonaws.com"
554                }
555            },
556            "params": {
557                "Region": "us-gov-east-1",
558                "UseFIPS": true,
559                "UseDualStack": false
560            }
561        },
562        {
563            "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled",
564            "expect": {
565                "endpoint": {
566                    "url": "https://ec2.us-gov-east-1.api.aws"
567                }
568            },
569            "params": {
570                "Region": "us-gov-east-1",
571                "UseFIPS": false,
572                "UseDualStack": true
573            }
574        },
575        {
576            "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
577            "expect": {
578                "endpoint": {
579                    "url": "https://ec2.us-iso-east-1.c2s.ic.gov"
580                }
581            },
582            "params": {
583                "Region": "us-iso-east-1",
584                "UseFIPS": false,
585                "UseDualStack": false
586            }
587        },
588        {
589            "documentation": "For region us-iso-west-1 with FIPS disabled and DualStack disabled",
590            "expect": {
591                "endpoint": {
592                    "url": "https://ec2.us-iso-west-1.c2s.ic.gov"
593                }
594            },
595            "params": {
596                "Region": "us-iso-west-1",
597                "UseFIPS": false,
598                "UseDualStack": false
599            }
600        },
601        {
602            "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
603            "expect": {
604                "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
605            },
606            "params": {
607                "Region": "us-iso-east-1",
608                "UseFIPS": true,
609                "UseDualStack": true
610            }
611        },
612        {
613            "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
614            "expect": {
615                "endpoint": {
616                    "url": "https://ec2-fips.us-iso-east-1.c2s.ic.gov"
617                }
618            },
619            "params": {
620                "Region": "us-iso-east-1",
621                "UseFIPS": true,
622                "UseDualStack": false
623            }
624        },
625        {
626            "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
627            "expect": {
628                "error": "DualStack is enabled but this partition does not support DualStack"
629            },
630            "params": {
631                "Region": "us-iso-east-1",
632                "UseFIPS": false,
633                "UseDualStack": true
634            }
635        },
636        {
637            "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
638            "expect": {
639                "endpoint": {
640                    "url": "https://ec2.us-isob-east-1.sc2s.sgov.gov"
641                }
642            },
643            "params": {
644                "Region": "us-isob-east-1",
645                "UseFIPS": false,
646                "UseDualStack": false
647            }
648        },
649        {
650            "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
651            "expect": {
652                "error": "FIPS and DualStack are enabled, but this partition does not support one or both"
653            },
654            "params": {
655                "Region": "us-isob-east-1",
656                "UseFIPS": true,
657                "UseDualStack": true
658            }
659        },
660        {
661            "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
662            "expect": {
663                "endpoint": {
664                    "url": "https://ec2-fips.us-isob-east-1.sc2s.sgov.gov"
665                }
666            },
667            "params": {
668                "Region": "us-isob-east-1",
669                "UseFIPS": true,
670                "UseDualStack": false
671            }
672        },
673        {
674            "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
675            "expect": {
676                "error": "DualStack is enabled but this partition does not support DualStack"
677            },
678            "params": {
679                "Region": "us-isob-east-1",
680                "UseFIPS": false,
681                "UseDualStack": true
682            }
683        },
684        {
685            "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
686            "expect": {
687                "endpoint": {
688                    "url": "https://example.com"
689                }
690            },
691            "params": {
692                "Region": "us-east-1",
693                "UseFIPS": false,
694                "UseDualStack": false,
695                "Endpoint": "https://example.com"
696            }
697        },
698        {
699            "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled",
700            "expect": {
701                "endpoint": {
702                    "url": "https://example.com"
703                }
704            },
705            "params": {
706                "UseFIPS": false,
707                "UseDualStack": false,
708                "Endpoint": "https://example.com"
709            }
710        },
711        {
712            "documentation": "For custom endpoint with fips enabled and dualstack disabled",
713            "expect": {
714                "error": "Invalid Configuration: FIPS and custom endpoint are not supported"
715            },
716            "params": {
717                "Region": "us-east-1",
718                "UseFIPS": true,
719                "UseDualStack": false,
720                "Endpoint": "https://example.com"
721            }
722        },
723        {
724            "documentation": "For custom endpoint with fips disabled and dualstack enabled",
725            "expect": {
726                "error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
727            },
728            "params": {
729                "Region": "us-east-1",
730                "UseFIPS": false,
731                "UseDualStack": true,
732                "Endpoint": "https://example.com"
733            }
734        },
735        {
736            "documentation": "Missing region",
737            "expect": {
738                "error": "Invalid Configuration: Missing Region"
739            }
740        }
741    ],
742    "version": "1.0"
743}