diff --git a/pkg/cloudprovider/providers/aws/aws.go b/pkg/cloudprovider/providers/aws/aws.go index 69c8b99aacc..10fe5580bf5 100644 --- a/pkg/cloudprovider/providers/aws/aws.go +++ b/pkg/cloudprovider/providers/aws/aws.go @@ -513,6 +513,8 @@ func isRegionValid(region string) bool { "ap-southeast-1", "ap-southeast-2", "ap-northeast-1", + "cn-north-1", + "us-gov-west-1", "sa-east-1", } for _, r := range regions {