Mongod install on Amazon linux 2023

Greetings Community members,

Will greatly appreciate if someone can assist with the error that i am facing after installing mongod.

Followed all the steps from this guide.

Shell output

sudo yum install -y mongodb-org-7.0.6 mongodb-org-database-7.0.6 mongodb-org-server-7.0.6 mongodb-mongosh-7.0.6 mongodb-org-mongos-7.0.6 mongodb-org-tools-7.0.6
Last metadata expiration check: 0:20:35 ago on Thu Mar 7 20:32:16 2024.
No match for argument: mongodb-mongosh-7.0.6
Error: Unable to find a match: mongodb-mongosh-7.0.6

This works
sudo yum install -y mongodb-org
Installed:
cyrus-sasl-2.1.27-18.amzn2023.0.3.x86_64 cyrus-sasl-gssapi-2.1.27-18.amzn2023.0.3.x86_64 mongodb-database-tools-100.9.4-1.x86_64
mongodb-mongosh-2.1.5-1.el8.x86_64 mongodb-org-7.0.6-1.amzn2023.x86_64 mongodb-org-database-7.0.6-1.amzn2023.x86_64
mongodb-org-database-tools-extra-7.0.6-1.amzn2023.x86_64 mongodb-org-mongos-7.0.6-1.amzn2023.x86_64 mongodb-org-server-7.0.6-1.amzn2023.x86_64
mongodb-org-tools-7.0.6-1.amzn2023.x86_64

Complete!

sudo systemctl start mongod
sudo systemctl status mongod
● mongod.service - MongoDB Database Server
Loaded: loaded (/usr/lib/systemd/system/mongod.service; enabled; preset: disabled)
Active: active (running) since Thu 2024-03-07 20:33:31 UTC; 21min ago
Docs: https://docs.mongodb.org/manual
Main PID: 1933 (mongod)
Memory: 258.7M
CPU: 7.526s
CGroup: /system.slice/mongod.service
└─1933 /usr/bin/mongod -f /etc/mongod.conf

Mar 07 20:33:31 ip-172-31-22-214.us-west-2.compute.internal systemd[1]: Started mongod.service - MongoDB Database Server.
Mar 07 20:33:32 ip-172-31-22-214.us-west-2.compute.internal mongod[1933]: {“t”:{“$date”:“2024-03-07T20:33:32.489Z”},“s”:“I”, “c”:“CONTROL”, “id”:7484500, >
[ec2-user@ip-172-31-22-214 ~]$ mongosh
mongosh: OpenSSL configuration error:
00588182597F0000:error:030000A9:digital envelope routines:alg_module_init:unknown option:…/deps/openssl/openssl/crypto/evp/evp_cnf.c:61:name=rh-allow-sha1-signatures, value=yes

What should i do to resolve the mongosh issue.