I am using kubernetes and using AWS EBS as a persistent volume.
Is there any way of detecting changes on the EBS volume such as a file update/add/delete?
It could be anything really, lambda to SNS or SQL, file system hooks etc?
I am using kubernetes and using AWS EBS as a persistent volume.
Is there any way of detecting changes on the EBS volume such as a file update/add/delete?
It could be anything really, lambda to SNS or SQL, file system hooks etc?
No, this is not possible. It's kinda by design. EBS is treated as a block unlike S3 where objects are treated separately and offer object-level notifications.