Score:0

What Could Cause CloudFront Request To Spikes Once Per Day From Linux User Agent with same IP?

sm flag

Setup is: cloudfront -> load balancer -> ec2 server

CloudFront logs shows the request are coming from these IP's and User Agent.

c-ip = 52.2.212.237 44.207.101.129

cs(User-Agent) = Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.54 Safari/537.36

Romeo Ninov avatar
in flag
Did you try to resolve these IPs? Get `whois` information?
Score:0
tv flag

Those are both AWS EC2 IP addresses: ec2-52-2-212-237.compute-1.amazonaws.com and ec2-44-207-101-129.compute-1.amazonaws.com, respectively (per https://whois.domaintools.com).

CloudFront caches your server's content for 24 hours by default. After that time, the next request for each resource will reach your server, and whatever your server returns will be cached for the next 24 hours. That means, assuming there's a fairly constant stream of requests from the internet to your site, you'll see a spike once per day, and those requests will appear to your server to have come from CloudFront or the load balancer (depending on what type of load balancer, I believe).

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.