Currently, I have built an application on EC2 instances in multiple regions. The problems are when one instance per region need to patch/maintain, and we need more effort to handle if something fails.
I decide to use Lambda@Edge instead of EC2 and question is:
- Lambda@Edge is better than these EC2 instances?
- Need to make sure that Lambda@Edge would be reachable with the same latency or better than EC2. Have any official docs to prove this?
Thanks