Tag Archives: aws

How to set up a CI/CD Pipeline on AWS for a Node.js Express.js Project

Learn CI/CD

125 Views -To automate the deployment of your Node.js Express.js project from AWS CodeCommit to an EC2 instance running Nginx, you can follow these steps: Preparing your EC2 instance Launch an EC2 instance with the desired configuration, such as the appropriate instance type, security group, and key pair. Install Nginx on the EC2 instance. You …