Parameter store help
I was reading about the parameter store service in AWS, and I noticed that there is standard and advanced tiers. And I have two questions.
Published Sep 10, 2024
- AWS says that their advanced tier can support up to 10,000 TPS, but it never says how many TPS it does for standard.
- I saw that the parameters are stored as either advanced or standard parameters. so how does it calculate the number of transactions per second if it limits Parameter Store and not for the individual key.
- Is it ok if I cache the values of my API keys and forget about TPS... (is this standard practice for static keys?).