Open tj opened 7 years ago
Any progress here? Getting this in will be a huge win.
@stephenmathieson nope not yet
Poking in to ask if anything from re:Invent made this possible?
yep, still pretty low priority TBH, but at least now with Dynamo's replication there's more db options. In most a lot of cases one region + CDN is enough I think
note to self: list of hosted zone ids are here http://docs.aws.amazon.com/general/latest/gr/rande.html
Notes to @tj
API Gateway recently added support for regional endpoints (earlier API-GW endpoints already had an AWS managed CloudFront distribution in front of them).
Environment variables need to be region specific - different regions use different DB/DynamoDB
Might be nice to have automatic subdomains on all configured domains - like us-east-1.app.domain.com including the main app.domain.com configured using Route53 above.
Also, ACM certs will have to be requested once for each region, might make sense to just do wildcards in every region.
Yeah :( that part will be annoying (#452) they have support for DNS verification as well now at least too
Hello 👋 Is there any progress on this? Thanks!
For me the ACM verifications are the biggest blocker, it would be awful UX to receive like 150 emails, and dig through which ones are for which region you still need to verify. The DNS alternative isn't much better there either :'(. I'll see if maybe I can grab one from a region and replicate it to the others, that would unblock this I think.
Keep in mind your data has to be replicated too otherwise it's not really going to be much of an improvement over the default CloudFront -> API Gateway setup we have now.
Ohh I misread the docs actually, the DNS verification should work across regions unlike email. That's not too bad. I'll try to get on this soonish!
Awesome! Thanks @tj 🎉
Hey @tj poking to see if this might be ready sometime soon? :)
Hard to say, traction hasn't been as good as I was hoping so it might be too large of an addition, especially when lots of services are going this route by default (Lambda@edge, Cloudflare workers, etc)
Is it possible to do a multi-region deployment yet? looking into serverless framework and that can currently do that. But really love up and want to continue with that. Is it possible in some other way, like manually, for now, adding to route53 etc?
@pontusab not out of the box yet, the easiest manual route would probably be with https://aws.amazon.com/global-accelerator/
@tj Thanks, will look into that 🥇
Support for multiple regions with Stack Sets.