hey guys! I’m about to “flip the switch” and our f...
# help
j
hey guys! I’m about to “flip the switch” and our frontend with 250k MAU will switch over to the new backend built on SST I’m pretty nervous about the load going from 0 to 100 like that I’ve done load testing and it went well, but I’m worried about some AWS account limits, for example I’ve hit a limit on SMS which we use for sign in verification codes anyone have any guidance on what are common AWS limits like this that I might hit? Or any resources on where to review the AWS account limits?
d
anyone have any guidance on what are common AWS limits like this that I might hit?
I dont think that one is particularly common. 😛 The simple answer to this is that it depends heavily on what services you use, but most limits are pretty high. If you are using lambda, you may look at the overall account concurrency limit (usually 1000). 1000 concurrent requests is a lot though, even with 250K monthlies.
Or any resources on where to review the AWS account limits?
AWS service quotas - AWS General Reference (amazon.com)
a
If you have AWS Business or better support plan, shouldn't have to be too nervous with 24x7 phone support and production system impaired < 4 hours response time. You could even try to pre-emptively mail them and tell them about your situation and worries.
If you don't have at least Business support plan, might be worth getting it for a month just to get rolling
j
thank you guys! really appreciate it. I’ll start by reviewing that doc and checking our support tier