itsmostafa / certified-aws-developer-associate-notes

2024 AWS developer associate exam
800 stars 363 forks source link

S3 - KMS Quotas #20

Closed clark-schneider closed 1 year ago

clark-schneider commented 3 years ago

The notes state:

“If using SSE-KMS encryption, you may be limited to your AWS limits for KMS usage (~100s - 1000s downloads / uploads per second)”

The KMS quota in regions like us-east-1 is 50,000 requests per second for symmetric encrypt/decrypt per the documentation

Worth noting how bucket keys address this problem, as per the documentation.

itsmostafa commented 3 years ago

@clark-schneider thank you for letting me know. Can you please specify what files / lines exactly you'd like to have updated? or you can create a Pull Request with the changes and link to the official documentation. In the meantime, i'll try to get to it once I find some time. I appreciate the help!