@@ -46,16 +46,55 @@ Configure an |service| Cluster
46
46
Use the :ref:`mongocli-atlas-quickstart` command to create an ``M0``
47
47
cluster in |service|. ``M0`` clusters have some operational :ref:`limitations <atlas-free-tier>`.
48
48
49
- You can run this command in two ways:
50
-
51
- - Interactive mode - the command prompts you for the cluster settings
52
- and provides default values.
53
- - Noninteractive mode - you run the command with the options.
49
+ You can run this command in the following ways:
50
+
51
+ - **Default Settings Mode** - the command creates a sample shared
52
+ cluster with the default settings.
53
+ - **Interactive mode** - the command prompts you for the cluster
54
+ settings and provides default values.
55
+ - **Noninteractive mode** - you run the command with the options.
54
56
55
57
Click the tab to see the command for your preferred mode.
56
58
57
59
.. tabs::
58
60
61
+ .. tab:: Default Settings Mode
62
+ :tabid: default
63
+
64
+ The command creates a sample shared-tier cluster with the
65
+ following default settings:
66
+
67
+ - ClusterName: ``Quickstart-<number>``
68
+ - Cloud Provider: ``AWS``
69
+ - Tier: ``M0``
70
+ - Region: ``US_EAST_1``
71
+ - Sample Data: ``No``
72
+ - Database Username: ``Quickstart-<number>``
73
+ - Database Password: ``abcdef12345``
74
+ - MongoShell: ``No``
75
+
76
+ .. note::
77
+
78
+ The password is a random autogenerated value. ``abcdef12345``
79
+ is an example value.
80
+
81
+ .. io-code-block::
82
+
83
+ .. input::
84
+ :language: sh
85
+
86
+ mongocli atlas quickstart --default --force
87
+
88
+ .. output::
89
+ :language: sh
90
+
91
+ We are deploying Quickstart-9876543...
92
+ Creating your cluster... [Its safe to 'Ctrl + C']
93
+
94
+ Loading sample data into your cluster... [Its safe to 'Ctrl + C']
95
+
96
+ Now you can connect to your Atlas cluster with: mongosh -u Quickstart-9876543 -p abcdef12345 mongodb+srv://quickstart-9876543.example.mongodb.net
97
+
59
98
.. tab:: Interactive Mode
60
99
:tabid: interactive
61
100
0 commit comments