You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The {+service+} Go SDK client simplifies interaction with the
109
+
The {+atlas-go-sdk+} client simplifies interaction with the
86
110
{+atlas-admin-api+} by providing pre-built functions and full |api|
87
111
endpoint coverage. The SDK provides platform-specific and GoLang
88
112
language-specific tools, libraries, and documentation to help build
@@ -104,22 +128,6 @@ Resources to manage |service| include:
104
128
JavaScript, TypeScript, Python, Java, C#, and Go.
105
129
106
130
To learn more, see `Deploy MongoDB Atlas with AWS CloudFormation <https://www.mongodb.com/developer/products/atlas/deploy-mongodb-atlas-aws-cloudformation/>`__.
107
-
108
-
{+atlas-cli+}
109
-
~~~~~~~~~~~~~
110
-
111
-
Enables you to manually or programmatically create, manage, and automate
112
-
tasks related to |service| resources from a unified command line tool.
113
-
114
-
To learn more, see the following resources:
115
-
116
-
- :ref:`Atlas CLI <atlascli>`
117
-
- :ref:`Quick Start <atlas-cli-quick-start>`
118
-
- :ref:`atlas-cli-ephemeral-cluster`
119
-
120
-
You can also use the {+atlas-cli+}
121
-
examples in the {+atlas-arch-center+} such as the :ref:`Org, Project,
122
-
and Cluster<arch-center-hierarchy>` examples to get started.
123
131
124
132
|ak8so|
125
133
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -148,9 +156,9 @@ development workflow, we recommend an :ref:`IaC tool <arch-center-iac>`
148
156
because they provide more robust options for infrastructure provisioning
149
157
and state management.
150
158
151
-
You can also use a combination of multiple tools. For example, use IaC
152
-
tool for provisioning and state management, and leverage the
153
-
{+atlas-admin-api+}, GoSDK, and {+atlas-cli+} for quick administrative
159
+
You can also use a combination of multiple tools. For example, use {+iac+}
160
+
tools for provisioning and state management, and leverage the
161
+
{+atlas-admin-api+}, {+atlas-go-sdk+}, and {+atlas-cli+} for quick administrative
154
162
tasks that are ephemeral in nature. The {+atlas-cli+} is great for
155
163
local development as well as integration into a suite of tests as part
156
164
of your CI/CD pipeline for application development because it improves
:alt: An image showing deployments grouped by environment.
@@ -247,42 +262,39 @@ To learn more about parsing billing data using tags, see
247
262
248
263
In a dedicated deployment ({+cluster+} size ``M10``\+), {+service+}
249
264
allocates resources exclusively. We recommend dedicated deployments
250
-
because they provide higher security and performance than shared
265
+
for production use cases because they provide higher security and performance than shared
251
266
clusters.
252
267
253
-
Use the following {+cluster+} size guide to select a {+cluster+} tier that ensures performance without over-provisioning. The {+cluster+} size guide also provides recommendations on which {+cluster+} tiers
254
-
are suitable for development and testing environments, and which are
255
-
suitable for staging and production environments.
256
-
257
-
The {+cluster+}
258
-
size guide uses "t-shirt sizing," a common analogy used in software
268
+
The following {+cluster+} size guide uses "t-shirt sizing," a common analogy used in software
259
269
development and infrastructure to describe capacity planning in a
260
-
simplified manner. You should consider t-shirt sizes as approximate
261
-
starting points. Sizing a {+cluster+} is an iterative process based on
270
+
simplified manner. Use t-shirt sizing recommendations only as approximate
271
+
starting points in your sizing analysis. Sizing a {+cluster+} is an iterative process based on
0 commit comments