Hepher Ossounga

Hepher Ossounga

Manual Node.js Deployment to AWS EC2

Manual Node.js Deployment to AWS EC2 Manual Node.js Deployment to AWS EC2 I. Introduction Deployment is moving an application from a local machine to a server where it can be accessed over the internet. This lab does that manually by…

Containerized python app

Containerized Python App Containerized Python App This lab shows how to containerize a simple Flask app with Docker and run it locally with Docker Compose. I. Project Structure II. File Breakdown app.py This creates a Flask web server with two…

Deploy an ec2 instance with terraform

Terraform is the standard for provisioning cloud infrastructure at scale. In this walkthrough, we’ll deploy a fully functional EC2 web server on AWS using three of Terraform. In this lab, we provision an EC2 instance on AWS running Amazon Linux…