☰
Courses
›
DevOps Zero to Hero
›
Advanced Projects & Conclusion
›
Video 54
AWS Live Project Deploy App Using HTTPD
📚
Theory
0/5
🧪
Lab Practice
💬
Interview Questions
0%
Contents
0 of 5 sections complete · 5 min total
01
Introduction to Deploying a Static Website on AWS
This project covers deploying a static website using Amazon Web Services (AWS) and the Apache HTTP server (httpd). It sums up knowledge of…
Cloud
1 min read
02
1
GitHub Repository Initialization
To track and host the website's source code, a Git repository is initialized in the local folder. The code is then pushed to a remote…
Concept
1 min read
03
1
AWS EC2 Instances and Configuration
An EC2 (Elastic Compute Cloud) instance acts as a virtual server in AWS. When launching an EC2 instance, several configurations are…
Cloud
1 min read
04
Security Groups and Firewalls
A Security Group acts as a virtual firewall for the EC2 instance, controlling incoming (ingress) and outgoing (egress) traffic. For a web…
Security
1 min read
05
1
Connecting and Setting Up the Web Server
After connecting to the instance via SSH, the user logs in as a regular user (e.g., ec2-user). To install software, they must switch to the…
Concept
1 min read