In the project I am working on, the key in the KMS would automatically rotate every 90 days, but at times may also be manually rotated in certain scenarios.
I'm looking for a way to give a trigger to a microservice every time a rotation happens, be it manual rotation or scheduled rotation. Is there a cloud function or some sort?
I don't need any code. Just a document, or a high level algorithm is more than sufficient.
Thank you