@@ -156,8 +156,8 @@ Follow These Steps
156
156
enabled=1
157
157
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
158
158
159
- .. tab:: Amazon Linux
160
- :tabid: amazon
159
+ .. tab:: Amazon Linux 2
160
+ :tabid: amazon2
161
161
162
162
.. code-block:: text
163
163
:emphasize-lines: 1
@@ -169,6 +169,19 @@ Follow These Steps
169
169
enabled=1
170
170
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
171
171
172
+ .. tab:: Amazon Linux 2023
173
+ :tabid: amazon2023
174
+
175
+ .. code-block:: text
176
+ :emphasize-lines: 1
177
+
178
+ [mongodb-org-{+mdbVersion+}]
179
+ name=MongoDB Repository
180
+ baseurl=https://repo.mongodb.org/yum/amazon/2023/mongodb-org/{+mdbVersion+}/x86_64/
181
+ gpgcheck=1
182
+ enabled=1
183
+ gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
184
+
172
185
.. tab:: MongoDB Enterprise Edition
173
186
:tabid: mdb-ent
174
187
@@ -193,8 +206,8 @@ Follow These Steps
193
206
enabled=1
194
207
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
195
208
196
- .. tab:: Amazon Linux
197
- :tabid: amazon
209
+ .. tab:: Amazon Linux 2
210
+ :tabid: amazon2
198
211
199
212
.. code-block:: text
200
213
:emphasize-lines: 1
@@ -206,6 +219,19 @@ Follow These Steps
206
219
enabled=1
207
220
gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
208
221
222
+ .. tab:: Amazon Linux 2023
223
+ :tabid: amazon2023
224
+
225
+ .. code-block:: text
226
+ :emphasize-lines: 1
227
+
228
+ [mongodb-enterprise-{+mdbVersion+}]
229
+ name=MongoDB Enterprise Repository
230
+ baseurl=https://repo.mongodb.com/yum/amazon/2023/mongodb-enterprise/{+mdbVersion+}/$basearch/
231
+ gpgcheck=1
232
+ enabled=1
233
+ gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
234
+
209
235
.. step:: Install the {+atlas-cli+} and {+mongosh+}.
210
236
211
237
Invoke the following ``yum`` command to install both the
0 commit comments