I have a question about securing connections from FreeBSD dataservers to an Ubuntu webserver inside the AWS VPC.
One FreeBSD instance shares folders via NFSv4 and the other FreeBSD instance hosts a PostgreSQL database. These folders and database connection are shared with the Ubuntu webserver. All machines are in the VPC with the FreeBSD instances in a private subnet and the Ubuntu webserver in the public subnet, as in this scenario in the AWS docs.
I was just wondering if, given that the instances are all inside the VPC, there was any need to configure krb5p to secure the NFS share? ...and if there was any reason to use hostssl with md5 for the database connection? All connections within the VPC should already be encrypted, so it seems that adding Kerberos and SSL would be unnecessary(?)
One FreeBSD instance shares folders via NFSv4 and the other FreeBSD instance hosts a PostgreSQL database. These folders and database connection are shared with the Ubuntu webserver. All machines are in the VPC with the FreeBSD instances in a private subnet and the Ubuntu webserver in the public subnet, as in this scenario in the AWS docs.
I was just wondering if, given that the instances are all inside the VPC, there was any need to configure krb5p to secure the NFS share? ...and if there was any reason to use hostssl with md5 for the database connection? All connections within the VPC should already be encrypted, so it seems that adding Kerberos and SSL would be unnecessary(?)