Skip to content

Setting up VM'S in AWS and hosting my web application on private server

Notifications You must be signed in to change notification settings

kuldeep059/VProfile-Project-Setup-Using-AWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEVOPS PROJECT

Setting up Virtual Machines in Amazon web services and hosting my web application .

Beginner Project

All files available in repository

All free services of AWS Used in this project

Prerequisites

  • One Need to make AWS Account

  • JDK 11
  • Maven 3
  • MySQL 8

Technologies

  • Spring MVC
  • Spring Security
  • Spring Data JPA
  • Maven
  • JSP
  • Tomcat
  • MySQL
  • Memcached
  • Rabbitmq
  • ElasticSearch

Database

Here,we used Mysql DB sql dump file:

  • /src/main/resources/db_backup.sql
  • db_backup.sql file is a mysql dump file.we have to import this dump to mysql db server
  • mysql -u <user_name> -p accounts < db_backup.sql

About

Setting up VM'S in AWS and hosting my web application on private server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published