Brother if you really want to teach us. please upload proper video with every thing like from where we can download putty software how you down load ec2key many more
I feel like I owe it to admit that this may be within my top 3 most important youtube videos in my life haha! Every time I update my EC2 instance, I watch a part of this video if I forget. My life would be forfeit without your help.
DUDE even though this video was a year old.. still helped me out .. Can't express how much this video has helped me. I brand-spanking new to AWS and you explain everything to easily. Do you have a video explaining how to push edits ? and does this Apache environment support files like php ?
After moving my content to /var/www/html/ directory and browsing the public IP of the instance I am getting a test page display rather than showing website content. Could you tell me why is it displaying the test page?
thank your for a great tutorial, How to fix the issue of changing Public IP. when I restart my ec2 instance, while testing. it changed the IP and the website vanished. do i have to do it every time I stop and start my ec2 instance
i want to dump asmallorange and go with this. my domains are on orange, will keep them there, but wanna know how to make the domains connect to the amazon website. also does it have to be a zip? if i want to update one of the pages on the site, do i have to reupload the entire zip again?
This is an excellent step by step explanation of everything that usually we have to do in order to deploy a websever. The only thing that i would suggest is that, since we are using an EC2 instance, we could automate every single step providing a shellscript in the "user config" EC2 configuration step. It would be really useful when deploying a more resource demanding version of the website and using auto scaling!
Thank Jose, and you are right. This video was intended to give a beginner a high-level overview of the process. I am currently working on the videos that show the steps you have mentioned.
I am getting a "error 403 forbidden" error when I try to store the file into the html directory. why is that? is it my bucket permissions or something with putty?
I'm trying to deploy my app which has Auth0 technology for authentication, but it doesn't deploy with AWS amplify. Do EC2 deploy my app or Do I need to use other services ?
*Problems* 1. the sample website you use is not the same any more at the source you mentioned. 2. the pair key generated for you by AWS is not compatible with Putty. 3. When I went to the s3 bucket to copy and paste the URL. the url was s3.... not https..... as expected I got an error message. This is where I was unbale to find a solution on my own.
Hi Adam, Using 'yum' or 'apt' depends on which Linux distro you are using. For example the Cent OS Linux distro uses 'yum' and the Ubuntu distro uses 'apt'
You can watch the full project here: ruclips.net/p/PL184oVW5ERMAZ99fMM8vBso6JwqAbezBq I have created another video explaining the entire process including putty configuration, keypair, IAM role, and security groups on windows: ruclips.net/video/dhRwKPrum44/видео.html
It's better to buy a host on G-core labs servers. Less headache with installation, better price than Amazon, but the quality is not worse. We have been working with them for a year now and are wildly happy that we switched to them from AWS.
Hello, that means that you have not install Apache server. Use this command "yum install httpd -y" to install Apache server, and it will create the directory for you.
Hello Jacob, the var/www/html is a directory on your machine. By machine, I mean your ec2 instance. Also, think of a directory as a folder that is on your ec2 instance. The "var/www/html" directory will be created on your ec2 instance when you install apache on it.
I am new with AWS one question cant we upload the files directly from our computer to a EC2 instance? what you have done is uploading to S3 and you did a wget in EC2 for the files from S3. Is this necessary a step? Look forward to your reply.
I have created another video explaining the entire process including putty configuration and keypair on windows: ruclips.net/video/dhRwKPrum44/видео.html
@@CADDefineHi thanks for the updated video using putty. But my earlier question is still not being answered in your updated video. Because in your updated video you still uploaded the web files to S3 and then did aws s3 sync s3://remote_S3_bucket local_directory to download the files into EC2 instance directory /var/www/html. My question is it necessary to upload the web files to S3 first? Cant we upload the web files from our local computer directly to /var/www/html instead of going via S3. If it is possible then we can avoid using S3 and also avoid using the aws s3 sync s3://remote_S3_bucket local_directory. Look forward to your reply.
@@CADDefine Hi Thanks a lot for showing how to upload a file from local computer to EC2. Problem with this we need to issue the command several times to upload several files. This is good if you are uploading one file. Is there a way to use FileZila locally and upload several selected folders/or files to EC2 at one go!. If this is possible can u create a video on how to setup the filezila parameters so that it can link with the EC2 for FTP transfer as this will be very useful during development as we constantly upload the changes to the website to see how the changes work. Help much appreciated. If this is not possible is there an alternative way to upload several selected files and folders at one go to EC2.
I followed the steps, got Apache is running successfully but the html page is not loading from directory. It says "You may now add content to the directory /var/www/html/. " Please suggest , any help is appreciated
Hey Christian. The Apache test page means that you have configured everything correctly but your Webfiles are not in the html directory. cd into the /var/www/html directory and check if your Webfiles are there.
@@randomapperatus3773 Honestly, the first time I did it I did elastic beanstalk to route 53 and I screwed up my dns but I figured it out (basically I had to clear it on my Mac) but honestly anytime I touch anything in AWS I wait for a bomb to explode.
AWS is more than just a website hosting service, so it's going to be a bit more complex in order to maintain high security and compatibility with its other services.
Brother please explain how to remove or detach the website from the internet also.Orelse just reply for "can we just stop the instance that we created" or is there any process,like stop the https...etc
Like others have mentioned I am also receiving a TEST PAGE from Apache. I'm BRAND new to AWS, so I just followed your instructions to the "t" on your video. Not sure what is going on.
Hello Esther, receiving the Test Page means that you have configured your EC2, security groups and Apache server properly. To troubleshoot this issue, navigate to the var/www/html directory on your EC2 instance and check if your html file is there. This is the web files that I use, try using mine and see you you get the same result.drive.google.com/file/d/1bMSOI5vHlN4p468fWM1UGi6jFr4giJWX/view?usp=sharing. I have also updated this video and you can find the updated version here:ruclips.net/video/dhRwKPrum44/видео.html
i need your help bro. why i cant do wget object url link? and the output is HTTP request sent, awaiting response... 403 Forbidden. I need your help so much, thanks
Rizki Bhaskara Mulya Efendi, hello. You usually get that error if the right permissions are not granted. Have you made the bucket and it’s object public?
Hello Piyush, I will make another video explaining the entire process. Look out for it tomorrow. But you can create the keypair in the AWS management console. select ec2 service and you should see keypairs on the low left side of your screen. Select it and click "create keypair". But I will make another video tomorrow.
help ! everything goes well until the PuTTY part where I have to enter my private key that I downloaded from AWS. My key has a .pem extension which is not recognised by the latest version of PuTTY. I've tried to rename my key's extension to .pkk but it's still not working. What can I do ? Great video by the way ! :)
Hello Anthony, you have to use puttygen to convert the pem file to a ppk file. Alternatively, you can also download your keypair in ppk format from the aws management console (this is the easiest way). I explained that step in the following video. ruclips.net/video/34XZeexwPro/видео.html
Brother if you really want to teach us. please upload proper video with every thing like from where we can download putty software how you down load ec2key many more
Hello, Thank you for the feedback. I have recreated this tutorial here with all the steps: ruclips.net/video/dhRwKPrum44/видео.html&t. Thanks.
what an asshole. just google "putty download" man, not hard.
@@rafaeljm3204 i used that one as well brother and already google it.
You don't know how to download putty? U don't have business here bro
Maybe just don't be a dumbass?
You managed to do in 13 minutes what AWS tutorials and hours of Google searches couldn't. Keep up the great work and rock on.
I feel like I owe it to admit that this may be within my top 3 most important youtube videos in my life haha! Every time I update my EC2 instance, I watch a part of this video if I forget. My life would be forfeit without your help.
Found it extremely intuitive and helpful. I am a Windows ASP programmer but I am tempted to move over to Linux. If I do, all credit to you Sir.
Thank you for the feedback sir. I appreciate it.
Finally a quick and simple demo! Thank you sir.
DUDE even though this video was a year old.. still helped me out .. Can't express how much this video has helped me. I brand-spanking new to AWS and you explain everything to easily. Do you have a video explaining how to push edits ? and does this Apache environment support files like php ?
After moving my content to /var/www/html/ directory and browsing the public IP of the instance I am getting a test page display rather than showing website content. Could you tell me why is it displaying the test page?
Please were you able to figure this out because I am having the same problem
thank your for a great tutorial, How to fix the issue of changing Public IP. when I restart my ec2 instance, while testing. it changed the IP and the website vanished. do i have to do it every time I stop and start my ec2 instance
I got to 9:50 when I type the object url it says error 403 permission denied
EXCELLENT TUTORIAL, JUST SAVED MY ASS FOR A FINAL PROJECT
Thanks for the very detailed and clear step-by-step guide!
i want to dump asmallorange and go with this. my domains are on orange, will keep them there, but wanna know how to make the domains connect to the amazon website. also does it have to be a zip? if i want to update one of the pages on the site, do i have to reupload the entire zip again?
This is an excellent step by step explanation of everything that usually we have to do in order to deploy a websever. The only thing that i would suggest is that, since we are using an EC2 instance, we could automate every single step providing a shellscript in the "user config" EC2 configuration step. It would be really useful when deploying a more resource demanding version of the website and using auto scaling!
Thank Jose, and you are right. This video was intended to give a beginner a high-level overview of the process. I am currently working on the videos that show the steps you have mentioned.
You can watch the full project here: ruclips.net/p/PL184oVW5ERMAZ99fMM8vBso6JwqAbezBq
Hello. Could you put the link to the codepen website that you used to get the website template?
I tried this got error 403: forbidden while placing wget command
The data not downloading through wget command from s3 bucket
ACL settings must be public İ mean object READ, object ACL read for everyone, auth.users group
This is an amazing tutorial! Damn every beginner should find this video :")
Thank You So Much,it helped me to understand EC2 better
very informative for intermediate students
great work
I am getting a "error 403 forbidden" error when I try to store the file into the html directory. why is that? is it my bucket permissions or something with putty?
Great Video my Naija bro
Lol, Thank you brother, your feedback is appreciated
hello,about AWS Wavelength servers
Will you create it?I look it for 2 days but still dont have any result
When i use command wget url of zip file then 403 forbidden error occur ,,, how to fix it @CADdefine????????????
???????????????⚠️⚠️⚠️⚠️⚠️
nice work, step by step explained.
I'm trying to deploy my app which has Auth0 technology for authentication, but it doesn't deploy with AWS amplify. Do EC2 deploy my app or Do I need to use other services ?
An error during wget command (403 forbidden) ..how to solve this .
*Problems* 1. the sample website you use is not the same any more at the source you mentioned.
2. the pair key generated for you by AWS is not compatible with Putty.
3. When I went to the s3 bucket to copy and paste the URL. the url was s3.... not https..... as expected I got an error message. This is where I was unbale to find a solution on my own.
How you downloaded your key pair ? Can you tell me please?
This was just what i needed. Thanks
great work thank you easy...one question, do i need to repeat all steps if i make changes in my webpage?
Is there a reason why you use 'yum' instead of 'apt' to install packages?
Hi Adam,
Using 'yum' or 'apt' depends on which Linux distro you are using. For example the Cent OS Linux distro uses 'yum' and the Ubuntu distro uses 'apt'
@@AOSNote Thank you !
Sir how to get ssl to be on https.
Thank you so much for this video you make the web hosting really easy i'm glad thank you very much. Please make more videos on AWS
Where is the link for website download??
First of all thankyou ver much for this great video, it was really helpful though I am facing one problem, my public ec2 ip isn't loading the website
Hello, You are welcome. I have updated this tutorial and you can watch it here. ruclips.net/video/xGIIUWX3nxw/видео.html&t
I have an issue please, where did you get those index, css, js files from? Please help.
Can we also create a dynamic sever by installing php in the EC2 instance?
can i put these commands inside provisioner remote exec within ec2 resource, when making a terraform template?
where is the linl for the website you used? please help!
im facing trouble can you help? i entered command mv website/* . then shows no directory found and how to solve this problems.
Make sure you have install apache with the "yum install httpd -y" command. Then the /var/www/html directory will be available.
Excellent video.This was just what i needed.
You can watch the full project here: ruclips.net/p/PL184oVW5ERMAZ99fMM8vBso6JwqAbezBq
I have created another video explaining the entire process including putty configuration, keypair, IAM role, and security groups on windows: ruclips.net/video/dhRwKPrum44/видео.html
This is excellent! Thank you for the video and please keep them coming!
ruclips.net/channel/UCxm6ZcNMXMrckKRJPXlDu_w?view_as=subscriber
Please i was getting error 403 forbidden
can u fix this my webite is not responding it shows apache
service httpd start
Redirecting to /bin/systemctl start httpd.service
pls
fix this
i got the same issue as you, did you find the solution??
@@dannyespitia8840 yes
Hi,
I have followed everything steps by step, but when I try to open the website I get connection timed out. Can anyone please help?
It's better to buy a host on G-core labs servers. Less headache with installation, better price than Amazon, but the quality is not worse. We have been working with them for a year now and are wildly happy that we switched to them from AWS.
wow.. your website was so interesting..
i followed all the steps but when i paste the public ip it displays the apache webpage, not the s3 bucket.
same. Do you know what to do next?
Great video except you missed to explain how to change the .pem file to .ppk "the private key" to access the AWS instance!
Excellent tutorial! How do you apply your public IP address to a domain?
Hi I face a problem when change directory that no directory or file found can you pls help me to solve the same?
Hello, that means that you have not install Apache server. Use this command "yum install httpd -y" to install Apache server, and it will create the directory for you.
Very nice!
But you are a CAD channel?
Thanks Victor. I have moved all the AWS tutorials here: ruclips.net/channel/UCxm6ZcNMXMrckKRJPXlDu_w
sir is this same method for uploading adonis.js website which have a mysql database on cpanel?
I need to run a php file, but when i opened it into the public ip i just having the code but not the php working, can you help me?
This process does not work for PHP deployment. You have to install the PHP package on your ec2 instance.
Amazing video!!
Why website is running on http and not Https by following this tutorial
Where is the physical location of var/www/html? My machine? Does Apache have it? Amazon? I am clueless please enlighten me.
Hello Jacob, the var/www/html is a directory on your machine. By machine, I mean your ec2 instance. Also, think of a directory as a folder that is on your ec2 instance. The "var/www/html" directory will be created on your ec2 instance when you install apache on it.
Nice and simple explanation!. very helpful. Thank you :)
Why does the EC2 instance need to be updated?
Perfekt, really good Job ⭐️⭐️⭐️⭐️⭐️
I am new with AWS one question cant we upload the files directly from our computer to a EC2 instance? what you have done is uploading to S3 and you did a wget in EC2 for the files from S3. Is this necessary a step? Look forward to your reply.
Same question, thanks.
I have created another video explaining the entire process including putty configuration and keypair on windows: ruclips.net/video/dhRwKPrum44/видео.html
@@CADDefineHi thanks for the updated video using putty. But my earlier question is still not being answered in your updated video. Because in your updated video you still uploaded the web files to S3 and then did aws s3 sync s3://remote_S3_bucket local_directory to download the files into EC2 instance directory /var/www/html. My question is it necessary to upload the web files to S3 first? Cant we upload the web files from our local computer directly to /var/www/html instead of going via S3. If it is possible then we can avoid using S3 and also avoid using the aws s3 sync s3://remote_S3_bucket local_directory. Look forward to your reply.
@@kishranai6262 Sorry, I attached the wrong link. This is the right video: ruclips.net/video/qnn8iVcXJxw/видео.html
@@CADDefine Hi Thanks a lot for showing how to upload a file from local computer to EC2. Problem with this we need to issue the command several times to upload several files. This is good if you are uploading one file. Is there a way to use FileZila locally and upload several selected folders/or files to EC2 at one go!. If this is possible can u create a video on how to setup the filezila parameters so that it can link with the EC2 for FTP transfer as this will be very useful during development as we constantly upload the changes to the website to see how the changes work. Help much appreciated. If this is not possible is there an alternative way to upload several selected files and folders at one go to EC2.
Thank you for this super video❤
Thak you so...... Much bro... 😍😍😍😘😘
Good job, my friend!
Awsome Explaining man. Kudos to you. 🥂
I followed the steps, got Apache is running successfully but the html page is not loading from directory. It says "You may now add content to the directory /var/www/html/. "
Please suggest , any help is appreciated
i got the same issue as you, did you find the solution?
Just what I needed
I followed every single steps but all I can see when I copy and paste my public ip address is Apache Test Page and I don't know where did I go wrong..
Hey Christian. The Apache test page means that you have configured everything correctly but your Webfiles are not in the html directory. cd into the /var/www/html directory and check if your Webfiles are there.
if upload the changed file into bucket, does website get updated?
Hi Dayanand, No, it does not update automatically. You will have to update your ec2 manually.
How do I make this accessible by a user typing in a domain I own?
I think route 53
@@p.mcdrippln2340 yep got it. It was nerve racking doing this for the first time. Too much room for error lol
@@randomapperatus3773 Honestly, the first time I did it I did elastic beanstalk to route 53 and I screwed up my dns but I figured it out (basically I had to clear it on my Mac) but honestly anytime I touch anything in AWS I wait for a bomb to explode.
why amazon is so confusing, I was using smarterasp before and it only takes 4 to 5 clicks to publish your website
AWS is more than just a website hosting service, so it's going to be a bit more complex in order to maintain high security and compatibility with its other services.
can u create tutorial host website php and mysql then create phpadmin and conected file index to mysql phpmyadmin.
Yes I am working on it. Stay tune.
Nicely explanined. Thank you so much,
Thank you fren! ♥️♥️♥️
Great Video! Really helped
Glad it helped!
Hi, I like your tutorial. Question how can you make your site secure?
Brother please explain how to remove or detach the website from the internet also.Orelse just reply for "can we just stop the instance that we created" or is there any process,like stop the https...etc
you are a life saver
Hello Sir please do I have to use /var/www/html for react to?
Like others have mentioned I am also receiving a TEST PAGE from Apache. I'm BRAND new to AWS, so I just followed your instructions to the "t" on your video. Not sure what is going on.
Hello Esther, receiving the Test Page means that you have configured your EC2, security groups and Apache server properly. To troubleshoot this issue, navigate to the var/www/html directory on your EC2 instance and check if your html file is there. This is the web files that I use, try using mine and see you you get the same result.drive.google.com/file/d/1bMSOI5vHlN4p468fWM1UGi6jFr4giJWX/view?usp=sharing. I have also updated this video and you can find the updated version here:ruclips.net/video/dhRwKPrum44/видео.html
ruclips.net/video/R1qDgzerY1M/видео.html
Thank you. It's just what I have wanted.
Where you get ec2key.ppk?
i need your help bro. why i cant do wget object url link? and the output is HTTP request sent, awaiting response... 403 Forbidden. I need your help so much, thanks
Rizki Bhaskara Mulya Efendi, hello. You usually get that error if the right permissions are not granted. Have you made the bucket and it’s object public?
@@CADDefine Oh I see, but how if i want deploy which is contain Framework like CodeIgniter?
why didn't he just made that bucket and velocity object public and hosted directly from S3??!!
Thank you so much for this sir.
Tx lots..it helped me lot
is it work on windows ec2 instance?
You always want to get the latest update and security patches
Nice video, thanks
Great video, nice clear step by step approach. :)
Glad it was helpful!
Can you make a video on hosting a web application on AWS?
It will be very helpful
Great job bro. Thank you.
what is equivalent of mv velocity/* . for ubuntu
It would be the same for most of Linux.
@@nasibmohammad739 thnx
Thank You Bro ☺️☺️
Bro really these video hepls for us.
where do i get the key pair from
Hello Piyush, I will make another video explaining the entire process. Look out for it tomorrow. But you can create the keypair in the AWS management console. select ec2 service and you should see keypairs on the low left side of your screen. Select it and click "create keypair". But I will make another video tomorrow.
work for php site?
GANGSTA! TY you legend!
Excellent bro thanx for upload great video
Thank you kawaljeet and I appreciate your feedback. You can also watch the full project here: ruclips.net/p/PL184oVW5ERMAZ99fMM8vBso6JwqAbezBq
bro , how did u get the ec2key file
ruclips.net/video/34XZeexwPro/видео.html
help ! everything goes well until the PuTTY part where I have to enter my private key that I downloaded from AWS. My key has a .pem extension which is not recognised by the latest version of PuTTY. I've tried to rename my key's extension to .pkk but it's still not working. What can I do ? Great video by the way ! :)
Hello Anthony, you have to use puttygen to convert the pem file to a ppk file. Alternatively, you can also download your keypair in ppk format from the aws management console (this is the easiest way). I explained that step in the following video. ruclips.net/video/34XZeexwPro/видео.html
fyi, this is the video on how to convert pem file to ppk file. ruclips.net/video/6OzOxjFSc90/видео.html
Great video, thanks.