On a freshly installed EC2:
The Security Group is default. "All Traffic" is ALLOWed for 0.0.0.0/0 for both Inbound and Outbound.
The "Network ACL" has some limitations for inbound as we want our website on this domain to be an internal network for our charity organisation. But from this server, we want to install some things via SSH so we need
wget
andcurl
. So the Outbound is also100 ALL Traffic 0.0.0.0/0 ALLOW
- ALL Traffic 0.0.0.0/0 DENY
That last "DENY" is added by default.
With these settings, which seems to be quite normal, what else am I missing? Note that all iptables
rules are flushed, and we do not use iptables to the best of my knowledge. All firewall stuff is managed by the Amazon VPC security settings.
Any thoughts or pointers? Thank you.
ping
ortracert
or anything. – Khom Nazid