Skip to content

Commit 8b26b6e

Browse files
authored
Reframes best practices as recommendations for headings (#22)
1 parent d79dc30 commit 8b26b6e

File tree

6 files changed

+29
-20
lines changed

6 files changed

+29
-20
lines changed

source/automation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ deployments. These tools offer you the flexibility to work with
2828
|service| through direct scripting, a Kubernetes-native workflow, or
2929
using Infrastructure as Code (IaC) resources.
3030

31-
{+service+} Features and Best Practices for Automation
32-
------------------------------------------------------
31+
{+service+} Features for Automation
32+
-----------------------------------
3333

3434
You can automate the management, provisioning, and configuration of
3535
|service| building blocks like database users and roles, |service|

source/hierarchy.txt

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.. contents:: On this page
1010
:local:
1111
:backlinks: none
12-
:depth: 1
12+
:depth: 2
1313
:class: onecol
1414

1515
Organizations, projects, and {+clusters+} are the building blocks
@@ -26,8 +26,11 @@ size for your organizations, projects, and {+clusters+}. This guidance
2626
helps you optimize your security and performance from the start while
2727
aligning with your enterprise's billing and access needs.
2828

29-
{+service+} Features and Best Practices for Hierarchy
30-
-----------------------------------------------------
29+
{+service+} Features and Recommendations for Hierarchy
30+
------------------------------------------------------
31+
32+
Features
33+
~~~~~~~~
3134

3235
You can use the following levels of hierarchy to define
3336
security settings and governance for your {+service+} enterprise estate:
@@ -63,13 +66,16 @@ security settings and governance for your {+service+} enterprise estate:
6366

6467
**DIAGRAM**
6568

66-
Suggested Org and Project Hierarchies
67-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69+
Recommendations
70+
~~~~~~~~~~~~~~~
71+
72+
Org and Project Hierarchies
73+
````````````````````````````
6874

6975
.. _project-hierarchy-1:
7076

71-
Suggested Hierarchy 1: Fewer Atlas Organizations
72-
````````````````````````````````````````````````
77+
Recommended Hierarchy 1: Fewer Atlas Organizations
78+
##################################################
7379

7480
Consider the following hierarchy for an example enterprise.
7581
This hierarchy, which creates fewer |service| organizations, might be useful if you have common teams and permissions across the business unit, and less than the raiseable limit of 250 projects per organization.
@@ -91,8 +97,8 @@ This hierarchy, which creates fewer |service| organizations, might be useful if
9197

9298
.. _project-hierarchy-2:
9399

94-
Suggested Hierarchy 2: More Atlas Organizations
95-
```````````````````````````````````````````````
100+
Recommended Hierarchy 2: More Atlas Organizations
101+
#################################################
96102

97103
Consider the following hierarchy for a different enterprise.
98104
This hierarchy creates a relatively large number of |service|
@@ -116,8 +122,8 @@ no paying organization in this hierarchy.
116122

117123
.. _deployment-hierarchy:
118124

119-
Suggested Deployment Hierarchy
120-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
125+
{+Cluster+} Hierarchy
126+
`````````````````````
121127

122128
To allow fine-grained access control, we recommend one deployment
123129
per |service| project.
@@ -144,9 +150,11 @@ DIAGRAM
144150
.. _arch-center-cluster-size-guide:
145151

146152
{+service+} {+Cluster+} Size Guide
147-
----------------------------------
153+
``````````````````````````````````
148154

149-
Use the following {+cluster+} size guide to select a {+cluster+} tier that ensures performance without over-provisioning.
155+
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
156+
are suitable for development and testing environments, and which are
157+
suitable for staging and production environments.
150158

151159
The {+cluster+}
152160
size guide uses "t-shirt sizing," a common analogy used in software
@@ -290,8 +298,8 @@ These examples also apply other recommended configurations, including:
290298

291299
- :ref:`atlas-projects-list`
292300

293-
Create One Deployment Per Project
294-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
301+
Create One {+Cluster+} Per Project
302+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
295303

296304
.. tabs::
297305

source/includes/examples/cli-example-create-clusters-devtest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--projectId 56fd11f25f23b33ef4c2a331 \
66
--region EASTERN_US \
77
--members 3 \
8-
--tier M30 \
8+
--tier M10 \
99
--provider GCP \
1010
--mdbVersion 8.0 \
1111
--diskSizeGB 30 \

source/includes/examples/tf-example-tfvars-devtest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
atlas_org_id = "32b6e34b3d91647abb20e7b8"
55
atlas_project_name = "Customer Portal - Dev"
66
environment = "dev"
7-
cluster_instance_size_name = "M30"
7+
cluster_instance_size_name = "M10"
88
cloud_provider = "AWS"
99
atlas_region = "US_WEST_2"
1010
mongodb_version = "8.0"

source/includes/shared-settings-clusters-devtest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- Backup disabled to conserve costs.
2-
- Cluster tier set to ``M30`` for a medium-sized application. Use the
2+
- Cluster tier set to ``M10`` for a dev/test environment. Use the
33
:ref:`cluster size guide <arch-center-cluster-size-guide>` to learn
44
the recommended cluster tier for your application size.
55

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The {+atlas-arch-center+}'s content aligns with the {+waf+} pillars:
2020
:width: 500px
2121
:align: center
2222

23+
|
2324

2425
- **Operational Efficiency**: Automation, monitoring, and observability
2526
that enhance efficiency.

0 commit comments

Comments
 (0)