Is it possible to track reads of SSM Parameter?

0

I'm going to share parameter stored in SSM Parameter Store to all accounts in my AWS Organization. I would like track when then parameter was read (to gather statistics for parameter usage across my accounts) I noticed that EventBridge is only catching SSM Parameter Store changes like: Update, Delete, Create Is there an option to track reads?

1 Answer
2

You can use AWS CloudTrail to capture API calls made to parameter store.

https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-logging-auditing.html

profile pictureAWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions