I use the AWS parameter store like so aws ssm get-parameters --names WINDOWS_PASSWORD --with-decryption --query Parameters[0].Value --output text
, but sometimes I need the earlier previous of the password when it rotates.
I don't understand for example how to retrieve version 1 of the password with the CLI, as opposed to say the latest version 2.