0

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

1 Answers1

0

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 enter image description here

You can check more info at AWS Documentation

pabloxio
  • 1,173
  • 7
  • 8