filmov
tv
Deploy Web application on AWS Cloud using AWS S3 Bucket Service
![preview_player](https://i.ytimg.com/vi/ZHjt2nddov0/maxresdefault.jpg)
Показать описание
Create S3 bucket
Object Ownership must be ACL enabled(i.e accessible publicly if given public access)
Disable blocked public address
Bucket created successfully!
Upload the .zip file in the s3 bucket
Give it public access with ACL
Copy the link of the zip file in the s3 bucket( we will use it later)
Create EC2 Instance enabled with HTTP & HTTPS protocols(Ports:22,443,80)
Create security group & download the .ppk file
After initializing the EC2 Instance, we will have to connect it to the VM.
For this we have three methods:
1. We will use the PuTTY to convert .pem file(The key which we downloaded while creating the instance) to .ppk and launch it on our local System/machine
2. If we have downloaded the .ppk file then we can directly initialize the VM on our local Machine/System.
3. We will directly connect to the VM through the AWS platform
I have used the 2nd method.
In the VM run the following commands top deploy the webpage on the AWS Cloud:
1. sudo su
2. yum update -y
3. yum install -y httpd
4. cd /var/www/html
5. wget s3_bucket_zip_file_link
6. ls
8. cp -r Website/* /var/www/html/
10. systemctl enable httpd
11. systemctl start httpd
12. systemctl status httpd
Copy the iPV4 address of the EC2 Instance
We have Successfully Deployed the Web Application on AWS Cloud!
Object Ownership must be ACL enabled(i.e accessible publicly if given public access)
Disable blocked public address
Bucket created successfully!
Upload the .zip file in the s3 bucket
Give it public access with ACL
Copy the link of the zip file in the s3 bucket( we will use it later)
Create EC2 Instance enabled with HTTP & HTTPS protocols(Ports:22,443,80)
Create security group & download the .ppk file
After initializing the EC2 Instance, we will have to connect it to the VM.
For this we have three methods:
1. We will use the PuTTY to convert .pem file(The key which we downloaded while creating the instance) to .ppk and launch it on our local System/machine
2. If we have downloaded the .ppk file then we can directly initialize the VM on our local Machine/System.
3. We will directly connect to the VM through the AWS platform
I have used the 2nd method.
In the VM run the following commands top deploy the webpage on the AWS Cloud:
1. sudo su
2. yum update -y
3. yum install -y httpd
4. cd /var/www/html
5. wget s3_bucket_zip_file_link
6. ls
8. cp -r Website/* /var/www/html/
10. systemctl enable httpd
11. systemctl start httpd
12. systemctl status httpd
Copy the iPV4 address of the EC2 Instance
We have Successfully Deployed the Web Application on AWS Cloud!
Deploying a Website to AWS in Under 1 Minute
Deploy Web application on AWS Cloud using EC2 Instance
HOST a website for FREE using AWS? | Deploy a Website to AWS in Under 8 Minute | AWS + DevOps
Easily Deploy Full Stack Node.js Apps on AWS EC2 | Step-by-Step Tutorial
Build with Me: Launch a website on Amazon S3 | AWS Project
Application deployment in AWS Step by Step | AWS deployment tutorial | AWS deployment strategies
Host your personal site on AWS EC2 Instance | EC2 Instance | Demo | Website Hosting | Web App on EC2
AWS Project: Architect and Build an End-to-End AWS Web Application from Scratch, Step by Step
How To Explain AWS DevOps Projects in an Interview | Freshers and Experienced DevOps Projects
How to host a static website on AWS S3 | Host your static website on AWS S3 in 5 minutes
How to deploy React App on AWS Amplify
How to Build a Simple Web App Using AWS
Deploy Web application on AWS Cloud using AWS S3 Bucket Service
Deploy NodeJS Application on AWS - Amazon Web Services | NodeJS
Deploying Serverless Web Application on AWS: S3, API Gateway, Lambda, DynamoDB, and CloudFront
AWS Portfolio Project: Build an End-to-End Web Application with 7 Services | Step-by-Step Tutorial
AWS Projects for beginners | Deploying End to End Website on AWS | Intellipaat
Top 50+ AWS Services Explained in 10 Minutes
Project2 - Deploy a 3 Tier Architecture On AWS - End to End Project Demo
Serverless Web Application on AWS [S3, Lambda, SQS, DynamoDB and API Gateway]
Deploy a Node.js application on AWS Elastic Beanstalk
Deploy a Django web app on Amazon EC2
How to Deploy ASP.NET web application on AWS
AWS Tutorials: Deploy Python Application on AWS EC2 (Permanent Running)
Комментарии