π‘οΈ AWS OpenSearch Domain latest Service Software Update is not installedπ’
- Contextual name: π‘οΈ Domain latest Service Software Update is not installedπ’
- ID:
/ce/ca/aws/opensearch/domain-software-update - Tags:
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
RELIABILITY
Logicβ
- π§ prod.logic.yamlπ’
Similar Policiesβ
- AWS Security Hub: [Opensearch.10] OpenSearch domains should have the latest software update installed
Descriptionβ
Descriptionβ
This policy identifies AWS OpenSearch Service domains for which a newer compatible service software version is available but has not yet been installed.
Service software updates are released and managed by AWS. These updates can include security patches, reliability fixes, operational improvements, and performance enhancements for the managed OpenSearch platform.
Rationaleβ
Keeping OpenSearch service software current helps reduce exposure to known service-side defects and ensures domains benefit from the latest improvements delivered by AWS. Applying updates in a controlled manner also gives teams better change-management control than waiting for a later forced or automated rollout.
Impactβ
Starting a service software update causes the domain to enter a processing state while the update is being deployed. Plan the change during an approved maintenance window and validate domain health, application connectivity, and cluster behavior before and after the update.
Auditβ
This policy flags an AWS OpenSearch Domain as
INCOMPLIANTif theService Software: Update Availablefield is set to true.... see more
Remediationβ
Remediationβ
Install the Latest Service Software Updateβ
Before starting the update:
- confirm the domain is healthy and no conflicting configuration changes are in progress;
- schedule the change during a low-traffic maintenance window;
- notify application owners if the domain supports production workloads.
From AWS CLIβ
Use the following command to start the service software update immediately:
aws opensearch start-service-software-update \
--domain-name {{domain-name}} \
--schedule-at NOWMonitor the domain until the update completes and CloudAware no longer reports
Service Software: Update Availableas true.If the request fails because the selected time slot is not available, review the alternate scheduling information returned by AWS and resubmit the update for an available window.