aws / aws-cdk-rfcs

RFCs for the AWS CDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon OpenSearch Serverless L2 Construct

cprakasu opened this issue · comments

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

Role User
Proposed by @cprakasu
Author(s) @cprakasu
API Bar Raiser
Stakeholders @alias, @alias, @alias

See RFC Process for details

Workflow

  • Tracking issue created (label: status/proposed)
  • 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.