Spring Boot in the Cloud - Create AWS account and deploy Spring boot app in EC2 instance
This instructional video will take you through a comprehensive process. Initially, you'll set up an AWS account, essential for accessing Amazon Web Services. Following this, you'll delve into creating an EC2 instance—an essential component for hosting applications on AWS. The video will guide you through the deployment of a Spring Boot application onto this instance, showcasing the steps required for successful execution. To establish communication between your local machine and the EC2 instance, you'll employ Putty, a widely used SSH client. Through clear, step-by-step instructions, you'll gain the proficiency to seamlessly deploy, manage, and interact with your Spring Boot app on the AWS cloud infrastructure.
Important Resources:
Github Repo: https://github.com/skillfusionacademy...
LinkedIn: / skillfusionacademy
Facebook: / skillfusionacdmy
Website: skillfusion.org
00:00 Introduction
00:28 AWS Account Creation
03:34 EC2 Instance creation
06:39 Connect EC2 via Putty
09:21 Prepare EC2 for deployment
11:37 Deploy Spring Boot App