@@ -45,16 +45,55 @@ Configure an |service| Cluster
4545Use the :ref:`mongocli-atlas-quickstart` command to create an ``M0``
4646cluster in |service|.
4747
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.
5355
5456Click the tab to see the command for your preferred mode.
5557
5658.. tabs::
5759
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+
5897 .. tab:: Interactive Mode
5998 :tabid: interactive
6099
0 commit comments