-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring basic support for AWS China #1564
Comments
Hi Lirian,
It is nice to know someone also want to deploy to AWS China.
I also want to deploy to AWS China using Zappa.
However, I’ve got official reply from one of the AWS sales, that they don’t support CloudFront in AWS China. In which I believe CloudFront is one of the most important modules for deploying via Zappa?
If there is any help that I can contribute to bring Zappa to run on AWS China, please let me know, and I’m glad to work on it.
Regards,
Arnold
… On 13 Jul 2018, at 9:55 PM, Lirian Su ***@***.***> wrote:
Context
I've tried to setup zappa in AWS China, and noticed that we lacked support for AWS China.
I want to know if someone is working on it?
If currently there is nobody working on it, may I work on some PR to bring basic supports for AWS China.
Expected Behavior
AWS China is isolated from AWS Global, there are only two regions in AWS China (cn-north-1/cn-northwest-1)
We may have these functionality for basic support:
a clear 5-minutes demo
some document about the region differences
Actual Behavior
Currently it's not possible to deploy zappa on AWS China if not customizing zappa.
Possible Fix
Main obstacles are:
lack of AWS functionality. Route53/ACM/Edge-optimized API/EnvironmentVariablesFeature/... are not available in AWS China. (#1553 <#1553> )
arn difference. resources for AWS China starts with "arn:aws-cn". (#1338 <#1338> )
encoding. the kappa package ran into error if system encoding is not utf-8. (garnaat/kappa#126 <garnaat/kappa#126>)
More
Welcome to leave any comment under this issue.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#1564>, or mute the thread <https://github.com/notifications/unsubscribe-auth/APZjaKoH97vnvGkK21KPokMZTISyegHAks5uGKbrgaJpZM4VO7vE>.
|
Hi @ArnoldGitHub , It's true that CloudFront is unavailable in AWS China, we use other CDN alternatives (qiniu). Currently I'm trying to deploy to AWS China by customizing zappa. Thanks~ |
Hi @LKI Did you make any progress on this? I'm currently finding the same problem because zappa is not suitable for AWS China. Thanks. |
Hi @staneslevski , I didn't work on this issue now. More
Thanks. |
Hi Lirian,
Thanks very much for your answer, I’ll do a deeper dive into Zappa and see if I can get it to work.
Best regards,
Tom
… On 26 Jan 2019, at 20:20, Lirian Su ***@***.***> wrote:
Hi @staneslevski <https://github.com/staneslevski> ,
I didn't work on this issue now.
We choose self-hosted k8s cluster for better control (which cost more).
More outdated information which may helps:
I successfully deployed zappa to AWS China after I made these changes:
Disable Route53/ACM/EnvironmentVariables
Adjust arn names the same way as us-gov-west-1
Pass ICP Recordal by submitting a case
Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1564 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AO7OfNJcm0kTOe6gTZ8TF0KSPL_KGxt7ks5vHEgYgaJpZM4VO7vE>.
|
@LKI When you suggest |
Hi @LKI , I'm also trying to deploy Zappa for AWS China region and thanks for your sharing of the modification. As Route53/ACM/EnvironmentVariables are all available now, is it possible that you could re-open this issue so that we could move on to make Zappa support China region? Thanks |
Context
I've tried to setup zappa in AWS China, and noticed that we lacked support for AWS China.
I want to know if someone is working on it?
If currently there is nobody working on it, may I work on some PR to bring basic supports for AWS China.
Expected Behavior
AWS China is isolated from AWS Global, there are only two regions in AWS China (cn-north-1/cn-northwest-1)
We may have these functionality for basic support:
Actual Behavior
Currently it's not possible to deploy zappa on AWS China if not customizing zappa.
Possible Fix
Main obstacles are:
kappa
package ran into error if system encoding is not utf-8. (Add encoding for open_file garnaat/kappa#126)More
Welcome to leave any comment under this issue.
The text was updated successfully, but these errors were encountered: