@turbot/aws-cloudfront
Recommended Version
Version
5.3.1
Released On
Dec 16, 2020
Depends On
Resource Types
- AWS > CloudFront
- AWS > CloudFront > CloudFront Origin Access Identity
- AWS > CloudFront > Distribution
- AWS > CloudFront > Streaming Distribution
Control Types
- AWS > CloudFront > CloudFront Origin Access Identity > Active
- AWS > CloudFront > CloudFront Origin Access Identity > Approved
- AWS > CloudFront > CloudFront Origin Access Identity > CMDB
- AWS > CloudFront > CloudFront Origin Access Identity > Discovery
- AWS > CloudFront > CloudFront Origin Access Identity > Usage
- AWS > CloudFront > Distribution > Active
- AWS > CloudFront > Distribution > Approved
- AWS > CloudFront > Distribution > CMDB
- AWS > CloudFront > Distribution > Discovery
- AWS > CloudFront > Distribution > Tags
- AWS > CloudFront > Distribution > Usage
- AWS > CloudFront > Streaming Distribution > Active
- AWS > CloudFront > Streaming Distribution > Approved
- AWS > CloudFront > Streaming Distribution > CMDB
- AWS > CloudFront > Streaming Distribution > Discovery
- AWS > CloudFront > Streaming Distribution > Tags
- AWS > CloudFront > Streaming Distribution > Usage
Policy Types
- AWS > CloudFront > API Enabled
- AWS > CloudFront > CloudFront Origin Access Identity > Active
- AWS > CloudFront > CloudFront Origin Access Identity > Active > Age
- AWS > CloudFront > CloudFront Origin Access Identity > Active > Last Modified
- AWS > CloudFront > CloudFront Origin Access Identity > Approved
- AWS > CloudFront > CloudFront Origin Access Identity > Approved > Usage
- AWS > CloudFront > CloudFront Origin Access Identity > CMDB
- AWS > CloudFront > CloudFront Origin Access Identity > Usage
- AWS > CloudFront > CloudFront Origin Access Identity > Usage > Limit
- AWS > CloudFront > Distribution > Active
- AWS > CloudFront > Distribution > Active > Age
- AWS > CloudFront > Distribution > Active > Budget
- AWS > CloudFront > Distribution > Active > Last Modified
- AWS > CloudFront > Distribution > Approved
- AWS > CloudFront > Distribution > Approved > Budget
- AWS > CloudFront > Distribution > Approved > Usage
- AWS > CloudFront > Distribution > CMDB
- AWS > CloudFront > Distribution > Tags
- AWS > CloudFront > Distribution > Tags > Template
- AWS > CloudFront > Distribution > Usage
- AWS > CloudFront > Distribution > Usage > Limit
- AWS > CloudFront > Enabled
- AWS > CloudFront > Permissions
- AWS > CloudFront > Permissions > Levels
- AWS > CloudFront > Permissions > Levels > Modifiers
- AWS > CloudFront > Permissions > Lockdown
- AWS > CloudFront > Permissions > Lockdown > API Boundary
- AWS > CloudFront > Streaming Distribution > Active
- AWS > CloudFront > Streaming Distribution > Active > Age
- AWS > CloudFront > Streaming Distribution > Active > Budget
- AWS > CloudFront > Streaming Distribution > Active > Last Modified
- AWS > CloudFront > Streaming Distribution > Approved
- AWS > CloudFront > Streaming Distribution > Approved > Budget
- AWS > CloudFront > Streaming Distribution > Approved > Usage
- AWS > CloudFront > Streaming Distribution > CMDB
- AWS > CloudFront > Streaming Distribution > Tags
- AWS > CloudFront > Streaming Distribution > Tags > Template
- AWS > CloudFront > Streaming Distribution > Usage
- AWS > CloudFront > Streaming Distribution > Usage > Limit
- AWS > CloudFront > Tags Template [Default]
- AWS > Turbot > Event Handlers > Events > Rules > Event Sources > @turbot/aws-cloudfront
- AWS > Turbot > Permissions > Compiled > API Boundary > @turbot/aws-cloudfront
- AWS > Turbot > Permissions > Compiled > Levels > @turbot/aws-cloudfront
- AWS > Turbot > Permissions > Compiled > Service Permissions > @turbot/aws-cloudfront
Release Notes
5.3.1 (2020-12-16)
Bug fixes
- Controls run faster now when in the
tbd
andskipped
states thanks to the new Turbot Precheck feature (not to be confused with TSA PreCheck). With Turbot Precheck, controls avoid running GraphQL input queries when intbd
andskipped
, resulting in faster and lighter control runs.
5.3.0 (2020-10-09)
What's new?
- We've made improvements to how Active controls interact with CMDB policies and controls for more reliable active checks. Now, if a resource's CMDB policy is set to
Skip
, its Active control will move toinvalid
to prevent the Active control from making a decision based on outdated information. Also, Active controls will now wait until the resource's CMDB control has run at least once to ensure the required data is available. - Discovery controls now have their own control category,
CMDB > Discovery
, to allow for easier filtering separately from other CMDB controls.
Bug fixes
- We've made some improvements to our real-time event handling that reduces the risk of creating resources in CMDB with malformed AKAs. There's no noticeable difference, but things should run more reliably now.
5.2.5 (2020-08-11)
Bug fixes
- In various Active controls, we were outputting log messages that did not properly show how many days were left until we'd delete the inactive resources (we were still deleting them after the correct number of days). These log messages have been fixed and now contain the correct number of days.
5.2.4 (2020-07-13)
Bug fixes
- Updated various resource configurations to provide better compatibility with AWS China regions.
5.2.3 (2020-07-01)
Bug fixes
- Sometimes when updating CMDB for resources with tags that have empty string values, e.g.,
[{Key: "Empty", Value: ""}, {Key: "Turbot is great", Value: "true"}]
, we would not store all of the tags correctly. This has been fixed and now all tags are accounted for.
5.2.2 (2020-06-12)
Bug fixes
- Links to documentation in the descriptions for several controls and policies were broken. These links have now been fixed.