You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazon OpenSearch Serverless has been general available since January 2023. I would like the L2 constructs implemented to ease the usage of the service.
The main goal of L2 is to simplify creation of Collections.
Creating OpenSearch Serverless collection with L1 constructs requires creating multiple resources in a particular order: Collection, Encryption Policy, Network Policy and Security Config.
The L2 construct would allow a single api to manage all related resources for a collection.
There are other improvements around the different policy resources. CDK construct should allow to validate policies at compile time.
API bar raiser assigned (ping us at #aws-cdk-rfcs if needed)
Kick off meeting
RFC pull request submitted (label: status/review)
Community reach out (via Slack and/or Twitter)
API signed-off (label api-approved applied to pull request)
Final comments period (label: status/final-comments-period)
Approved and merged (label: status/approved)
Execution plan submitted (label: status/planning)
Plan approved and merged (label: status/implementing)
Implementation complete (label: status/done)
Author is responsible to progress the RFC according to this checklist, and
apply the relevant labels to this issue so that the RFC table in README gets
updated.
The text was updated successfully, but these errors were encountered:
Closing this ticket. We believe the functionality is beneficial, but does not intersect with the core framework and should be vended and maintained separately.
Is AWS CDK then moving away from vending L2 constructs? Or is this just the wrong folder for requesting this L2 construct?
We are refocusing the RFC repo on core framework changes, which explicit doesn't include new L2s. You may still open feature requests in the main repo aws/aws-cdk. However the AWS CDK team prioritizes new L2s based on a number of criteria and you can see our current focus area in the quarterly updated ROADMAP.
For any L2s that are not currently on the roadmap we encourage the community to publish and vend them as separate packages.
tl;dr Closing this RFC doesn't change anything, but it clears up the possible confusion that the CDK team is actively working on this.
Description
Amazon OpenSearch Serverless has been general available since January 2023. I would like the L2 constructs implemented to ease the usage of the service.
The main goal of L2 is to simplify creation of Collections.
Creating OpenSearch Serverless collection with L1 constructs requires creating multiple resources in a particular order: Collection, Encryption Policy, Network Policy and Security Config.
The L2 construct would allow a single api to manage all related resources for a collection.
There are other improvements around the different policy resources. CDK construct should allow to validate policies at compile time.
Roles
Workflow
status/proposed
)status/review
)api-approved
applied to pull request)status/final-comments-period
)status/approved
)status/planning
)status/implementing
)status/done
)The text was updated successfully, but these errors were encountered: