cloudfront-logs
There are 17 repositories under cloudfront-logs topic.
cloudposse/terraform-aws-cloudfront-s3-cdn
Terraform module to easily provision CloudFront CDN backed by an S3 origin
awslabs/athena-glue-service-logs
Glue scripts for converting AWS Service Logs for use in Athena
aws-samples/aws-cloudfront-realtime-monitoring
A sample solution for converting CloudFront Real-time log records into time-series metrics for monitoring.
fmasuhr/terraform-aws-cloudfront-logs
Setup to store CloudFront logs in S3 Bucket and forward them into a CloudWatch Logs group.
aws-samples/aws-cloudfront-real-time-metrics-sample
This repository provides infrastructure and code to parse CloudFront real-time logs and convert these logs into CloudWatch custom metrics. These Custom metrics in CloudWatch can provide low-level insight into how well a CloudFront distribution is performing and even enable monitoring the operational health of specific CloudFront edge locations. This can assist in the identification of common problems affecting CloudFront distributions such as localized outages, ISP failures, and DNS routing issues.
payscale/load-test-script
A node script that can download Cloudfront logs and then replay them against a different host/environment to load test your site.
shazic/CF-LogGetter
Download, decompress and consolidate AWS CloudFront CDN logs into a single file on a Windows machine.
asaaki/cloudfront-logs
AWS CloudFront log line parser
digitalkaoz/aws-log-shipper
Ship AWS Logs (CF, ALB, ELB, S3) stored in S3 to Cloudwatch (or others)
mszmagic/CloudFront_LogParser-MacOS
This MacOS program allows you to view a downloaded AWS CloudFront access log in a table view and export to .csv. このMacOSプログラムでは、ダウンロードされた AWS CloudFront のアクセスログ を見ることができます。
brightbock/cloudfront-logs-to-cloudwatch
Terraform module / AWS Lambda function to import CloudFront from S3 to CloudWatch Logs
DevWorxCo/cloudfront-logs-java16
The AWS Cloudfront logs parser is a utility that traverses a directory of AWS Cloudfront log files and converts it into a local relational database - HSQLDB. It allowed the author to quickly get to a position to run some SQL queries against his log traffic and provided an excuse to try out some of the latest Java 16 features.
LiciousTech/awscf-realtime-logs-analytics
Firehose for writing AWS CloudFront real-time logs stream from Kinesis to Analytical Store.
milapsingh/cloudfront-terraform-config
Terraform code for creating and managing AWS cloudfront service
rucub100/cloudfront-standard-logs-insights
Web application to get insights to CloudFront standard logs stored in S3
VirtualZero/CloudFrontAccessLogsToExcel
When AWS CloudFront is configured to deliver access logs, it can be a chore to parse, aggregate, and organize all of the data. Each access log is ~5 KB and thousands can easily stack up within a week. CloudFrontAccessLogsToExcel offers 2 solutions: a cloud solution that will run without intervention on a schedule defined by a Cron expression and a CLI version for local use.