AWS

Common quotas/limitations

It’s important to understand the quota/limitation of the cloud service before you decide to use it.

e.g. If your API’s response time is > 30s, you should not take API gateway as your solution.

ServiceResourceLimit
LambdaFunction timeout900 seconds
LambdaConcurrency (regional-level)1000 (default)
SQSMessage Size256 KiB
SQSMax Delay15 minutes
SQSRetentionmin=60s, max=14d
API GatewayRequest timeout30 seconds
API GatewayWAFOnly REST API can attach WAF
API GatewayRequest per second (rps)10000 (per account, maybe various in different region)
SSM parameter storeTransactions per second (tps)40 (Standard version, per account and region)
S3Static website hostingDoes not support HTTPS
EKSMax pods per instance (EC2)The max pod count is various on different EC2

EC2 instance spec limitations

AWS EC2 Instance Comparison

Common limitation / tips

  1. Max network traffic bandwidth
  2. t-series instances have burst (credit) limitation, must be aware about the credit usage.
  3. spot-instance / reserved instance / saving plan to save cost.