Giter VIP home page Giter VIP logo

scalable-employee-mgmt-portal's Introduction

Scalable Employee Mgmt Portal

Scalable Employee Management Portal

Motivation:

In today's world, our application should be able to handle multiple requests from customers all around the world. So it is important to make an application fault-tolerant and able to scale as the need of the demand. This post talks about how to create a scalable web application using various AWS services like Load Balancers, Target Groups, Auto Scaling, Launch Configuration, Amazon Machine Image(AMI), Route 53, and so on.

Architecture:

architecture

Prerequisites:

  1. AWS EC2
  2. AWS AMI
  3. Load Balancer
  4. Auto Scaling Groups
  5. MySQL Instance
  6. Route 53

Replication Steps:

  1. Create a config.ini file
[MYSQL]
user=
password=
host=
database=
  1. Commands to confgure the application
git clone [email protected]:codexponent/scalable-employee-mgmt-portal.git
pip install -r requirements.txt
python main.py
  1. Create a reboot cronjob for the AMI Image
touch run.sh
echo "#!/bin/bash 
python main.py" > run.sh

crontab -e
@reboot /home/ec2-user/scalable-employee-mgmt-portal/run.sh
  1. Start to create AMI Image written on the post.

scalable-employee-mgmt-portal's People

Contributors

codexponent avatar

Watchers

 avatar  avatar

scalable-employee-mgmt-portal's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.