We are managing the configs via AWS parameter store. Is there a way I can tag, like git tag, a specific path (set of variables). so that later I could revert to that point in time - Every variable will revert to the version it was in the time of the tag.
I tried to look for parameter store tagging, but I'm not sure it's the same usage.
How can I achieve tagging and reverting ability in AWS parameter store?