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
已提问 8 个月前318 查看次数
2 回答
0
已接受的回答

"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

已回答 8 个月前
profile pictureAWS
专家
已审核 8 个月前
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
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则