awslabs / amazon-apigateway-ingress-controller

A Kubernetes controller for managing Amazon API Gateways
Apache License 2.0
113 stars 30 forks source link

CloudFormation Stack Error in cn-northwest-1 region #24

Open henghengha opened 3 years ago

henghengha commented 3 years ago

When I deploy APIgateway ingress controller in cn-northwest-1 region. The stack can be created. However, it will become ROLLBACK_COMPLETE. The RESTAPI failed to create withe following event:

2020-11-04 23:36:00 UTC+0800 RestAPI CREATE_FAILED Endpoint Configuration type EDGE is not supported in this region: cn-northwest-1 (Service: AmazonApiGateway; Status Code: 400; Error Code: BadRequestException; Request ID: cd084916-0112-4484-962c-c9ea889f4812; Proxy: null)

Since EDGE type is not supported in AWS China Region. Is there any other way to use this ingress controller? For example, is it supported to use REGIONAL type?

aditya-inapp commented 3 years ago

Hello @henghengha I'm not sure if this project is still maintained. Please have a look at this repository (Note that this requires more IAM permissions) However, pull request #17 is still pending.