@@ -156,8 +156,8 @@ Follow These Steps
156156 enabled=1
157157 gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
158158
159- .. tab:: Amazon Linux
160- :tabid: amazon
159+ .. tab:: Amazon Linux 2
160+ :tabid: amazon2
161161
162162 .. code-block:: text
163163 :emphasize-lines: 1
@@ -169,6 +169,19 @@ Follow These Steps
169169 enabled=1
170170 gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
171171
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+
172185 .. tab:: MongoDB Enterprise Edition
173186 :tabid: mdb-ent
174187
@@ -193,8 +206,8 @@ Follow These Steps
193206 enabled=1
194207 gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
195208
196- .. tab:: Amazon Linux
197- :tabid: amazon
209+ .. tab:: Amazon Linux 2
210+ :tabid: amazon2
198211
199212 .. code-block:: text
200213 :emphasize-lines: 1
@@ -206,6 +219,19 @@ Follow These Steps
206219 enabled=1
207220 gpgkey=https://pgp.mongodb.com/server-{+mdbVersion+}.asc
208221
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+
209235 .. step:: Install the {+atlas-cli+} and {+mongosh+}.
210236
211237 Invoke the following ``yum`` command to install both the
0 commit comments