Page 1 of 1

Hipaa and HITECH Requirements for Cloud hosting on AWS

Posted: Wed Jul 10, 2019 9:05 am
by mafiaxxx
Here is another how to article
Loved the discussion the last article did. Could you guys chime in on this one also.
There are others dealing with encryption and the other security topics we touched on in last cloud setup post.
https://www.shortcircuited.net/services ... b-services

Re: Hipaa and HITECH Requirements for Cloud hosting on AWS

Posted: Wed Jul 10, 2019 12:20 pm
by cmcgehee
I would recommend detailing how data in transit would be encrypted. You would want to use either TLS with MySQL or set up an SSH tunnel for MySQL traffic. This page goes into detail about encryption: https://dev.mysql.com/doc/refman/5.5/en ... tions.html.

Re: Hipaa and HITECH Requirements for Cloud hosting on AWS

Posted: Thu Jul 18, 2019 6:53 pm
by mafiaxxx
cmcgehee wrote:I would recommend detailing how data in transit would be encrypted. You would want to use either TLS with MySQL or set up an SSH tunnel for MySQL traffic. This page goes into detail about encryption: https://dev.mysql.com/doc/refman/5.5/en ... tions.html.
thumbs up!!