java - AWS EBS snapshot, is there a way to know if the EBS is currently being written to -


i making snap shot util can take snap shots of ebs. snapshots recommended take place while ebs not active(by aws), because if active while take snapshot, won't pick being written @ time of snapshot.

i wondering if there way determine if ebs being written to, or ideas of how determine such thing.

the concern whether or not volume being written when snapshot initiated. outside of instance, not able tell, unless attached instance stopped or not attached @ all.

from within instance, can freeze filesystem make consistent. don't need freeze entire duration of creating snapshot, initiating it.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -