MultiCloud Classroom notes 06/Aug/2026

Generate ssh keys in local

ssh-keygen 

cd ~/.ssh/

Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----        06-08-2026     07:15            399 id_ed25519
-a----        06-08-2026     07:15             92 id_ed25519.pub
-a----        06-08-2026     07:24            843 known_hosts

  • we need import id_ed25519 file in aws keypair alt text

alt text

Install zay appllication:

sudo apt-get update && \
sudo apt install nginx unzip -y && \
cd /tmp/ && \
wget https://templatemo.com/tm-zip-files-2020/templatemo_559_zay_shop.zip && \
unzip templatemo_2_zay_shop.zip && \
cd  templatemo_559_zay_shop && \
sudo cp -rf . /var/www/html/ && \
sudo systemctl restart nginx.service && \
sudo systemctl enable nginx.service && \
sudo apt-get install stress -y

create AMI watch the class recording.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube