I have an EC2 instance behind CloudFlare and whilst utilising the flow log to ensure any traffic that isn't coming from CloudFlare is being blocked, I saw requests coming from an Amazon IP which is in the same subnet as my VPC public IP.
If I continue to block that IP, it makes the site unavailable. Once I allow it through, it works.
Can anyone shed any light as to why these requests from Amazon are happening? The EC2 instance is a web server which depends on an RDS instance, but the RDS IP is not the Amazon IP that is repeatedly connecting to my EC2 instance, so I am not sure it's that.
Is this just how AWS talks to my EC2?
Thanks Brad