Skip to content

Commit 7118a06

Browse files
authored
(DOCSP-44331) Removes multi-cloud page and autoscaling from examples per strawman group (#9)
1 parent f4522ed commit 7118a06

10 files changed

+35
-162
lines changed

source/cost-optimization.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
=================
25
Cost Optimization
36
=================

source/getting-started.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
=========================================================
25
Getting Started with the {+atlas-arch-center+}
36
=========================================================

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

Lines changed: 12 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -5,110 +5,39 @@
55
"clusterType": "REPLICASET",
66
"links": [],
77
"name": "CustomerPortalProd",
8+
"mongoDBMajorVersion": "8.0",
89
"replicationSpecs": [
910
{
1011
"numShards": 1,
1112
"regionConfigs": [
1213
{
13-
"analyticsAutoScaling": {
14-
"autoIndexing": {
15-
"enabled": false
16-
},
17-
"compute": {
18-
"enabled": true,
19-
"maxInstanceSize": "M40",
20-
"minInstanceSize": "M30",
21-
"scaleDownEnabled": true
22-
},
23-
"diskGB": {
24-
"enabled": true
25-
}
26-
},
27-
"analyticsSpecs": {
28-
"instanceSize": "M30",
29-
"nodeCount": 0
30-
},
31-
"autoScaling": {
32-
"autoIndexing": {
33-
"enabled": false
34-
},
35-
"compute": {
36-
"enabled": true,
37-
"maxInstanceSize": "M40",
38-
"minInstanceSize": "M30",
39-
"scaleDownEnabled": true
40-
},
41-
"diskGB": {
42-
"enabled": true
43-
}
44-
},
4514
"electableSpecs": {
4615
"instanceSize": "M30",
4716
"nodeCount": 3
4817
},
49-
"hiddenSecondarySpecs": {
50-
"instanceSize": "M30",
51-
"nodeCount": 0
52-
},
5318
"priority": 7,
54-
"providerName": "AWS",
55-
"readOnlySpecs": {
56-
"instanceSize": "M30",
57-
"nodeCount": 0
58-
},
59-
"regionName": "US_EAST_1"
60-
},
61-
{
62-
"analyticsAutoScaling": {
63-
"autoIndexing": {
64-
"enabled": false
65-
},
66-
"compute": {
67-
"enabled": true,
68-
"maxInstanceSize": "M40",
69-
"minInstanceSize": "M30",
70-
"scaleDownEnabled": true
71-
},
72-
"diskGB": {
73-
"enabled": true
74-
}
75-
},
19+
"providerName": "GCP",
20+
"regionName": "EASTERN_US",
7621
"analyticsSpecs": {
77-
"instanceSize": "M30",
78-
"nodeCount": 0
22+
"nodeCount": 0,
23+
"instanceSize": "M30"
7924
},
8025
"autoScaling": {
81-
"autoIndexing": {
82-
"enabled": false
83-
},
8426
"compute": {
85-
"enabled": true,
86-
"maxInstanceSize": "M40",
87-
"minInstanceSize": "M30",
88-
"scaleDownEnabled": true
27+
"enabled": false,
28+
"scaleDownEnabled": false
8929
},
9030
"diskGB": {
91-
"enabled": true
31+
"enabled": false
9232
}
9333
},
94-
"electableSpecs": {
95-
"instanceSize": "M30",
96-
"nodeCount": 2
97-
},
98-
"hiddenSecondarySpecs": {
99-
"instanceSize": "M30",
100-
"nodeCount": 0
101-
},
102-
"priority": 6,
103-
"providerName": "GCP",
10434
"readOnlySpecs": {
105-
"instanceSize": "M30",
106-
"nodeCount": 0
107-
},
108-
"regionName": "EASTERN_US"
35+
"nodeCount": 0,
36+
"instanceSize": "M30"
37+
}
10938
}
11039
],
11140
"zoneName": "Zone 1"
11241
}
11342
]
114-
}
43+
}

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
- Backup and autoscaling disabled to conserve costs.
2-
- Termination protection disabled. We recommend terminating clusters
3-
after seven days of inactivity to conserve costs.
4-
- Cluster tier set to ``M30`` for a medium size application. Use the
1+
- Backup disabled to conserve costs.
2+
- Cluster tier set to ``M30`` for a medium-sized application. Use the
53
:ref:`cluster size guide <arch-center-cluster-size-guide>` to learn
64
the recommended cluster tier for your application size.
75

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
- :ref:`{+Cluster+} autoscaling <arch-center-scalability>` enabled.
2-
- Cluster tier set to ``M30`` for a medium size application. Use the
1+
- Cluster tier set to ``M30`` for a medium-sized application. Use the
32
:ref:`cluster size guide <arch-center-cluster-size-guide>` to learn
43
the recommended cluster tier for your application size.
54

source/multi-cloud-multi-region.txt

Lines changed: 0 additions & 68 deletions
This file was deleted.

source/operational-efficiency.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
======================
25
Operational Efficiency
36
======================

source/performance.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
===========
25
Performance
36
===========
47

58
.. default-domain:: mongodb
69

7-
Use the following resources to learn about performance in {+service+}:
8-
9-
- :ref:`Scalability <arch-center-scalability>`
10-
- :ref:`Multi-Cloud and Multi-Region Deployments <arch-center-multi-cloud-region>`
10+
Use the :ref:`Scalability <arch-center-scalability>` resource to learn
11+
about performance in {+service+}.
1112

1213
.. toctree::
1314
:titlesonly:
1415

1516
Scalability </scalability>
16-
Multi-Cloud and Multi-Region </multi-cloud-multi-region>

source/reliability.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
===========
25
Reliability
36
===========

source/security.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
========
25
Security
36
========

0 commit comments

Comments
 (0)