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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南