Member-only story
Set Up a Web App in the Cloud
8 min readOct 28, 2024
Good morning, Fam! 🌞 It’s an amazing week to dive into learning and launching cool projects in the cloud. On this journey, we’re kicking off a new mini-series on Devops Sounds cool, sindio?
My weekend was pretty eventful too — I spent some time learning more about faith and the meaning of true religion. Let’s all take a moment to reflect on what brings us peace and purpose!
Now, back to tech! Here are a few key terms we’ll explore in this project:
- CI/CD — Continuous Integration and Continuous Deployment
- VS Code — Visual Studio Code, or VSCode, a popular Integrated Development Environment (IDE) for coding projects
- Apache Maven — A build automation tool for Java projects
- Amazon Corretto 8 — A distribution of the OpenJDK for running Java applications
Our project involves just 7 steps, and each one is packed with learning opportunities. Let’s dive in!
Project Steps
- Set Up an IAM User
- Launch an EC2 Instance
- Install VS Code
- Connect to Your EC2 Instance
- Install Apache Maven and Amazon Corretto 8
- Create the Application
- Connect VS Code with Your EC2 Instance