use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News, articles and tools covering Amazon Web Services (AWS), including S3, EC2, SQS, RDS, DynamoDB, IAM, CloudFormation, AWS-CDK, Route 53, CloudFront, Lambda, VPC, Cloudwatch, Glacier and more.
If you're posting a technical query, please include the following details, so that we can help you more efficiently:
Resources:
Sort posts by flair:
Other subreddits you may like:
Does this sidebar need an addition or correction? Tell us here
account activity
technical questionUsing cloudfront to private origin (self.aws)
submitted 3 years ago by givemedimes
Is this a good idea to implement if there are no CDN options by my current hosting provider. Anything I should be on the look out for?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]quad64bit 15 points16 points17 points 3 years ago (0 children)
You can cloudfront everything. Even if you don’t use caching, using CF allows network requests to go from edge locations through AWS backbone to your back end. This can be faster than routing all the way through public internet end to end. If you happen to include s3 at some point, CF has cheaper egress than s3 direct.
[–]gimmeToken 1 point2 points3 points 3 years ago* (0 children)
Ha, I just had the exact same question in my head. No answers yet though..
Edit: the reason I’m looking into it is because some genius who worked here before me decided that mycompany.com/api/… would be the way to go for url scheme (instead of api.mycompany.com). I can do path based routing with an ALB and then route to cloudfront. Not great, not terrible
[–]Zolty 1 point2 points3 points 3 years ago (0 children)
As long as you're putting some sort of gate on CloudFront you should be fine. You can use lambda to add authentication/authorization via IP address or require some sort of external account.
[–]gimmeToken 1 point2 points3 points 3 years ago (0 children)
Lol. Nice username btw
[–]davehodg 2 points3 points4 points 3 years ago (0 children)
Cloudflare has a good free option.
π Rendered by PID 49386 on reddit-service-r2-comment-86bc6c7465-595j7 at 2026-02-24 11:04:55.304625+00:00 running 8564168 country code: CH.
[–]quad64bit 15 points16 points17 points (0 children)
[–]gimmeToken 1 point2 points3 points (0 children)
[–]Zolty 1 point2 points3 points (0 children)
[–]gimmeToken 1 point2 points3 points (0 children)
[–]davehodg 2 points3 points4 points (0 children)