amazon web services - Do I need to Encrypt EBS Snapshot when copying AMI to another availability zone? -


hi aws newbie , moving ami instance 1 availability zone another, , wondering if need select encrypt ebs snapshot option when copying ami oregon virginia.

if don't encrypt snapshot, mean hacker can see in ami enroute 1 availability zone another?

thanks

the option encrypt ebs snapshot provides encryption-at-rest. prevent access underlying hardware, amazon employee, being able read information on disk.

your concern see data transmitted between regions covered encyption-in-motion. aws automatically use ssl encryption ensure data being transmitted not readable anyone.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -