Trying to leverage an API Poller to monitor the FSx Status for some file systems in AWS. It looks like all the pieces are there but having issues getting them together. I think my issue is primarily with getting credentials passed to the API call. Was wondering if anyone has successfully done something like this or similar with the API Poller.
I saw this a post where something similar was done with a script monitor but if this can be done with the API Poller might be easier to process from a monitoring/alerting standpoint.
Been using Amazon FSx API Reference - Amazon FSx as a starting point.
Thanks all!