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

Ratings: 4.50 / 5.00




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.

What You Will Learn!

  • Docker
  • Spring Boot
  • AWS
  • Deployment

Who Should Attend!

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