Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
CI CD Pipeline with Spring Boot and AWS
Rating: 4.9 out of 5(10 ratings)
36 students

CI CD Pipeline with Spring Boot and AWS

Learn how to create a CI CD Pipeline for a Spring Boot application using GitHub and AWS
Created byGet Arrays
Last updated 11/2023
English

What you'll learn

  • Docker
  • Spring Boot
  • AWS
  • Deployment

Course content

5 sections12 lectures1h 9m total length
  • Introduction2:47
  • Spring Boot Application5:01

    Create a minimal Spring Boot web app with Spring Initializr, add a simple REST controller and health actuator, and push code to a repository for the CDC pipeline.

  • GitHub Repository1:54

Requirements

  • Basic programming experience
  • Knowledge of Spring Boot
  • Knowledge of web application

Description

Learn how to create a CI CD Pipeline for a Spring Boot application using GitHub and AWS services suck as Code Build and Code Pipeline.

AWS is a popular, enterprise-level cloud provider for creating standalone, production-grade applications that run on the anywhere. Docker is a tool that makes developing web application and micro-services with Spring Boot faster and easier through three core capabilities, mainly its auto-configuration an opinionated approach to configuration.

Spring Boot is an open source Java-based framework used to create a micro standalone web application. It is developed by Pivotal Team and is used to build stand-alone and production ready web applications. This course will give you an introduction to Spring Boot and familiarize you with its basic concepts. For practice, we will deploy a Spring Boot application using the AWS cloud platform.

The ability to create standalone applications, these features work together to provide you with a tool that allows you to set up a Java-based application with minimal configuration and setup.

Web applications are susceptible to security threats and attacks, as they are accessible by anyone uses the internet. In this course, we will deploy and application that will expose endpoints to allow a user to interact in our application.

Who this course is for:

  • Developers interested in Docker
  • Developers interested in application deployment
  • Developers interested in AWS