2 Answers
- Newest
- Most votes
- Most comments
1
You'll find the current service quotas and throughput for Parameter Store listed in the general reference
https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm
We also have guidance on increasing Parameter Store throughput
https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-throughput.html
answered 3 years ago
0
This links give you limits and all details about the put-parameter
https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html
and
Relevant content
asked 9 months ago
- AWS OFFICIALUpdated a month ago

According to the throughput description the limits appear to be explicitly only be for Get* functions. Are we to assume the PutParameter should be in this list as well?