-
Notifications
You must be signed in to change notification settings - Fork 39
doc: Enhances README with additional MongoDB Atlas and AWS CloudFormation documentation links and resource support details #1313
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 4 commits
8974f47
12730bb
a473330
0ba4abc
47331d6
3eb97e4
a86cd5d
a147282
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,13 +2,12 @@ | |||||
| [](https://github.com/mongodb/mongodbatlas-cloudformation-resources/actions/workflows/code-health.yaml) | ||||||
| [](https://github.com/mongodb/mongodbatlas-cloudformation-resources/actions/workflows/contract-testing.yaml) | ||||||
|
|
||||||
| Use AWS CloudFormation to manage [MongoDB Atlas](https://www.mongodb.com/cloud/atlas). | ||||||
|
|
||||||
| Partner Solutions (formally AWS Quick Starts) are automated reference deployments built by Amazon Web Services (AWS) solutions architects and AWS Partners. Partner Solutions help you deploy popular technologies to AWS according to AWS best practices. The quickest way to get started is to launch the official [MongoDB Atlas on AWS](https://aws.amazon.com/quickstart/architecture/mongodb-atlas/) Partner Solution Deployment directly from the AWS Management Console. | ||||||
EspenAlbert marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
| Use [AWS CloudFormation](https://aws.amazon.com/cloudformation/) to manage [MongoDB Atlas](https://www.mongodb.com/cloud/atlas). See our [documentation](https://www.mongodb.com/products/integrations/aws-cloudformation) for quick starts and common questions. For a list of supported resources, see [here](cfn-resources/README.md). | ||||||
|
|
||||||
| ## Getting Started | ||||||
| ### MongoDB Atlas CloudFormation | ||||||
| See the [`cfn` examples](examples/README.md) to setup prerequisites and get started with your first cluster using our sample CloudFormation Stack templates. | ||||||
|
|
||||||
| See the [`cfn` examples](examples/README.md) to setup prerequisites and get started with your first cluster using our sample CloudFormation Stack templates. For all examples, first enable resources in the [AWS Cloudformation Third Party registry](https://console.aws.amazon.com/cloudformation/home#/registry/public-extensions?visibility=PUBLIC&type=RESOURCE&category=THIRD_PARTY) (select "Third party" as `Provider` and search by "MongoDB::Atlas"). | ||||||
|
|
||||||
| ### MongoDB Atlas AWS CDK | ||||||
| See the [cdk examples](https://github.com/mongodb/awscdk-resources-mongodbatlas/blob/main/examples/README.md) to setup prerequisites and get started with your first cluster using our AWS CDK sample code. | ||||||
|
|
@@ -29,6 +28,10 @@ Feature requests can be submitted at [feedback.mongodb.com](https://feedback.mon | |||||
|
|
||||||
| Support for the MongoDB Atlas Resource Provider for CloudFormation is provided under MongoDB Atlas support plans, starting with Developer. Please submit support questions within the Atlas UI. In addition, support questions submitted under the Issues section of this repo are also being monitored. Bugs should be filed under the Issues section of this repo. | ||||||
EspenAlbert marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||||||
|
|
||||||
| **Please note**: | ||||||
| - We **only** support resources enabled in the [AWS Cloudformation Third Party registry](https://console.aws.amazon.com/cloudformation/home#/registry/public-extensions?visibility=PUBLIC&type=RESOURCE&category=THIRD_PARTY) (select "Third party" as `Provider` and search by "MongoDB::Atlas"). | ||||||
|
||||||
| - We **only** support resources enabled in the [AWS Cloudformation Third Party registry](https://console.aws.amazon.com/cloudformation/home#/registry/public-extensions?visibility=PUBLIC&type=RESOURCE&category=THIRD_PARTY) (select "Third party" as `Provider` and search by "MongoDB::Atlas"). | |
| - In order to ensure the highest quality experience and support, we only support resources enabled via the [AWS Cloudformation Third Party registry](https://console.aws.amazon.com/cloudformation/home#/registry/public-extensions?visibility=PUBLIC&type=RESOURCE&category=THIRD_PARTY) (select "Third party" as `Provider` and search by "MongoDB::Atlas"). Any usage outside of this workflow is not supported or recommended. |
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.
Also in reading over the rest of the README - I think we need a header (double #) on "Enabling" that further reiterates where to enable the resources, i.e. the 3rd party registry. And also to do so in each acct/region needed. We only have this in troubleshooting but a header on Enabling hopefully will keep them out of troubleshooting. We might also want to include an "Upgrade" header?
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.
Changed in a86cd5d to refer to our existing Activate the MongoDB Atlas CloudFormation public extensions which is more complete. WDYT?
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.
Regarding Upgrade, I added a new guide here: a147282
Uh oh!
There was an error while loading. Please reload this page.