CloudFront version API - AWS

0 votes
How do I know if I am using an older version of CloudFront API that does not support the CNAME?
Oct 16, 2019 in AWS by Hannah
• 18,570 points
582 views

1 answer to this question.

0 votes

Hi @Hannah, 

1. Enable CloudTrail logging for your account in the US East region

2. Once your trails are written to S3, create a table for the logs

3. Open Athena console and add the following query to the query box

SELECT apiversion, count() AS Total FROM $databaseName.$tableName WHERE eventsource = 'cloudfront.amazonaws.com' AND parse_datetime(apiversion, 'yyyy_MM_dd') <= parse_datetime('2015_12_22', 'yyyy_MM_dd') GROUP BY apiversion ORDER BY Total Desc;
answered Oct 17, 2019 by Tanmay

Related Questions In AWS

+1 vote
2 answers

Starting with an AWS Instance with API and AUTHPARAMS

The API is usually much easier to ...READ MORE

answered Apr 17, 2018 in AWS by Cloud gunner
• 4,670 points
3,470 views
+1 vote
3 answers
0 votes
2 answers
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

AWS CloudFront error "InvalidViewerCertificate"

The error clearly mentions that the certificate ...READ MORE

answered Oct 17, 2019 in AWS by Tanmay
2,060 views
0 votes
1 answer

What is AWS Cloudfront?

CloudFront is a Content Delivery Network (CDN). ...READ MORE

answered Jan 24, 2020 in AWS by Priya
869 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP