How I can make configure for an AWS EC2 apache instance server to do the flowing:
Accepts incoming POSTs from subnets 149.154.160.0/20 and 91.108.4.0/22 on port 443, 80, 88, or 8443
How I can make configure for an AWS EC2 apache instance server to do the flowing:
Accepts incoming POSTs from subnets 149.154.160.0/20 and 91.108.4.0/22 on port 443, 80, 88, or 8443
Attach a security group to the instance with four rules as follows (in Inbound rules
section), one per port(443, 80, 88, 8443), four different rules like this for port 443
You can check more info at AWS Documentation