APAnand Parmarinanandparmar.hashnode.dev·Nov 10, 2023 · 1 min readAdd SSL to nginxsudo apt install certbot python3-certbot-nginx sudo ufw status sudo ufw enable sudo ufw status sudo ufw allow 'Nginx Full' sudo ufw delete allow 'Nginx HTTP' sudo certbot --nginx -d example.com -d www.example.com sudo systemctl status certbot.timer s...00
APAnand Parmarinanandparmar.hashnode.dev·May 14, 2023 · 4 min readNextJS Setup CI/CD using Github Action & AWS CodedeployCreate IAM Role Create Role for EC2 Click on Create Role Select EC2 Click Next Add AmazonS3ReadOnlyAccess Permissions Enter RoleName\=MyEC2Role Create Role for Codedeploy Click on Create Role Click on next Click next RoleName:- M...00
APAnand Parmarinanandparmar.hashnode.dev·Apr 22, 2023 · 2 min readDeploy NestJS app to AWS1) First setup Nginx on Ubuntu https://anandparmar.hashnode.dev/install-nginx-in-aws-ubuntu-2004 2) Install Node in Server First install Node Version Manager curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash export...00
APAnand Parmarinanandparmar.hashnode.dev·Apr 22, 2023 · 1 min readInstall Nginx in AWS Ubuntu 20.04Click on Launch Instances Add Server Details Enter Server name Select OS Image here we select Ubuntu 22.04 Create a key pair file this will be used for SSH login Configure network setting Select create security group if you have existin...00