|
3680 | 3680 | "UseDualStack": false |
3681 | 3681 | } |
3682 | 3682 | }, |
3683 | | - { |
3684 | | - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", |
3685 | | - "expect": { |
3686 | | - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" |
3687 | | - }, |
3688 | | - "params": { |
3689 | | - "Region": "us-iso-east-1", |
3690 | | - "UseFIPS": true, |
3691 | | - "UseDualStack": true |
3692 | | - } |
3693 | | - }, |
3694 | 3683 | { |
3695 | 3684 | "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", |
3696 | 3685 | "expect": { |
|
3704 | 3693 | "UseDualStack": false |
3705 | 3694 | } |
3706 | 3695 | }, |
3707 | | - { |
3708 | | - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", |
3709 | | - "expect": { |
3710 | | - "error": "DualStack is enabled but this partition does not support DualStack" |
3711 | | - }, |
3712 | | - "params": { |
3713 | | - "Region": "us-iso-east-1", |
3714 | | - "UseFIPS": false, |
3715 | | - "UseDualStack": true |
3716 | | - } |
3717 | | - }, |
3718 | 3696 | { |
3719 | 3697 | "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", |
3720 | 3698 | "expect": { |
|
3728 | 3706 | "UseDualStack": false |
3729 | 3707 | } |
3730 | 3708 | }, |
3731 | | - { |
3732 | | - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", |
3733 | | - "expect": { |
3734 | | - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" |
3735 | | - }, |
3736 | | - "params": { |
3737 | | - "Region": "us-isob-east-1", |
3738 | | - "UseFIPS": true, |
3739 | | - "UseDualStack": true |
3740 | | - } |
3741 | | - }, |
3742 | 3709 | { |
3743 | 3710 | "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", |
3744 | 3711 | "expect": { |
|
3752 | 3719 | "UseDualStack": false |
3753 | 3720 | } |
3754 | 3721 | }, |
3755 | | - { |
3756 | | - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", |
3757 | | - "expect": { |
3758 | | - "error": "DualStack is enabled but this partition does not support DualStack" |
3759 | | - }, |
3760 | | - "params": { |
3761 | | - "Region": "us-isob-east-1", |
3762 | | - "UseFIPS": false, |
3763 | | - "UseDualStack": true |
3764 | | - } |
3765 | | - }, |
3766 | 3722 | { |
3767 | 3723 | "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", |
3768 | 3724 | "expect": { |
|
3776 | 3732 | "UseDualStack": false |
3777 | 3733 | } |
3778 | 3734 | }, |
3779 | | - { |
3780 | | - "documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled", |
3781 | | - "expect": { |
3782 | | - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" |
3783 | | - }, |
3784 | | - "params": { |
3785 | | - "Region": "eu-isoe-west-1", |
3786 | | - "UseFIPS": true, |
3787 | | - "UseDualStack": true |
3788 | | - } |
3789 | | - }, |
3790 | 3735 | { |
3791 | 3736 | "documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack disabled", |
3792 | 3737 | "expect": { |
|
3800 | 3745 | "UseDualStack": false |
3801 | 3746 | } |
3802 | 3747 | }, |
3803 | | - { |
3804 | | - "documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled", |
3805 | | - "expect": { |
3806 | | - "error": "DualStack is enabled but this partition does not support DualStack" |
3807 | | - }, |
3808 | | - "params": { |
3809 | | - "Region": "eu-isoe-west-1", |
3810 | | - "UseFIPS": false, |
3811 | | - "UseDualStack": true |
3812 | | - } |
3813 | | - }, |
3814 | 3748 | { |
3815 | 3749 | "documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack disabled", |
3816 | 3750 | "expect": { |
|
3825 | 3759 | } |
3826 | 3760 | }, |
3827 | 3761 | { |
3828 | | - "documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled", |
| 3762 | + "documentation": "For region us-isof-south-1 with FIPS enabled and DualStack disabled", |
3829 | 3763 | "expect": { |
3830 | | - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" |
| 3764 | + "endpoint": { |
| 3765 | + "url": "https://elasticfilesystem-fips.us-isof-south-1.csp.hci.ic.gov" |
| 3766 | + } |
3831 | 3767 | }, |
3832 | 3768 | "params": { |
3833 | 3769 | "Region": "us-isof-south-1", |
3834 | 3770 | "UseFIPS": true, |
3835 | | - "UseDualStack": true |
| 3771 | + "UseDualStack": false |
3836 | 3772 | } |
3837 | 3773 | }, |
3838 | 3774 | { |
3839 | | - "documentation": "For region us-isof-south-1 with FIPS enabled and DualStack disabled", |
| 3775 | + "documentation": "For region us-isof-south-1 with FIPS disabled and DualStack disabled", |
3840 | 3776 | "expect": { |
3841 | 3777 | "endpoint": { |
3842 | | - "url": "https://elasticfilesystem-fips.us-isof-south-1.csp.hci.ic.gov" |
| 3778 | + "url": "https://elasticfilesystem.us-isof-south-1.csp.hci.ic.gov" |
3843 | 3779 | } |
3844 | 3780 | }, |
3845 | 3781 | "params": { |
3846 | 3782 | "Region": "us-isof-south-1", |
3847 | | - "UseFIPS": true, |
| 3783 | + "UseFIPS": false, |
3848 | 3784 | "UseDualStack": false |
3849 | 3785 | } |
3850 | 3786 | }, |
3851 | 3787 | { |
3852 | | - "documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled", |
| 3788 | + "documentation": "For region eusc-de-east-1 with FIPS enabled and DualStack disabled", |
3853 | 3789 | "expect": { |
3854 | | - "error": "DualStack is enabled but this partition does not support DualStack" |
| 3790 | + "endpoint": { |
| 3791 | + "url": "https://elasticfilesystem-fips.eusc-de-east-1.amazonaws.eu" |
| 3792 | + } |
3855 | 3793 | }, |
3856 | 3794 | "params": { |
3857 | | - "Region": "us-isof-south-1", |
3858 | | - "UseFIPS": false, |
3859 | | - "UseDualStack": true |
| 3795 | + "Region": "eusc-de-east-1", |
| 3796 | + "UseFIPS": true, |
| 3797 | + "UseDualStack": false |
3860 | 3798 | } |
3861 | 3799 | }, |
3862 | 3800 | { |
3863 | | - "documentation": "For region us-isof-south-1 with FIPS disabled and DualStack disabled", |
| 3801 | + "documentation": "For region eusc-de-east-1 with FIPS disabled and DualStack disabled", |
3864 | 3802 | "expect": { |
3865 | 3803 | "endpoint": { |
3866 | | - "url": "https://elasticfilesystem.us-isof-south-1.csp.hci.ic.gov" |
| 3804 | + "url": "https://elasticfilesystem.eusc-de-east-1.amazonaws.eu" |
3867 | 3805 | } |
3868 | 3806 | }, |
3869 | 3807 | "params": { |
3870 | | - "Region": "us-isof-south-1", |
| 3808 | + "Region": "eusc-de-east-1", |
3871 | 3809 | "UseFIPS": false, |
3872 | 3810 | "UseDualStack": false |
3873 | 3811 | } |
|
0 commit comments