feat(opensearchservice): add useLatestServiceSoftwareForBlueGreen support - #38499
Draft
Swathi-Karanth wants to merge 1 commit into
Draft
feat(opensearchservice): add useLatestServiceSoftwareForBlueGreen support#38499Swathi-Karanth wants to merge 1 commit into
Swathi-Karanth wants to merge 1 commit into
Conversation
Swathi-Karanth
temporarily deployed
to
automation
August 5, 2026 13:57 — with
GitHub Actions
Inactive
Swathi-Karanth
temporarily deployed
to
automation
August 5, 2026 13:57 — with
GitHub Actions
Inactive
Swathi-Karanth
temporarily deployed
to
automation
August 5, 2026 13:57 — with
GitHub Actions
Inactive
Contributor
|
👋 It looks like your PR description follows the template but is missing a valid issue number in the first section. PRs without a linked issue will receive lower priority for review and merging. Please update the description to include a reference like |
aws-cdk-automation
requested changes
Aug 5, 2026
aws-cdk-automation
left a comment
Collaborator
There was a problem hiding this comment.
The pull request linter fails with the following errors:
❌ Features must contain a change to an integration test file and the resulting snapshot.
If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.
Swathi-Karanth
temporarily deployed
to
automation
August 5, 2026 14:41 — with
GitHub Actions
Inactive
Swathi-Karanth
temporarily deployed
to
automation
August 5, 2026 14:41 — with
GitHub Actions
Inactive
…port in SoftwareUpdateOptions for OpenSearch
Swathi-Karanth
force-pushed
the
feat/opensearch-blue-green-software-update
branch
from
August 5, 2026 14:45
8ece8e4 to
181c3cc
Compare
Swathi-Karanth
temporarily deployed
to
automation
August 5, 2026 14:45 — with
GitHub Actions
Inactive
Swathi-Karanth
temporarily deployed
to
automation
August 5, 2026 14:46 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
Adds support for
UseLatestServiceSoftwareForBlueGreenin the OpenSearch domainSoftwareUpdateOptions, aligning the L2 construct with the service API.Reason for this change
The OpenSearch Service API supports
UseLatestServiceSoftwareForBlueGreeninSoftwareUpdateOptions, which allows domains to automatically use the latest available service software when a blue/green deployment is triggered. This property is already in the CloudFormation resource schema (AWS::OpenSearchService::Domain) but was missing from the CDK L2 construct.Description of changes
useLatestServiceSoftwareForBlueGreenoptional boolean prop toDomainPropssoftwareUpdateOptionssoftwareUpdateOptionscondition to render when eitherenableAutoSoftwareUpdateoruseLatestServiceSoftwareForBlueGreenis specifiedDescription of how you validated changes
Unit tests covering:
useLatestServiceSoftwareForBlueGreenset totrueuseLatestServiceSoftwareForBlueGreenset tofalseChecklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license