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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠