I have an app hosted in a Fargate instance. In the security group, if I select the source in the inbound rule to Anywhere-IPv4, it works fine and I can access my web site. But if I change the source to "My IP", I can no longer access the site from my IP address.
Both "My IP" and "whatismyip.com" report the same address. I've tried taking that /32 address and switching it to "custom" and choosing the same address with /24, just to see if that would work, but it didn't.
I've tried it with the "All Traffic" type as well just on the off chance it wants access to some other port other than HTTP, but that made no difference.
Incidentally, my container doesn't have ssh, so I can't ssh into it.