I have a web application server (1) with https in a VPC. In another VPC an application server (2) is only available. And a managed mysql (3). I need to configure a DMZ (Firewall with NAT) to isolate the internal servers and at the same time allow the server (1) to access (2) and (3). Is it possible without configuring a specific gateway droplet?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hi there,
I believe that a firewall with NAT is not possible as of the time being.
What you could do is if you have all the resources in same VPC then you can restrict the traffic on server 2 and server 3 to server 1 and also isolate it from the internet.
Hope that this helps! Regards, Bobby