CI/CD Pipeline with GitHub Actions and AWS Elastic Beanstalk

Project Description

This project is a simple To-Do List application built with Node.js, Express.js, and HTML/CSS. The application is designed to be deployed on AWS Elastic Beanstalk, leveraging a CI/CD pipeline for seamless updates and maintenance.

Technologies Used

  • Node.js

  • GitHub Actions

  • CI/CD

  • AWS Elastic Beanstalk

Key Features

  • Automated Builds

  • Continuous Testing

  • CI/CD Workflow

  • AWS Deployment

Project Steps

Copy the folder locally and install dependencies

To get started with the project locally, you have to copy the folder, install dependencies and start the application.dependencies and start the application.

cd nodejs-app
npm install
npm start

Add AWS Credentials to GitHub Secrets

Go to your GitHub repository settings and navigate to "Secrets and variables" > "Actions", after that add the following secrets with your own credentials:

  • AWS_ACCESS_KEY_ID

  • AWS_SECRET_ACCESS_KEY

Create an Elastic Beanstalk Application

Log in to the AWS Management Console, navigate to Elastic Beanstalk and click on "Create a new application". Enter a name for your application, for this project the name is nodejs-app, and click "Create".

Create an Elastic Beanstalk Environment

After cloning the project, you need to create a zip version of that folder because it has to be uploaded when you configure the environment.

Follow these steps:

  1. After creating the application, click on "Create a new environment"

  2. Select "Web server environment"

  3. For platform choose "Node.js"

  4. For the environment name, you have to write the same name as it is in the script (nodejs-app-env)

  5. For "Application Code" choose "Upload your code" and upload the ZIP folder

  6. At the "Instances" section, you have to choose as the "Root volume" the "General Purpose 3"

  7. After you finish all the configurations, click "Create environment"

Deployment

Ensure you have configured your AWS credentials and created the necessary environment before deploying. Now you can commit and push changes to the main branch. GitHub Actions will automatically build, test, and deploy the application to AWS Elastic Beanstalk.

git add .
git commit -m "Your commit message"
git push origin main

Node.js To-Do List Application

This project is a simple To-Do List application built with Node.js, Express.js, and HTML/CSS. It allows users to add, view, and manage their tasks in a user-friendly interface.

#AWS #NodeJS #GitHub #DevOps #CI/CD #ElasticBeanstalk #WebDevelopment #JavaScript

0
Subscribe to my newsletter

Read articles from Georgiana Gorgan directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Georgiana Gorgan
Georgiana Gorgan

Originally from Romania 🏑, I have decided to come to Germany in 2022. After a period of travelling, making friends and learning the language, I made the decision to stay here. Currently I am following my passion for IT and I am continuously specialising in Cloud Engineering and Artificial Intelligence.πŸ‘©πŸ»β€πŸ’» I completed a year-long training course here in Germany, where I learned about AWS, Doker, DevOps, Terraform, 🐧Linux, Python and other cloud services and tools. During this time, I also worked as a tutor for my colleagues, explaining cloud concepts and building cloud solutions together.