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