Do you place Application Servers in Public Subnets? is it Secure to Place Application Servers in Public Subnets?
Placing app servers inside Public Subnets is generally not recommended from a security best practices.
it is not recommended to expose your application servers to the public access
Application Servers should be placed in Private Subnets to restrict direct internet access. Best Practices & Security aspects Application Servers should be placed inside Private Subnets only.
Application Servers also called as Backend Servers
It contains application code also called as Backend code which is written by using either java or python or ms.net or cobol etc..
Comments
Post a Comment