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
posta 8 mesi fa318 visualizzazioni
2 Risposte
0
Risposta accettata

"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

con risposta 8 mesi fa
profile pictureAWS
ESPERTO
verificato 8 mesi fa
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
con risposta 8 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande