Linux serverlinux web serverNETWORK ADMINISTRATIONS

HOST a website for FREE using AWS? | Deploy a Website to AWS in Under 8 Minute | AWS + DevOps

How to HOST a website for FREE using AWS? | Static Website Hosting with AWS | Genie Ashwani

Step to host website on AWS
———————————————-
1. Login to AWS console
2. create ec2 machine
3. configure security group(ssh -22 for admin only)(80 – for normal traffic)
4. connect to ec2 machine
5. install httpd webserver in machine(used to run web app)
sudo su
yum update -y
yum install httpd -y
cd /var/www/html
create website
service httpd start
6. access website from browser using ec2 public ip or DNS

Social Links:
Gmail: ashvaniupadhyay22@gmail.com
Linkedin : https://www.linkedin.com/in/ashwani-kumar-7b986a14b/
Insta: Genie Ashwani

Let me know in the comments section what else you want to see on this channel. Your feedback matters a lot! If you have any questions please comment below.

Publicis Sapient Interview Process: https://youtu.be/TAPAANPH900
EPAM Interview Process: https://youtu.be/XCwdLLhLU4A
Placement Roadmap: https://youtu.be/EO3RNuI4Z8g
My Experience at Cognizant: https://youtu.be/v9J8xHeDI1Y

Please leave a LIKE and SUBSCRIBE for more content!

⭐ Tags ⭐

✅ Hashtags
Tags:
aws amplify
aws
aws website
aws deployment
aws ec2
aws tutorial beginning
aws lambda
aws interview questions
aws devops
aws cloud
aws in telugu
aws world
aws interview questions and answers
aws s3

Important Videos:
✅ Microservices with real-time project: https://youtube.com/playlist?list=PLciPu9FabM_7JnZ58z6Df4–bFDAEbH88

✅ GraphQl In one video: https://youtu.be/eiqeaaFeSbU

✅ Keycloak With Spring Boot: https://youtu.be/SUWUSa6ExiQ

✅ EPAM Interview Process:https://youtu.be/XCwdLLhLU4A

✅ Cognizant Experience part-1: https://www.youtube.com/watch?v=v9J8xHeDI1Y

✅ Spring Security Introduction: https://youtu.be/pRFQwZVGl18

✅ Spring Security Internal working: https://youtu.be/lnpM1TYC8Tc

✅ Changing default behavior of spring security: https://youtu.be/4vRCmazihy0

✅ what is ci cd pipeline: https://youtu.be/DdcnJcRtJJM

✅ what is scrum and sprint in the agile model: https://youtu.be/7L0_AeR059E

✅ learn docker in 1 hour: https://youtu.be/6otELC1OZYg

✅ complete spring data jpa tutorial: https://youtu.be/mJGCtavwYeM

✅ debugging in eclipse java with source code: https://youtu.be/3mevsdyUJvs

✅ oop interview questions and answers: https://youtu.be/DusVoBSwRnI

✅ java 8 features: https://www.youtube.com/playlist?list=PLciPu9FabM_4h1BFffI7werKCm_aJZfac

✅ Building a Medicine Management app with Spring Boot and Java: https://www.youtube.com/playlist?list=PLciPu9FabM_4NqM2QbculLLp59f0TW2eQ

✅ Linux tutorial: https://www.youtube.com/playlist?list=PLciPu9FabM_7JwMbUSWolIq9zVJ9DVcSJ

✅ spring boot interview questions: https://www.youtube.com/playlist?list=PLciPu9FabM_5XST4FMx056X0pVYy4MYaC

source

by Genie Ashwani

linux web server

23 thoughts on “HOST a website for FREE using AWS? | Deploy a Website to AWS in Under 8 Minute | AWS + DevOps

Comments are closed.