↧
Answer by Nils for Should I put my email server in a public subnet or put in...
The "general" rule is to a a three-tier-architecture.This is typically suited for web-servers with dynamic content and a database backend.First Tier: Frontend - Webserver - in your case - public...
View ArticleAnswer by nandoP for Should I put my email server in a public subnet or put...
ELB is good at HTTP and HTTPS, but can be problematic for other protocols..... for complete control over your load balancing / perimeter security, use an haproxy box with a public elastic ip, in...
View ArticleShould I put my email server in a public subnet or put in a private subnet...
I have 3 subnets setup in a Amazon VPC: public, private application, private database. My web servers are currently in the private application subnet and use a NAT Instance to see the internet. I need...
View Article