-
Notifications
You must be signed in to change notification settings - Fork 42
(DOCSP-53418) MongoDB::Atlas::FlexCluster README initial draft #1440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
9396430
4d86685
888cf32
8e406c0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,17 +2,21 @@ | |||||
|
|
||||||
| ## Description | ||||||
|
|
||||||
| Resource for managing [Flex Clusters](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-flex-clusters). | ||||||
| The flex cluster resource provides access to your [Flex Clusters](https://www.mongodb.com/docs/api/doc/atlas-admin-api-v2/group/endpoint-flex-clusters) 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). | ||||||
|
|
||||||
| *Note:* Upgrades to or from flex clusters are currently unavailable. We expect to support upgrades to or from flex clusters in the forseeable future. | ||||||
|
||||||
| *Note:* Upgrades to or from flex clusters are currently unavailable. We expect to support upgrades to or from flex clusters in the forseeable future. | |
| *Note:* Upgrades to or from flex clusters are currently unavailable. We expect to support upgrades to or from flex clusters in the foreseeable future. |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,18 @@ | ||||||
| # How to create a MongoDB::Atlas::FlexCluster | ||||||
|
|
||||||
| ## Step 1: Activate the cluster resource in cloudformation | ||||||
| Step a: Create Role using [execution-role.yaml](https://github.com/mongodb/mongodbatlas-cloudformation-resources/blob/master/examples/execution-role.yaml) in CFN resources folder. | ||||||
|
|
||||||
| Step b: Search for Mongodb::Atlas::FlexCluster resource. | ||||||
|
||||||
| Step b: Search for Mongodb::Atlas::FlexCluster resource. | |
| Step b: Search for MongoDB::Atlas::FlexCluster resource. |
Copilot
AI
Sep 12, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider using 'ClusterName' or 'Cluster Name' for consistency with typical naming conventions.
| 3. Clustername | |
| 3. ClusterName |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use a branch in the repo instead of your personal GH org