Skip to content

Commit 451dbaf

Browse files
committed
(DOCSP-53435) Update flex-cluster README
1 parent aed9178 commit 451dbaf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/l1-resources/flex-cluster/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ The official [MongoDB Atlas](https://www.mongodb.com/) AWS CDK resource for Node
99

1010
## Description
1111

12-
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).
12+
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).
1313

1414
## MongoDB Atlas API Docs
1515

1616
For more information about the API refer to: [API Endpoints](https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Flex-Clusters)
1717

1818
## Usage
1919

20-
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:
20+
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:
2121

2222
```sh
2323
aws cloudformation activate-type \
@@ -59,6 +59,8 @@ const flexClusterRes = new CfnFlexCluster(this, 'FlexClusterResource', {
5959
});
6060
```
6161

62+
*Note:* Upgrades to or from flex clusters are currently unavailable. We expect to support upgrades to or from flex clusters in the forseeable future.
63+
6264
## Feedback
6365

6466
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`.

0 commit comments

Comments
 (0)