aws-samples / stable-diffusion-on-eks

Implementing a fast scaling and low cost Stable Diffusion inference solution with serverless and containers on AWS
https://aws-samples.github.io/stable-diffusion-on-eks/
MIT No Attribution
43 stars 18 forks source link

[Feature] Support aws-cn partition #44

Closed yubingjiaocn closed 11 months ago

yubingjiaocn commented 11 months ago

Describe the solution you'd like Support deployment in aws-cn partition (BJS and ZHY region)

yubingjiaocn commented 11 months ago

We only found EventBridge Scheduler is not available in AWS China partition. I have added a condition for EB scheduler to make it only been deployed in AWS commercial partition.

Currently working on aws-cn branch. Still pending for testing...