Monday, February 4, 2019

linux - Using Cloud Servers and Firewall

I would like to ask if the configuration of "firewall rules eg. only allowing port 80.. when configuring a server instance on cloud services such as google cloud and amazon aws is securely equivalent to hardware firewall implementations."




Are there settings or configuration on the "cloud instance firewall" cannot be achieved as compared to the hardware firewall?



Could someone help me clear this doubt that I can't be sure of? Thanks.

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...