Parameter Store - maximum version number?

0

Hey. I have a Lambda which updates a value in SSM Parameter store every 1 minute. So that value changes 1440 times during a day. AWS records the version number of a parameter, which basically tells us how many times particular parameter was changed.

I wonder whether there's a upper limit how many times a given parameter can be updated? For instance, it cannot be higher than maximum integer value which is: 2147483647 ?

eLCe
asked 8 months ago286 views
2 Answers
0
Accepted Answer

"You can create and maintain up to 100 versions of a parameter. After you have created 100 versions of a parameter, each time you create a new version, the oldest version of the parameter is removed from history to make room for the new version."[1]

You can update it how many times you want, but can't keep track of all.

If you still have any question please let me know.

Have a nice day.

Reference:

[1] https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-versions.html

answered 8 months ago
profile pictureAWS
EXPERT
reviewed 8 months ago
0

Yes I was aware of 100 versions.

"You can update it how many times you want, but can't keep track of all."

So that's the answer. Thanks! :)

eLCe
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions