GithubHelp home page GithubHelp logo

aghaehsan / deploy-spring-boot-aws-eb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from in28minutes/deploy-spring-boot-aws-eb

0.0 1.0 0.0 89.41 MB

Deploying Spring Boot Apps to AWS using Elastic Beanstalk

Home Page: https://www.udemy.com/deploy-java-spring-boot-to-aws-amazon-web-service/

Java 69.15% PLSQL 1.36% HTML 2.73% JavaScript 25.55% CSS 0.93% Dockerfile 0.28%

deploy-spring-boot-aws-eb's Introduction

Deploy Spring Boot Applications to AWS using Elastic Beanstalk

Take your first steps towards cloud with AWS Elastic Beanstalk. Deploy REST APIs, Full Stack Applications, Web Applications and Containers to the cloud.

Spring Boot is the No 1 Java Framework to develop REST API and Microservices. AWS (Amazon Web Services) is the No 1 Cloud Service Provider today.

How about learning AWS by deploying Spring Applications to Cloud using Elastic Beanstalk?

Getting Started

Installation Guides

Required Tools

  • Node v8+ for npm
  • Visual Studio Code - Latest Version
  • Java 8+
  • Eclipse - Oxygen+ - (Embedded Maven From Eclipse)
  • Git
  • Docker
  • ELB CLI

Installing Guides

Troubleshooting Installations

Course Overview

In this course, we deploy a variety of Spring Boot Applications to the Cloud:

  • REST APIs - Hello World and Todo - Jar
  • Todo Web Application War
  • Full Stack Application with React and Spring Boot
  • Single Container with REST API
  • Multi Container with Todo REST API talking to MySQL

This course would be a perfect first step as an introduction to AWS and the Cloud.

You will learn about automating deployments with Elastic Beanstalk CLI and creating a continuous delivery pipeline with AWS Code Pipeline. You will learn how to Auto Scale applications based on load as well as deploy multiple instances behind a load balancer using Elastic Beanstalk.

You will be using a number of AWS Services - EC2, S3, AWS CodePipeLine, AWS CodeBuild, SQS, IAM, CloudWatch.

You will be using deploying a variety of projects to Amazon Web Services (AWS). These projects are created with React (Frontend Framework), Spring Boot (REST API Framework), Spring (Dependency Management), Spring Security (Authentication and Authorization - Basic and JWT), BootStrap (Styling Pages), Maven (dependencies management), Node (npm), Visual Studio Code (TypeScript IDE), Eclipse (Java IDE) and Tomcat Embedded Web Server. We will help you set up each one of these.

What you'll learn

  • You will Learn the Fundamentals of Amazon Web Services from Zero, no previous experience required
  • You will learn to deploy Spring Boot REST API to AWS with AWS Elastic Beanstalk
  • You will learn to deploy Java, Spring Boot Full Stack Applications to AWS with AWS Elastic Beanstalk and S3
  • You will be using a number of AWS Services - EC2, S3, AWS CodePipeLine, AWS CodeBuild, SQS, IAM, CloudWatch.
  • You will learn to deploy containerized Java Spring Boot applications to AWS
  • You will learn to create a continuous delivery pipeline with AWS Code Pipeline
  • You will learn how to Auto Scale applications based on load as well as deploy multiple instances behind a load balancer using Elastic Beanstalk.
  • You will Join 250,000 Learners having AMAZING LEARNING Experiences with in28Minutes

Requirements

  • You have an attitude to learn while having fun :)
  • You have some programming experience with Java, Spring and Spring Boot
  • You have a valid debit or credit card to create a AWS Account
  • You DO NOT need to have any experience with AWS (Amazon Web Services)

Step By Step Details

Getting Started with the course

  • Step 00 - Deploying Spring Boot Applications with AWS Elastic Beanstalk - Introduction
  • Step 01 - Getting Started with the Course

Getting Started with AWS

  • Step 01 - Creating an AWS Root Account
  • Step 02 - Creating an IAM User for your AWS Account

Getting Started with AWS Elastic Beanstalk

  • Step 01 - 10000 Feet Overview of Cloud, AWS and Elastic Beanstalk
  • Step 02 - Getting started with AWS Elastic Beanstalk - Creating First Application and Environment
  • Step 03 - Quick Exploration of AWS Elastic Beanstalk
  • Step 04 - Quick Introduction to AWS Regions
  • Step 05 - AWS Resources created by Elastic Beanstalk - An Overview
  • Step 06 - Its Your Responsibility to Monitor Billing on the Cloud - 5 Recommendations
  • Step 07 - Monitor AWS Billing - Setting Billing Alerts

Deploying Java Spring Boot Hello World REST API to AWS Elastic Beanstalk

  • Step 01 - Importing Seven Spring Boot Projects from Github
  • Step 02 - Quick Tip - Use Artifacts from build artifacts folder
  • Step 03 - Running 01 Spring Boot Hello World Application in Local
  • Step 04 - Building jar for 01 Spring Boot Hello World Application
  • Step 05 - Deploy 01 Spring Boot Hello World Application to AWS Elastic Beanstalk

Deploying Java Spring Boot Todo REST API to AWS Elastic Beanstalk

  • Step 01 - Setting up 02 Spring Boot Todo REST API in Local
  • Step 02 - Testing 02 Spring Boot Todo REST API in Local
  • Step 03 - Build and Deploy 02 Spring Boot Todo REST API in AWS Elastic Beanstalk
  • Step 04 - Exploring AWS Elastic Beanstalk Application Versions
  • Step 05 - Exploring Termination of AWS Elastic Beanstalk Application Environments
  • Step 06 - Exploring Logs from AWS Elastic Beanstalk Application Java JAR Environments

Deploying Java Spring Boot H2 Web App to AWS Elastic Beanstalk

  • Step 01 - Running 03 Spring Boot H2 Web App on Local
  • Step 02 - Deploying 03 Spring Boot H2 Web App WAR to AWS Elastic Beanstalk
  • Step 03 - Testing 03 Spring Boot H2 Web App AWS Deployment
  • Step 04 - Exploring AWS Environment logs of 03 Spring Boot H2 Web App

Deploying Java Spring Boot Web App talking to MySQL with AWS Elastic Beanstalk and AWS RDS

  • Step 01 - Code Review of 04 Spring Boot MySQL Web App - Environment Variables
  • Step 02 - Running MySQL as Docker Container on Local
  • Step 03 - Connect 04 Spring Boot MySQL Web App to MySQL on Local
  • Step 04 - Deploy 04 Spring Boot MySQL Web App to AWS Elastic Beanstalk
  • Step 05 - Testing 04 Spring Boot MySQL Web App Deployment on AWS Elastic Beanstalk
  • Step 06 - Exploring AWS Relational Database Service - RDS
  • Step 07 - Exploring AWS - Understanding Security Groups
  • Step 08 - Creating AWS RDS Database outside AWS Elastic Beanstalk
  • Step 09 - Setting up 04 Spring Boot MySQL Web App to connect to RDS - Environment Variables and Security Groups
  • Step 10 - Creating new AWS Security Group for AWS Elastic Beanstalk Application
  • Step 11 - Exploring AWS Elastic Beanstalk Save Environment Configuration Feature

Deploying Java Full Stack Spring Boot React App with AWS Elastic Beanstalk and AWS S3

  • Step 01 - Exploring 05 Java Full Stack Spring Boot React App
  • Step 02 - Running React Frontend in Local
  • Step 03 - Deploying Java REST API Backend to AWS Elastic Beanstalk
  • Step 04 - Building React Frontend Code for AWS Deployment
  • Step 05 - Quick Introduction to AWS Simple Storage Service - S3
  • Step 06 - Deploying React Frontend to AWS S3 Static Website

Deploying Containerized Java Applications with AWS Elastic Beanstalk

  • Step 01 - Code Review for 06 Single Container Java Spring Boot REST API
  • Step 02 - Creating and Running Local Docker Image for 06 Java Spring Boot REST API
  • Step 03 - Pushing 06 Single Container Java Spring Boot REST API Docker Image to Docker Hub
  • Step 04 - Deploying 06 Single Container Java Spring Boot REST API Image to AWS Beanstalk
  • Step 05 - Running 07 Multi Container Java Spring Boot REST API with MySQL on Local
  • Step 06 - Deploying 07 Multi Container Java Spring Boot REST API with MySQL to AWS Beanstalk
  • Step 07 - Testing 07 Multi Container Java Spring Boot REST API with MySQL on AWS - Security Groups

AWS Elastic Beanstalk - CLI, Blue Green Deployments and Worker Apps

  • Step 01 - Introduction to AWS Elastic Beanstalk Command Line Interface EB CLI
  • Step 02 - Exploring AWS Elastic Beanstalk Command Line Interface EB CLI - Commands
  • Step 03 - Exploring AWS Elastic Beanstalk Blue Green Deployments
  • Step 04 - Creating and Deploying Java Worker App to AWS Elastic Beanstalk
  • Step 05 - Testing Java Worker App on AWS Elastic Beanstalk using SQS - Simple Queing Service

AWS Elastic Beanstalk - Creating Load Balanced Auto Scaling Environments

  • Step 01 - Creating Load Balanced Auto Scaling Environments with AWS Elastic Beanstalk
  • Step 02 - Understand Magic of AWS Elastic Beanstalk - AZ, ELB, ASG and CloudWatch Alarms
  • Step 03 - Playing with AWS Elastic Beanstalk Auto Scaling Features
  • Step 04 - Playing with AWS Elastic Beanstalk Rolling Deployment Options - 1
  • Step 05 - Playing with AWS Elastic Beanstalk Rolling Deployment Options - 2

Continuous Delivery for Java Spring Boot Applications with AWS CodePipeline and AWS CodeBuild

  • Step 01 - Getting Started with AWS CodePipeline and AWS CodeBuild
  • Step 02 - Creating Github Repo and Commit Spring Boot Java Project
  • Step 03 - Configuring AWS CodeBuild and AWS CodePipeline
  • Step 04 - Creating AWS CodeBuild Build Specification
  • Step 05 - Testing Continuous Deployment with AWS CodePipeline

Zero risk. 30 day money-back guarantee with every purchase of the course. You have nothing to lose!

Start Learning Now. Hit the Enroll Button!

  - ⚡⚡⚡ [NEW COURSE] Deploy Spring Boot to Cloud - Amazon Web Services
  - Is it Your Time... (to start with aws)
  - By Far, The Easiest Way? ... (to learn cloud)
  - #1 Skill For Years to Come
  - Do You have the #1 Skill for a Java Developer?
  - Do You want to be Future Proof?
- Use You and Me Language - Show Empathy. Describe Problem. Show Solution. Show Expertise. CTA.
- Content
  - Think about Slippery Slide
  - You know, it would be nice if the Journey to become a Software Architect is Plain and Easy. But, unfortunately, life isn't that easy - we all know that.
  - I know these can work for you, too.
  - Get EVERY course below for just $10 - The Lowest Price I'm allowed to offer
  - To Your Success! Ranga
  - Headshot Image
  - Follow up Email - Wed and next Tue or Mon and Fri 


https://www.udemy.com/full-stack-application-development-with-spring-boot-and-angular/?couponCode=TEACHABLE-2019

Do you have ZERO experience with Amazon Web Services (AWS)? 

Are you ready to learn about the cloud with Amazon Web Services (AWS) and take the next step in your programming career? 

Do you want to learn to Deploy Java Spring Boot Applications to Amazon Web Services (AWS) using AWS Elastic Beanstalk with an easy to learn, step by step approach? 

Do you want to join 300,000+ learners having Amazing Learning Experiences with in28Minutes?

For existing in28Minutes Learners, we are creating a special offer for just $9.99. This is the LOWEST possible price allowable on Udemy. 

As always, you receive a full 30-day, unconditional money back guarantee because I know you are going to love our courses!

https://www.udemy.com/deploy-java-spring-boot-to-aws-amazon-web-service/?couponCode=FIRST_PROMO_UDEMY

This course would be a perfect first step as an introduction to AWS and the Cloud.

You will learn about automating deployments with Elastic Beanstalk CLI and creating a continuous delivery pipeline with AWS Code Pipeline. You will learn how to Auto Scale applications based on load as well as deploy multiple instances behind a load balancer using Elastic Beanstalk.

You will be using a number of AWS Services - EC2, S3, AWS CodePipeLine, AWS CodeBuild, SQS, IAM, CloudWatch. 

You will be using deploying a variety of projects to Amazon Web Services (AWS). These projects are created with  React (Frontend Framework), Spring Boot (REST API Framework), Spring (Dependency Management), Spring Security (Authentication and Authorization - Basic and JWT), BootStrap (Styling Pages), Maven (dependencies management), Node (npm), Visual Studio Code (TypeScript IDE), Eclipse (Java IDE) and Tomcat Embedded Web Server. We will help you set up each one of these.

https://www.udemy.com/deploy-java-spring-boot-to-aws-amazon-web-service/?couponCode=FIRST_PROMO_UDEMY

Happy coding and thanks for being a student!

Ranga

Thank you for all the love!

#in28Minutes #ImLearningIn28Minutes #ImLovingIn28Minutes

Good Luck and Keep Learning in28Minutes

Java Course RoadMap Image at the End!

Description

Deploy REST API to Cloud? Yes. Deploy Full Stack to Cloud? Yes Learng Basics of AWS? Yes Create an AWS RDS Database? Yes Hands-on? Of course. Zero AWS Experience? No Problem.

Do you have ZERO experience with Amazon Web Services (AWS)? Do you want to learn to Deploy Java Spring Boot Applications to Amazon Web Services (AWS) using AWS Elastic Beanstalk with an easy to learn, step by step approach? Are you ready to learn about the cloud with Amazon Web Services (AWS) and take the next step in your programming career? Do you want to join 250,000+ learners having Amazing Learning Experiences with in28Minutes?

Look No Further!

******* Some Amazing Reviews From Our Learners *******

★★★★★ Review 1 ★★★★★ Review 2 ★★★★★ Review 3 ★★★★★ Review 4 ★★★★★ Review 5

******* Course Overview *******

Spring Boot is the No 1 Java Framework to develop REST API and Microservices. AWS (Amazon Web Services) is the No 1 Cloud Service Provider today.

How about learning AWS by deploying Spring Applications to Cloud using Elastic Beanstalk?

In this course, we deploy a variety of Spring Boot Applications to the Cloud:

  • REST APIs - Hello World and Todo - Jar
  • Todo Web Application War
  • Full Stack Application with React and Spring Boot
  • Single Container with REST API
  • Multi Container with Todo REST API talking to MySQL

This course would be a perfect first step as an introduction to AWS and the Cloud.

You will learn about automating deployments with Elastic Beanstalk CLI and creating a continuous delivery pipeline with AWS Code Pipeline. You will learn how to Auto Scale applications based on load as well as deploy multiple instances behind a load balancer using Elastic Beanstalk.

You will be using a number of AWS Services - EC2, S3, AWS CodePipeLine, AWS CodeBuild, SQS, IAM, CloudWatch.

You will be using deploying a variety of projects to Amazon Web Services (AWS). These projects are created with React (Frontend Framework), Spring Boot (REST API Framework), Spring (Dependency Management), Spring Security (Authentication and Authorization - Basic and JWT), BootStrap (Styling Pages), Maven (dependencies management), Node (npm), Visual Studio Code (TypeScript IDE), Eclipse (Java IDE) and Tomcat Embedded Web Server. We will help you set up each one of these.

******* What You Can Expect from Every in28Minutes Course *******

in28Minutes created 20 Best Selling Courses providing Amazing Learning Experiences to 250,000 Learners across the world.

Each of these courses come with ✔ Amazing Hands-on Step By Step Learning Experiences ✔ Real Project Experiences using the Best Tools and Frameworks ✔ Awesome Troubleshooting Guides with 200+ FAQs Answered ✔ Friendly Support in the Q&A section ✔ Free Udemy Certificate of Completion on Completion of Course ✔ 30 Day "No Questions Asked" Money Back Guarantee!

*** Here are a Few Reviews on The in28Minutes Way ***

★★★★★ Excellent, fabulous. The way he has prepared the material and the way he teaches is really awesome. What an effort .. Thanks a million ★★★★★ A lot of preparation work has taken place from the teacher and this is visible throughout the course. ★★★★★ This guy is fantastic. Really. Wonderful teaching skills, and goes well out of his way to make sure that everything he is doing is fully understood. This is the kind of tutorial that gets me excited to work with a framework that I may otherwise not be. ★★★★★ The best part of it is the hands-on approach which the author maintained throughout the course as he had promised at the beginning of the lecture. He explains the concepts really well and also makes sure that there is not a single line of code you type without understanding what it really does. ★★★★★ I also appreciate the mind and hands approach of teaching something and then having the student apply it. It makes everything a lot clearer for the student and uncovers issues that we will face in our project early. ★★★★★ Amazing course. Explained super difficult concepts (that I have spent hours on the internet finding a good explanation) in under 5 minutes.

Zero risk. 30 day money-back guarantee with every purchase of the course. You have nothing to lose!

Start Learning Now. Hit the Enroll Button!

TODO

for file in *; do mv "${file}" "${file//-/ }"; done
for file in *; do mv "${file}" "${file//   / - }"; done
for file in *; do mv "${file}" "${file//01 Step/Step}"; done

Useful Links

Diagrams

graph architecture {

node[style=filled,color="#59C8DE"]
//node [style=filled,color="#D14D28", fontcolor=white];
rankdir = TB;
node[shape=record]

IAM -- Console
Console -- UserID
Console -- Password
IAM -- Application
Application -- AccessKeyID
Application -- SecretAccessKey

IAM[label=<IAM User>]
AccessKeyID[label=<Access Key Id>]
UserID[label=<User Id>]
SecretAccessKey[label=<Secret Access Key>]
Console[label=<Management Console>]
Application[label=<APIs>]
}


graph architecture {

node[style=filled,color="#59C8DE"]
//node [style=filled,color="#D14D28", fontcolor=white];
rankdir = TB;
node[shape=record]

Users -- RootUser
Users -- IAM

RootUser[label=<Root User>]
IAM[label=<IAM User>]

}



graph architecture {

node[style=filled,color="#59C8DE"]
//node [style=filled,color="#D14D28", fontcolor=white];
rankdir = TB
node[shape=record, width=2]
edge [width=0]
graph [pad=".75", ranksep="0.05", nodesep="0.25"];

Applications -- Software [style=invis]
Software -- OS [style=invis]
OS -- Hardware [style=invis]

}


graph architecture {

node[style=filled,color="#59C8DE"]
//node [style=filled,color="#D14D28", fontcolor=white];
rankdir = TB
node[shape=record, width=3]

Containers, LocalImages [height=1]

DockerClient -- Daemon
Daemon -- Containers 
Daemon -- LocalImages
Daemon -- ImageRegistry

DockerClient[label=<Docker Client>]
ImageRegistry[label=<Image Registry <BR /><FONT POINT-SIZE="10">nginx<BR />mysql<BR />eureka<BR />your-app<BR /><BR /></FONT>>];
Daemon[label=<Docker Daemon>]


}


graph architecture {

node[style=filled,color="#59C8DE"]
//node [style=filled,color="#D14D28", fontcolor=white];
rankdir = TB
node[shape=record, width=2]
Hypervisor,HostOS, Hardware[shape=record, width=6.5, style=filled,color="#D14D28", fontcolor=white]
edge [width=0]
graph [pad=".75", ranksep="0.05", nodesep="0.25"];

Application1 -- Software1 [style=invis]
Application2 -- Software2 [style=invis]
Application3 -- Software3 [style=invis]

Software1 -- GuestOS1 [style=invis]
Software2 -- GuestOS2 [style=invis]
Software3 -- GuestOS3 [style=invis]
GuestOS1 -- Hypervisor [style=invis]
GuestOS2 -- Hypervisor [style=invis]
GuestOS3 -- Hypervisor [style=invis]
Hypervisor -- HostOS [style=invis]
HostOS -- Hardware [style=invis]

}


graph architecture {

node[style=filled,color="#59C8DE"]
//node [style=filled,color="#D14D28", fontcolor=white];
rankdir = TB
node[shape=record, width=2]
HostOS, CloudInfrastructure, DockerEngine[shape=record, width=6.5, style=filled,color="#D14D28", fontcolor=white]
edge [width=0]
graph [pad=".75", ranksep="0.05", nodesep="0.25"];
Container1,Container2,Container3[height=2]

Container1 -- DockerEngine [style=invis]
Container2 -- DockerEngine [style=invis]
Container3 -- DockerEngine [style=invis]
DockerEngine -- HostOS [style=invis]
HostOS -- CloudInfrastructure [style=invis]

}

Todo

  • Post Course Creation
    • Course Promotion Emails/Posts
      • 1 Emails on Udemy
      • 1 Emails to Email List
    • Create YouTube Course Preview Video
      • Add YouTube Course Preview Video as End Video for all videos
      • Make it the YouTube Default Video
    • Release atleast 20 small videos - one a day on Youtube
    • Do atleast 3 Youtube live sessions
    • After a Month
      • UFB and Packt

Next Steps

  • Free Tier and Billing Alerts everywhere
  • Check Region before each video
    • AWS
      • SSH into EC2
      • Creating AWS Account
      • Creating IAM User

deploy-spring-boot-aws-eb's People

Contributors

in28minutes avatar

Watchers

James Cloos avatar

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.