0

I am trying to add my IP address in the inbound rule in security groups in AWS .

After I hit save button it changes the IP address that I saved.

Example if I am saving the IP address like 123.3.23.123 it changes it to 123.3.23.117.

Any help appreciated.

KGG
  • 21
  • 1
  • 6

1 Answers1

1

IP addresses must be specified in CIDR format. If you would like to add a single IP address to your security group, use a /32 suffix.

Brian
  • 5,300
  • 2
  • 26
  • 32
  • Hi Brian, thanks for message. I have it this in this format itself. I did my IP in the selection and it took 32 automatically. But I am not able to access any port with that rule. I am not even able to access the public dns here. – KGG Dec 12 '17 at 15:35