@turbot/aws-cloudsearch
Recommended Version
Version
5.3.0
Released On
Feb 16, 2022
Depends On
Resource Types
Control Types
- AWS > CloudSearch > Domain > Active
- AWS > CloudSearch > Domain > Approved
- AWS > CloudSearch > Domain > CMDB
- AWS > CloudSearch > Domain > Discovery
- AWS > CloudSearch > Domain > Usage
Policy Types
- AWS > CloudSearch > API Enabled
- AWS > CloudSearch > Approved Regions [Default]
- AWS > CloudSearch > Domain > Active
- AWS > CloudSearch > Domain > Active > Age
- AWS > CloudSearch > Domain > Active > Budget
- AWS > CloudSearch > Domain > Active > Last Modified
- AWS > CloudSearch > Domain > Approved
- AWS > CloudSearch > Domain > Approved > Budget
- AWS > CloudSearch > Domain > Approved > Custom
- AWS > CloudSearch > Domain > Approved > Regions
- AWS > CloudSearch > Domain > Approved > Usage
- AWS > CloudSearch > Domain > CMDB
- AWS > CloudSearch > Domain > Regions
- AWS > CloudSearch > Domain > Usage
- AWS > CloudSearch > Domain > Usage > Limit
- AWS > CloudSearch > Enabled
- AWS > CloudSearch > Permissions
- AWS > CloudSearch > Permissions > Levels
- AWS > CloudSearch > Permissions > Levels > Modifiers
- AWS > CloudSearch > Permissions > Lockdown
- AWS > CloudSearch > Permissions > Lockdown > API Boundary
- AWS > CloudSearch > Regions
- AWS > CloudSearch > Tags Template [Default]
- AWS > Turbot > Event Handlers > Events > Rules > Event Sources > @turbot/aws-cloudsearch
- AWS > Turbot > Permissions > Compiled > API Boundary > @turbot/aws-cloudsearch
- AWS > Turbot > Permissions > Compiled > Levels > @turbot/aws-cloudsearch
- AWS > Turbot > Permissions > Compiled > Service Permissions > @turbot/aws-cloudsearch
Release Notes
5.3.0 (2022-02-16)
What's new?
- Users can now create their own custom checks against resource attributes in the Approved control using the
Approved > Custom
policy. These custom checks would be a part of the evaluation of the Approved control. Custom messages can also be added which are then displayed in the control details table. See Custom Checks for more information.
Bug fixes
- We've improved the process of deleting resources from Turbot if their CMDB policy was set to
Enforce: Disabled
. The CMDB controls will now not look to resolve credentials via Turbot's IAM role while deleting resources from Turbot. This will allow the CMDB controls to process resource deletions from Turbot more reliably than before.
Policy Types
Added
- AWS > CloudSearch > Domain > Approved > Custom
5.2.1 (2020-12-17)
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.2.0 (2020-09-21)
What's new?
- CMDB data of a domain now contains information about access policies that control access to the domain's document and search endpoints under the
AccessPolicies
field.
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.1.0 (2020-09-01)
What's new?
- Discovery controls now have their own control category,
CMDB > Discovery
, to allow for easier filtering separately from other CMDB controls. - We've renamed the service's default regions policy from
Regions [Default]
toRegions
to be consistent with our other regions policies.
5.0.3 (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.0.2 (2020-07-06)
Bug fixes
- Updated various resource configurations to provide better compatibility with AWS China regions.