AWS Two tier Application

This project is based on Flask. The flask server is deployed in the (Amazon EC2) the flask serves the HTML form, and when the user enters the data in the form the data will be stored inside Amazon RDS(Database) 🔗 GitHub Table of Contents Features Installation Usage Dependencies Contributing Features User Input Form: Users can submit their name, favorite quote, and advice through a form. Database Integration: Data submitted by users is stored in a PostgreSQL database hosted on Amazon RDS....

2 min · Achanandhi M

Web Application CI/CD Automation with Jenkins, Git, and Docker

This project demonstrates how to automate the deployment pipeline of a web application using Jenkins, Git, and Docker. The final Docker image is uploaded to an Amazon EC2 instance for deployment. 🔗 GitHub Table of Contents Overview Prerequisites Setup Jenkins Configuration Git Repository Setup Docker Image Creation Continuous Integration/Continuous Deployment (CI/CD) Deploying to Amazon EC2 Contributing License Overview In this project, we aim to automate the deployment process of a web application....

2 min · Achanandhi M

CI/CD Pipeline for Web Application with Elastic Beanstalk

This repository contains the source code and configuration for a simple web application and a Continuous Integration / Continuous Deployment (CI/CD) pipeline using AWS services, including AWS CodePipeline, AWS CodeBuild, and AWS Elastic Beanstalk. 🔗 GitHub Table of Contents Overview Requirements Getting Started Prerequisites Setup Pipeline Stages Automated Testing Deployment Contributing License Output Overview The primary goal of this project is to set up a CI/CD pipeline that automates the build, test, and deployment of a simple web application to AWS Elastic Beanstalk whenever changes are pushed to the repository....

3 min · Achanandhi M

Python-todo-application

Python-todo-application 🔗 GitHub Getting started To make it easy for you to get started with GitLab, here’s a list of recommended next steps. Already a pro? Just edit this README.md and make it your own. Want to make it easy? Use the template at the bottom! Add your files Create or upload files Add files using the command line or push an existing Git repository with the following command: cd existing_repo git remote add origin https://gitlab....

4 min · Achanandhi M

AWS boto3 project

AWS boto3 Repository 🔗 GitHub Welcome to the AWS Repository! This repository is designed to help you work with Amazon Web Services (AWS) and leverage its powerful cloud computing services. Getting Started Prerequisites Before you begin, ensure that you have the following prerequisites installed: AWS CLI - Command-line tool for interacting with AWS services AWS SDKs - SDKs for your preferred programming language (e.g., Python, Java, Node.js) Configure your AWS credentials before working with boto3 Installation Clone this repository:...

1 min · Achanandhi M

Static-website-in-K8s

Static-website-in-K8s 🔗 GitHub Deploying our custom website inside k8s using k8s object “deployment” and “service” I created my own docker image After creation, I used my docker images to deploy inside k8s using service and deploy. Mainly I tested this demo using “Minkube”, You can try this anywhere Commands used for me in Minikube Minikube start- For starting minikube in a local machine Minikube status - For checking the status of Minkube...

1 min · Achanandhi M

Server-in-Nodejs

Server-in-Nodejs 🔗 GitHub Creating a simple server using nodejs(javascript run time env) and express for handling request The node js image is built by using Dockerfile Use Dockerfile for Building custom Node js image The Dockerfile uses Latest Node version:18 Use Alphine for Lite version of Node Alphine images are lightweight because they are based on the Alphine Linux distribution Code is available in the above github repo link

1 min · Achanandhi M