|
|
|
|
|
by redis_mlc
2274 days ago
|
|
> Normally I wouldn't doubt it but in this sort of situation Then you're very misinformed. As a cloud administrator, I see resource availability and account limits on a weekly basis going back years. I tell people: - to pre-provision at least some extra servers rather than wait for an autoscaling operation to fail. - that new instance types often are rolled out gradually, and lead time is often 1 month in AWS - that killing a 1000-node cluster then expecting to immediately rebuild it often doesn't work. - for DR and BCP planning, each region (or AZ) should be able to handle enough load at all times in case one region (or AZ) is unavailable. I've never seen anybody do that, even after I told them, because cost. |
|
https://aws.amazon.com/solutions/limit-monitor/
It starts having issues when you get to 5,000+ ec2 instances, but it's somewhat understandable that they don't aim to support that level of usage within a single AWS account.
On another bullet point: if you go serverless (API/HTTP Gateway, Lambda, Dynamo DB), you automatically get full region DR. I personally recommend HTTP Gateway if you can swing it, API gateway is only worth of it you are doing personal projects (mostly free tier) or are seriously leveraging the API gateway specific features