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
Install zay appllication:
- template download : https://templatemo.com/tm-559-zay-shop#google_vignette
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
