From 451dbaf8af23746b0031bf903c61db479c1d9dcd Mon Sep 17 00:00:00 2001 From: antellezr-mdb Date: Wed, 10 Sep 2025 18:01:10 -0600 Subject: [PATCH 1/3] (DOCSP-53435) Update flex-cluster README --- src/l1-resources/flex-cluster/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/l1-resources/flex-cluster/README.md b/src/l1-resources/flex-cluster/README.md index 84a64fb2..0b067cba 100644 --- a/src/l1-resources/flex-cluster/README.md +++ b/src/l1-resources/flex-cluster/README.md @@ -9,7 +9,7 @@ The official [MongoDB Atlas](https://www.mongodb.com/) AWS CDK resource for Node ## Description -The flex cluster resource provides access to your flex cluster configurations. The resource lets you create, edit and delete flex clusters. For more information, see [The MongoDB Atlas Flex Tier](https://www.mongodb.com/company/blog/product-release-announcements/dynamic-workloads-predictable-costs-mongodb-atlas-flex-tier). +The flex cluster resource provides access to your flex cluster configurations and enable you to create, edit, and delete flex clusters. For more information, see [The MongoDB Atlas Flex Tier](https://www.mongodb.com/company/blog/product-release-announcements/dynamic-workloads-predictable-costs-mongodb-atlas-flex-tier). ## MongoDB Atlas API Docs @@ -17,7 +17,7 @@ For more information about the API refer to: [API Endpoints](https://www.mongodb ## Usage -In order to use this library, you will need to activate this AWS CloudFormation Registry type in your account. You can do this via the AWS Management Console or using the [AWS CLI](https://aws.amazon.com/cli/) using the following command: +In order to use this library, you must activate the following AWS CloudFormation Registry type in your account. You can do this via the AWS Management Console or through the [AWS CLI](https://aws.amazon.com/cli/) using the following command: ```sh aws cloudformation activate-type \ @@ -59,6 +59,8 @@ const flexClusterRes = new CfnFlexCluster(this, 'FlexClusterResource', { }); ``` +*Note:* Upgrades to or from flex clusters are currently unavailable. We expect to support upgrades to or from flex clusters in the forseeable future. + ## Feedback This library is auto-generated and published to all supported programming languages by the [cdklabs/cdk-cloudformation] project based on the API schema published for `MongoDB::Atlas::FlexCluster`. From ee2393df7d65c112f731ffee2fe9a18e7c4c94ec Mon Sep 17 00:00:00 2001 From: antellezr-mdb Date: Thu, 11 Sep 2025 12:09:03 -0600 Subject: [PATCH 2/3] (DOCSP-53435) Add recommendation to use the CfnCluster resource --- src/l1-resources/flex-cluster/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/l1-resources/flex-cluster/README.md b/src/l1-resources/flex-cluster/README.md index 0b067cba..8bd6ee4e 100644 --- a/src/l1-resources/flex-cluster/README.md +++ b/src/l1-resources/flex-cluster/README.md @@ -9,7 +9,9 @@ The official [MongoDB Atlas](https://www.mongodb.com/) AWS CDK resource for Node ## Description -The flex cluster resource provides access to your flex cluster configurations and enable you to create, edit, and delete flex clusters. For more information, see [The MongoDB Atlas Flex Tier](https://www.mongodb.com/company/blog/product-release-announcements/dynamic-workloads-predictable-costs-mongodb-atlas-flex-tier). +The flex cluster resource provides access to your flex cluster configurations and enables you to create, edit, and delete flex clusters. For more information, see [The MongoDB Atlas Flex Tier](https://www.mongodb.com/company/blog/product-release-announcements/dynamic-workloads-predictable-costs-mongodb-atlas-flex-tier). + +*Important:* Use the `CfnCluster` resource instead of the `CfnFlexCluster` resource to create and manage flex clusters. `CfnCluster` supports flex clusters and future upgrades will only be available through this resource. For more information, see [`CfnCluster` README](src/l1-resources/cluster/README.md). ## MongoDB Atlas API Docs From c158f2f4ef325bb4d975466320eeb01aa6739ea2 Mon Sep 17 00:00:00 2001 From: antellezr-mdb Date: Fri, 12 Sep 2025 08:35:29 -0600 Subject: [PATCH 3/3] Update src/l1-resources/flex-cluster/README.md Co-authored-by: Leo Antoli <430982+lantoli@users.noreply.github.com> --- src/l1-resources/flex-cluster/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/l1-resources/flex-cluster/README.md b/src/l1-resources/flex-cluster/README.md index 8bd6ee4e..f06f2544 100644 --- a/src/l1-resources/flex-cluster/README.md +++ b/src/l1-resources/flex-cluster/README.md @@ -11,7 +11,7 @@ The official [MongoDB Atlas](https://www.mongodb.com/) AWS CDK resource for Node The flex cluster resource provides access to your flex cluster configurations and enables you to create, edit, and delete flex clusters. For more information, see [The MongoDB Atlas Flex Tier](https://www.mongodb.com/company/blog/product-release-announcements/dynamic-workloads-predictable-costs-mongodb-atlas-flex-tier). -*Important:* Use the `CfnCluster` resource instead of the `CfnFlexCluster` resource to create and manage flex clusters. `CfnCluster` supports flex clusters and future upgrades will only be available through this resource. For more information, see [`CfnCluster` README](src/l1-resources/cluster/README.md). +*Important:* Use the `CfnCluster` resource instead of the `CfnFlexCluster` resource to create and manage flex clusters. `CfnCluster` supports flex clusters and future upgrades will only be available through this resource. For more information, see [`CfnCluster` README](../cluster/README.md). ## MongoDB Atlas API Docs