Skip to content

Commit ae6a811

Browse files
authored
(DOCSP-17435) Documents the default quickstart settings for mongocli atlas (#784) (#791)
* (DOCSP-17435) Documents the default quickstart settings for mongocli atlas * Includes changes from tech review
1 parent 57eea0c commit ae6a811

File tree

1 file changed

+44
-5
lines changed

1 file changed

+44
-5
lines changed

source/quick-start/atlas.txt

Lines changed: 44 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,55 @@ Configure an |service| Cluster
4545
Use the :ref:`mongocli-atlas-quickstart` command to create an ``M0``
4646
cluster 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

5456
Click 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

Comments
 (0)