Host your personal site on AWS EC2 Instance | EC2 Instance | Demo | Website Hosting | Web App on EC2

Поділитися
Вставка
  • Опубліковано 30 вер 2024
  • Host your personal site on AWS EC2 Instance | EC2 Instance | Demo | Website Hosting | Web App on EC2
    Hi Learner,
    In this video I have demonstrated - How to host your personal website on AWS EC2 Instance.
    If you like the video please consider subscribing to the channel and hit the like button and share among your friends.
    How to create an EC2 Instance: • How to create AWS EC2 ...
    How to connect to an EC2 Instance: • How to connect to AWS ...
    Linux Commands used in the video:
    sudo su -
    yum update -y
    yum install -y httpd
    systemctl status httpd
    mkdir temp
    cd temp
    wget www.free-css.c...
    unzip complex.zip
    cd complex
    ls -lrt
    mv * /var/www/html
    systemctl enable httpd
    systemctl start httpd
    Thank you. I hope this helps. If you find this video useful please Like, Share and Subscribe to the channel!
    Regards,
    A Monk in Cloud
    (amonkincloud@gmail.com)
    #AWS #LearnAWSforFree #Free #FreeResources #Top5 #2022 #AWSCommunityBuilderProgram #Community #UA-cam

КОМЕНТАРІ • 436

  • @ivanxie8192
    @ivanxie8192 Рік тому +34

    Super dope Video, so far this is the best quality I have seen for AWS EC2.

    • @amonkincloud
      @amonkincloud  Рік тому

      Glad that it helped you Ivan!

    • @vamshikrishna7945
      @vamshikrishna7945 Рік тому

      ​@@amonkincloud thanks for the clear information bro..this question is asked me in mock interview ,how to host the application in EC2.? now am clear this

  • @bhupeshsingh9374
    @bhupeshsingh9374 Рік тому +21

    to the point sir thnq i searched the whole internet but wasted my time until i encountered your video..

    • @amonkincloud
      @amonkincloud  Рік тому +1

      Glad that it helped you Bhupesh!
      Regards,
      A Monk in Cloud ☁️

  • @cjfthistle
    @cjfthistle 3 місяці тому +7

    This was great. I liked the style of going through and fixing “mistakes” as if we were discovering the solution alongside you.

  • @blackiebot
    @blackiebot 5 місяців тому +2

    Sir can you please reply me
    Actucally i m using free tier
    While launching instance,in network setting how am i disabled for auto assign public ip
    Can you please provide some solution

    • @amonkincloud
      @amonkincloud  5 місяців тому

      If you are using default VPC, you should not alter anything in default VPC. Create a new VPC and make all the configuration changes in that VPC

    • @blackiebot
      @blackiebot 5 місяців тому

      ​@@amonkincloud it will be free of cost?

  • @soulfulmusic9396
    @soulfulmusic9396 2 місяці тому +2

    Hi, I tried this but used FTP to upload the website. I was able to upload it, but when moving to html folder, its not moving the index.html or other files, but its moving all other folders. I looked around, they are saying to enable static website hosting, but we never used S3 storage in this EC2 instance process that you explained. could you please help on this, what could ahve been the issue.

    • @amonkincloud
      @amonkincloud  2 місяці тому

      In the EC2 instance you will have /var/www/html if you have installed the webserver. If not you won’t be able to. Also what is the error that you received? Also do you have root privileges while transferring the files? Having root privileges is important.

  • @kelvinosiri5484
    @kelvinosiri5484 20 днів тому +1

    hi ... i sent you an email about my dissertation can you please respond to that ??

  • @codeclubs
    @codeclubs 16 днів тому +1

    Sir i have a doubt...if i Close the EC2 connect..whereas stilling leaving the EC2 instance running, becuase of shell session over..my website is not getting hosted..what i can do sir..inorder to host the application...without any interuption

    • @amonkincloud
      @amonkincloud  16 днів тому

      No the HTTPD service should be running even if you logout from the machine

  • @shreetamamukherjee1453
    @shreetamamukherjee1453 22 дні тому +1

    I want to request a particular thing
    Because most of the viewers are students or learners just like me, I would like you to show that what instances or virtual machines to shut down once the work is done because I had to pay a bill for not logging out or terminating the instances just by watching the video tutorials where they showed just what to do but skipped the billing part

    • @amonkincloud
      @amonkincloud  22 дні тому

      Thanks for the feedback.
      I will make sure to add this to my upcoming videos.

  • @dhruvd8953
    @dhruvd8953 Місяць тому +1

    I don't know if you'll reply to this comment or not. But still I'll give it a try. How should I connect my domain name to this website you just created? And how to log in and log out from this website? If you've any resources explaining the same then you can drop your link.

    • @amonkincloud
      @amonkincloud  Місяць тому +1

      Last bit of this video might help you: ua-cam.com/video/1hpHn1uOEeI/v-deo.htmlsi=pM0WCli7xyL58M3D

  • @thanhlamnguyen4196
    @thanhlamnguyen4196 Місяць тому +1

    for the local project, let say I hold my project in MyDesktop/My_Project on my computer, how do I upload it to EC2 server ?

  • @joanmaesalvador7419
    @joanmaesalvador7419 4 місяці тому +1

    Hello sir! Thank you for your great work. Are those commands you use in the Virtual Server a default in AWS? Where can we access and learn those commands to use on our personal projects?
    I will hugely appreciate the reply, sir! Thanks a lot!

    • @amonkincloud
      @amonkincloud  4 місяці тому

      Those are linux commands. You can use any sites available online to learn them.
      They aren’t specific to AWS, those will work even if you have your own linux machine

  • @Fathima-w7j
    @Fathima-w7j 29 днів тому +1

    after completing every step when i load my ip address , the page with message "it works" .my website was not visible y?

    • @amonkincloud
      @amonkincloud  29 днів тому

      Please double check if you have followed everything that is documented in the video

  • @Bill0102
    @Bill0102 7 місяців тому +1

    I'm captivated by every word. I read a book with similar content, and I was completely captivated. "Mastering AWS: A Software Engineers Guide" by Nathan Vale

    • @amonkincloud
      @amonkincloud  7 місяців тому

      Glad to know this. Will read this book one day

  • @kushagramahalwal
    @kushagramahalwal 16 днів тому +1

    If I want to host my own website instead of the demo that you have shown, so I need to the clone the git repo into the new dir you made and the follow the next steps?

  • @dushyantsinhjadeja9479
    @dushyantsinhjadeja9479 Місяць тому +1

    hello sir can you upload video with to installation with database like mysql

    • @amonkincloud
      @amonkincloud  Місяць тому

      Its already there: ua-cam.com/video/rtG8S5WsSHg/v-deo.htmlsi=ox4i2YJQz_GdoNQB

  • @RUSTAID69
    @RUSTAID69 3 місяці тому +1

    so I want to host a website like Instagram with around 1 lakh users per month can you recommend to me all the instances I need, like ec2, SQL, storage etc

    • @amonkincloud
      @amonkincloud  3 місяці тому

      Please check the AWS Well architected framework for more details

  • @pranaytaklikar1083
    @pranaytaklikar1083 6 місяців тому +1

    Sir at 9:15 you paste the link of website(zip file) .,
    But how do i use my zip file which is situated at my computer ?
    Please answer sir, tomorrow is my project submission. 🙏

    • @amonkincloud
      @amonkincloud  6 місяців тому

      Place your files related to website in the GitHub repository and use ‘git clone repo-url’ and clone the repo. The next steps remain as is.
      All the best for your presentation 🙌

  • @saithonukunoori412
    @saithonukunoori412 Рік тому +3

    How to get our own custom website
    Which is in our local file sytem so i will push to my git repo and i will get it will it work ?

  • @methilyjohri40
    @methilyjohri40 26 днів тому +1

    thank you so much for this vedio, can i upload the local host website zip file too? please tell me

    • @amonkincloud
      @amonkincloud  26 днів тому

      Thanks for the feedback!
      Yes you can upload your own zip file too

  • @Kalki-2
    @Kalki-2 2 місяці тому +1

    Well explained .... But i have only one question that after unzip the file why you just moved the docs and why only to /var/www/html/ ? I'm new on Devops so can you please explain briefly

    • @amonkincloud
      @amonkincloud  2 місяці тому

      The website will be visible to the world only if you place the contents in that folder. Its a webserver configuration

  • @sgMdS
    @sgMdS Рік тому +2

    ace

  • @NAYANBISWAS-n4g
    @NAYANBISWAS-n4g 2 місяці тому +1

    SIR, what is the differ in [service httpd start ] and [systemctl enable httpd]

    • @amonkincloud
      @amonkincloud  2 місяці тому

      [service httpd start] starts Apache immediately but does not ensure it starts on system boot, while [systemctl enable httpd] configures Apache to start automatically on system boot but does not start it immediately unless followed by [systemctl start httpd].

  • @MfunekoNdeya
    @MfunekoNdeya 5 місяців тому +1

    hello thank you for the video it was a big help i have a question though at the end the website isn't secured how could one make it secure or will that change if you buy a website from a site like Namecheep?

    • @amonkincloud
      @amonkincloud  5 місяців тому

      You just need to install SSL or TLS certs

  • @Barantoww
    @Barantoww 5 місяців тому +1

    Hello I am grateful for this video, but I do have an issue.I can connect to do website via http but when I try https I cannot connect.Is there a solution?

    • @amonkincloud
      @amonkincloud  5 місяців тому

      Yes this is only with HTTP. But if you need HTTPS you can go with SSL Certificates

  • @chethiyawijewickrama6425
    @chethiyawijewickrama6425 Місяць тому +1

    Hi,
    can you do a vidoe how to get aweb address for the Public IP address

    • @amonkincloud
      @amonkincloud  Місяць тому

      Last bit of this video might help you: ua-cam.com/video/1hpHn1uOEeI/v-deo.htmlsi=23Lfn0Fi8cH8UD_F

  • @MrOptimusPrime.
    @MrOptimusPrime. Рік тому +1

    So EC2 is equal to webhosting in 1980s. Bro just s3 and cloudfront will do the trick in minutes.

    • @amonkincloud
      @amonkincloud  Рік тому

      That is also there and the tutorial is also available on my channel.
      S3 is good for static website. What if you what responsive website?

  • @tchowz
    @tchowz 6 місяців тому +1

    nice video, but i when trying to do this with laravel aplicattion doesnt work, can make one video teaching host a laravel application??

  • @anglija-england
    @anglija-england 10 місяців тому +1

    Was trying to follow the steps: first the vid is a bit out of date. second looks like you jumping directories on cli which makes it a bit confusing therefore I failed on the task.

    • @amonkincloud
      @amonkincloud  10 місяців тому

      Please pause the video and revisit if you want to follow the commands

  • @nikhilpatel2828
    @nikhilpatel2828 7 місяців тому +1

    How do I give my own zip files of front-end and backend instead of website?
    While loading it in temp folder?

    • @amonkincloud
      @amonkincloud  7 місяців тому

      You can clone the repo if you are storing it in a remote repo

  • @Prodman_Solutions
    @Prodman_Solutions Рік тому +7

    This kind of video we expected to practice this in AWS. Thanks for sharing!! Hope you subscribers will increase 10x soon

    • @amonkincloud
      @amonkincloud  Рік тому

      Glad that it helped you and thank you for your well wishes.

  • @Uniquenavs
    @Uniquenavs 9 місяців тому +1

    After typing yum update -y it didn't gave completed update
    It said no packages for update
    What to do 😢

    • @amonkincloud
      @amonkincloud  9 місяців тому

      What is the OS type that you are using?

  • @ozonewagle
    @ozonewagle 3 місяці тому +1

    Hello, i have a small confusion. I am trying to use aws calculatr to calculate an estimate for a simple web application hosting.
    I am having a great confusion on outbound data transfer, even if i select few GB as outbound data transfer the price goes insanely high(like some dollars per GB's)
    When the users are fetching the content of your website, then the site that the aws service(or an ec2 instance) that sends to user count's as outbound data isn't it?

    • @amonkincloud
      @amonkincloud  3 місяці тому

      Yes, you're correct. In AWS, "outbound data transfer" refers to the data that is sent from your AWS services (such as an EC2 instance) to the internet. This data transfer is often billed separately and can get quite expensive depending on the volume.
      Here’s a more detailed explanation:
      Inbound Data Transfer: This is the data that comes into your AWS services from the internet. For most AWS services, inbound data transfer is free.
      Outbound Data Transfer: This is the data that leaves your AWS services and goes to the internet. When users access your web application and fetch content, the data sent from your EC2 instance (or other AWS services) to their devices is considered outbound data transfer. This is usually charged per GB and can become expensive with high traffic volumes.

    • @ozonewagle
      @ozonewagle 3 місяці тому

      @@amonkincloud Thank you so much...❤❤❤❤

  • @bytebrilliance612
    @bytebrilliance612 2 місяці тому +1

    what if I have zip file on local PC. how can I add that, anyone can help?

    • @amonkincloud
      @amonkincloud  2 місяці тому

      Transfer the zip file using tools file SCP or Filezella

  • @rsanjoy4u
    @rsanjoy4u Рік тому +9

    Thanks Sir. My instructor ran a script without explaining detailed steps as to why. You are a prophet to us. Thank you again.

  • @apenrad
    @apenrad 7 місяців тому +1

    I think you must have a credit- or debitcardnumber for registration.

  • @anythingit2399
    @anythingit2399 4 місяці тому +1

    From where did you get the .zip file? When you copied the link

    • @amonkincloud
      @amonkincloud  4 місяці тому

      I have explained it in the video itself. Please re watch

  • @nnekaschronicles9075
    @nnekaschronicles9075 8 місяців тому +1

    Thanks for your video. I sent an email to you. Could you respond please.

  • @arthursulit
    @arthursulit Рік тому +4

    Acha! I especially like how you log into Console via aws instead of having to use any desktop SSH client like Putty. Namaste!

  • @RabiAdu-b1y
    @RabiAdu-b1y 7 місяців тому +1

    I wanted to ask if this was good for the resume in order to be applying for jobs Sir

  • @generalUse-t4q
    @generalUse-t4q 7 місяців тому +1

    hi, it was a nice video. Can you explain, How can we edit the website after we host it?

  • @Prachita516
    @Prachita516 5 місяців тому +1

    can i use the github repository link as a sample link ?? please reply

    • @amonkincloud
      @amonkincloud  5 місяців тому

      Yes you can clone the repository

  • @tes8128
    @tes8128 Рік тому +4

    thanks for this wonderful lectures, but pls, show us how to do all these settings in the window ami instance

  • @SurajMoon
    @SurajMoon 11 місяців тому +5

    Amazing step by explanation of what is happening and also explaining why is it happening. Great work.

  • @HG77K
    @HG77K Рік тому +6

    Subscribed. Your explanations are easy, comprehensive and straightforward. Thank u

  • @vipulgolecha
    @vipulgolecha 11 місяців тому +1

    Hie , I am looking for a tool or app where i can manage content of homepage for a website hosted on AWS

    • @amonkincloud
      @amonkincloud  11 місяців тому

      Please use Version Control System

  • @jerukarabi2965
    @jerukarabi2965 3 місяці тому +1

    now i need tutor to connect my domain and install SSL please

    • @amonkincloud
      @amonkincloud  3 місяці тому

      I have covered that in another tutorial

  • @shreyarawatvlogs6920
    @shreyarawatvlogs6920 2 місяці тому +1

    how should i host a website that is on my laptop

    • @amonkincloud
      @amonkincloud  2 місяці тому

      Transfer all the files in to the server (that specific path) and you are done

  • @cesareoliva
    @cesareoliva 10 місяців тому +1

    Thanks this is the way to copy a site but how do you design it, with your content

    • @amonkincloud
      @amonkincloud  10 місяців тому

      You can have your own HTML, CSS and JS files and place it in the same path as of this video

  • @gulamrashul975
    @gulamrashul975 Рік тому +3

    Instead of upload zip via link how to direct upload zip

    • @amonkincloud
      @amonkincloud  Рік тому

      You can login to the EC2 Instance using any of the tools like - winScp and transfer the files.

  • @CHOWDAVARAMSREEHASINI
    @CHOWDAVARAMSREEHASINI 5 місяців тому +1

    bro, in the linux commands the command : mv * /var/www/html/
    if i use this command it is showing "it is not a directory"
    can u please resolve asap

    • @amonkincloud
      @amonkincloud  5 місяців тому

      Check if httpd is installed or not

  • @IrfanKarnali-we5ku
    @IrfanKarnali-we5ku 5 місяців тому +1

    can i use ec2 to host my website on a purchased domain name?

  • @abiydema3277
    @abiydema3277 Місяць тому +1

    Thanks for the video,
    How do you replace the link address from "52.71.112.100" to a custom URL?

    • @abiydema3277
      @abiydema3277 Місяць тому +1

      Route 53

    • @amonkincloud
      @amonkincloud  Місяць тому

      This video might help you: ua-cam.com/video/1hpHn1uOEeI/v-deo.htmlsi=IKKE8LbdmhoyxhMp

    • @abiydema3277
      @abiydema3277 Місяць тому

      @@amonkincloud Thank you !

  • @gayatrivaidya4052
    @gayatrivaidya4052 11 місяців тому +1

    Hi monk ...could you please tell me if we terminate our running instance then also web application or server will be assisable? From our IP ? Or it will be vanished after terminate instance?

    • @amonkincloud
      @amonkincloud  11 місяців тому

      Terminating Instances means you do not have access to the instance later

    • @gayatrivaidya4052
      @gayatrivaidya4052 11 місяців тому +1

      Ya but after that also we can access our website right ? Which we created by using that instance?

    • @amonkincloud
      @amonkincloud  11 місяців тому

      No you cannot

    • @gayatrivaidya4052
      @gayatrivaidya4052 11 місяців тому

      Ohk great thank you !

  • @kiranmarathe5586
    @kiranmarathe5586 7 місяців тому +2

    Sir i entered the command "systemctl enable httpd" but it is showing "access denied" and i cannot start the service . Sir Please help what is issue

    • @amonkincloud
      @amonkincloud  7 місяців тому

      Try with “sudo systemctl enable httpd”

  • @boluwatifejude6223
    @boluwatifejude6223 Рік тому +1

    i tried deploying but am getting refused to connect error

    • @amonkincloud
      @amonkincloud  Рік тому

      Not sure how you are doing it. But it has worked for many

  • @saswatranjan9036
    @saswatranjan9036 Рік тому +1

    i can logged in by phone bt i cant with my laptop pls help.

  • @indianputon814
    @indianputon814 2 місяці тому +1

    what is the need to create a temp directory we can we directly add files and unzip in /var/www/html

    • @amonkincloud
      @amonkincloud  2 місяці тому

      Yes you can. It is always a best practice to copy it to some temp folder and then move it to the html location

    • @indianputon814
      @indianputon814 2 місяці тому

      @@amonkincloud thank you so much

  • @MuhammadFaizanVlogger
    @MuhammadFaizanVlogger 6 місяців тому +1

    which is used to host a static (only frond end ) website: EC2 instance or S3?

    • @amonkincloud
      @amonkincloud  6 місяців тому

      Sorry didn’t understand your question

    • @MuhammadFaizanVlogger
      @MuhammadFaizanVlogger 6 місяців тому

      @@amonkincloud I wanna host a website on AWS. so could you let me know S3 will be used or EC3 instance?

  • @ishanchaturvedi9732
    @ishanchaturvedi9732 5 місяців тому +1

    Not able to deploy the backend.How to do it please?

  • @sabircerner9747
    @sabircerner9747 Рік тому +5

    Bro … this is the best video I found on internet about hosting a web server on EC2 .
    Very nicely explained including things that would not work and settings explained by actually getting errors and then solving it .
    Thanks a lot

  • @ashwin6041
    @ashwin6041 Місяць тому +1

    usefull content bro thank youh

    • @amonkincloud
      @amonkincloud  Місяць тому

      Thanks for the feedback 🥳
      Keep supporting 🙏

  • @kiranmarathe5586
    @kiranmarathe5586 8 місяців тому +1

    Sir what is that zip file ? I downloaded website file in my drive so is it zip file ??

    • @amonkincloud
      @amonkincloud  8 місяців тому

      That zip file contains html files

    • @kiranmarathe5586
      @kiranmarathe5586 8 місяців тому

      ​@amonkincloud sir can i do this all on my android mobile ?

  • @samproxd6837
    @samproxd6837 Рік тому +2

    How can i link it with custom domain. Got any tutorial for that?

  • @hnry166
    @hnry166 11 місяців тому +1

    Hi im facing a problem, after creating and launching Instance State is running but my Status Check is stuck in initializing. What shall I do in order to check pass 2/2?
    Please help

    • @amonkincloud
      @amonkincloud  11 місяців тому

      I can jump on a call to check the issue

    • @hnry166
      @hnry166 11 місяців тому +1

      @@amonkincloud thanks for response but it got fixed after I did reboot

    • @amonkincloud
      @amonkincloud  11 місяців тому

      @hnry166 good to know

  • @israel5502
    @israel5502 5 місяців тому +1

    sir , how to upload the folder if it is in my computer. somewhere at D drive

    • @amonkincloud
      @amonkincloud  5 місяців тому

      Move your files to github and then clone the repository inside your machine

    • @israel5502
      @israel5502 5 місяців тому

      @@amonkincloud could you please mention the steps in brief ? I have my repo ready in github. now what are the commands that i should run , i don't know

  • @Paul-AWS
    @Paul-AWS 6 місяців тому +1

    would love you to do that on windows AMI

    • @amonkincloud
      @amonkincloud  6 місяців тому

      We don’t use Windows generally

  • @vamsikrishnaaanandam359
    @vamsikrishnaaanandam359 2 місяці тому +1

    why we need to upload zip file only and what is need to unzipping it?

    • @amonkincloud
      @amonkincloud  2 місяці тому

      You can upload your own files

    • @somdaschatterjee4077
      @somdaschatterjee4077 Місяць тому

      It's mainly because some ctrl+m Or other special characters might creep in when not using a zip

  • @Hemarawal122
    @Hemarawal122 Рік тому +1

    Sir i i want to upload my website from my window O. S to aws linux O. S how i upload

  • @bladegaming6354
    @bladegaming6354 2 місяці тому +1

    how can i attach web server with my website and how to change that public ip address to site address so it can be accessible by site address

    • @amonkincloud
      @amonkincloud  2 місяці тому +1

      Use Route53

    • @bladegaming6354
      @bladegaming6354 2 місяці тому

      @@amonkincloud thanks sir I saw the process of route53 but I have one more doubt , I created a tool UA-cam video convertor but in route 53 videos they access with domain name I mean it's not like a particular webpage of that website.pls tell if I do all the process of route53 then can I edit it with WordPress or not?

    • @bladegaming6354
      @bladegaming6354 2 місяці тому

      I created a code which runs but for designing I want to use wordpress. Is it possible from route53 that I can edit with WordPress?

  • @anonymousorg5050
    @anonymousorg5050 Рік тому +3

    Thank You Sir 😫😫😫😫😫 bhot pareshan tha mai 😫😫😫😫😫😫 Thank you so much🥺🥺🥺🥺🥺🥺 Please make video on how to connect domain name to your ec2

    • @amonkincloud
      @amonkincloud  Рік тому +1

      Hi Anonymous Org, Glad that it helped you. I have already made a video on how to connect domain name to EC2 Instance, please check it and let me know if it helped you.
      Video link: ua-cam.com/video/1hpHn1uOEeI/v-deo.html
      Hope this helps!
      Thanks and Regards,
      A Monk in Cloud ☁️

    • @anonymousorg5050
      @anonymousorg5050 Рік тому +1

      @@amonkincloud Thank You So Much

    • @amonkincloud
      @amonkincloud  Рік тому

      Glad that it helped. Keep supporting!

  • @tjreviews1338
    @tjreviews1338 5 місяців тому +1

    sorry, but in my server Yum is not found. how to solve it?

    • @amonkincloud
      @amonkincloud  5 місяців тому

      Try to use the installer according to your server.
      If its deb based: apt get
      If its rhel based: yum
      Do not copy paste the command unless you understand the use of it

    • @tjreviews1338
      @tjreviews1338 5 місяців тому

      @@amonkincloud thank you sooo muchh

  • @mdabutorabkhan3370
    @mdabutorabkhan3370 5 місяців тому +2

    Thank you sir, why it is showing not secure?

    • @amonkincloud
      @amonkincloud  5 місяців тому

      SSL Certificate is not installed

  • @mbrotmans
    @mbrotmans Рік тому +2

    Any concerns of outgoing bandwidth charges if you were to get hit with a DDoS or does the standard AWS Shield protect out of the box from that type of thing from happening?

    • @amonkincloud
      @amonkincloud  Рік тому

      If it is a mission critical application, I would also add AWS Shield. For more details regarding pricing please use AWS Calculator as they have given in depth analysis.

  • @anonysmooth648
    @anonysmooth648 8 місяців тому +2

    very informative video
    thanks for this! god bless you!

  • @sauzianyalanka3422
    @sauzianyalanka3422 Рік тому +1

    Sir actually we have given a project -online shopping by using backend as a aws and frontend html ..

  • @shashank7533
    @shashank7533 6 місяців тому +1

    if i was using the ubuntu image the yum dosen't work what do i use then??

    • @amonkincloud
      @amonkincloud  6 місяців тому +1

      apt get

    • @shashank7533
      @shashank7533 6 місяців тому +2

      @@amonkincloud thanks for the wonderful video , i was able to deploy my first application in the net , i have one doubt what happens if i want to deploy another application should i remove the files first from /var/www or will it run if there are like two different html files , and will it run if i put the entire folder containing the files instead of single files

    • @amonkincloud
      @amonkincloud  6 місяців тому

      @shashank7533 usually one index.html file would be placed with all the styles

  • @ruzhellgimena2831
    @ruzhellgimena2831 10 місяців тому +1

    how to upload your own zip fil

  • @Janmastami_2025
    @Janmastami_2025 Рік тому +2

    can we set the domain name in that.?
    anyone!!

  • @christopher9145
    @christopher9145 Місяць тому +1

    Something difficult made super easy. Thank you friend. I understand now. I’m now a subscriber.

  • @ACEValorantlive
    @ACEValorantlive 4 місяці тому +1

    i'm got everything as you said but I cannot see the website working. It shows the msg that"It Works". what should I do?

    • @amonkincloud
      @amonkincloud  3 місяці тому

      I didn’t get what is the actual issue.

  • @Barantoww
    @Barantoww 5 місяців тому +1

    Teşekkürler.

  • @bigbadcatbigbcy2933
    @bigbadcatbigbcy2933 5 місяців тому +2

    I get only "It works" instead of my website anyone knows the reason?

    • @amonkincloud
      @amonkincloud  5 місяців тому

      Didn’t understand your question

    • @bigbadcatbigbcy2933
      @bigbadcatbigbcy2933 5 місяців тому

      @@amonkincloud When I write the IP to the browser I mean public ip, I get a page that it says "It works!". Trying to solve this for a hour but no luck

  • @isahilpal
    @isahilpal Рік тому +2

    Great video can we get a paid course or maybe personal guide for custom setup

    • @amonkincloud
      @amonkincloud  Рік тому

      We do not have any paid courses as of now. But, if you require any help please drop an email at amonkincloud@gmail.com

  • @Alert-ur5oz
    @Alert-ur5oz 6 місяців тому +1

    hii sir i created ec2 instance & after some time i terminated that even though my billing is active. aws is charging me ... any solution for this pls

    • @amonkincloud
      @amonkincloud  6 місяців тому

      Please check other resources like EBS Volumes, Elastic IP is terminated or not

  • @aayushujjwal
    @aayushujjwal 2 місяці тому +1

    Awesome if it works

  • @tulioalbuquerquefarias2748
    @tulioalbuquerquefarias2748 Рік тому +3

    Thanks for the video! Never used AWS but need to get into it and this helped a lot, everything was very understandable. Could this be done with a Django or Flask webapp as well or does it have to be html/javascript/css only?

    • @amonkincloud
      @amonkincloud  Рік тому +2

      There is a separate tutorial for Django and Flask please check the AWS playlist

  • @NotYuzuru
    @NotYuzuru 7 місяців тому +2

    Sick video. Love the clear explanation :D

    • @amonkincloud
      @amonkincloud  7 місяців тому +1

      Thank you
      Keep supporting 🥂

  • @nitinchowdary245
    @nitinchowdary245 Рік тому +3

    Super bro Really very helpful

  • @dopaminesero6390
    @dopaminesero6390 Рік тому +2

    helpful video, but you could have explained little more about specific commands actions and about shells and all.

    • @amonkincloud
      @amonkincloud  Рік тому +1

      Thank you for the feedback. I have made a separate video on all the Linux commands that a Cloud or a DevOps Engineer should know. Please check that for more information

    • @dopaminesero6390
      @dopaminesero6390 Рік тому

      @@amonkincloud thanks, I checked but didnt find.

  • @LaughsOnLolland
    @LaughsOnLolland Рік тому +1

    Nice detailed video on but unfortunately the "Yum" command not found.. What other command is accepted??

    • @amonkincloud
      @amonkincloud  Рік тому

      It depends on the OS if its ubuntu based then apt-get will work

  • @keenanmacarthur9367
    @keenanmacarthur9367 2 місяці тому +1

    thank you, i could not figure out for the life of me why my website was not going live, i went into dnschecker it said it was live, i double and triple checked my ufw firewall, and finally i saw i just needed to add an inbound rule in my security group to allow HTTP port 80, even though it was already allowed on my firewall it was not inside my instance. Thank you again so much!

    • @amonkincloud
      @amonkincloud  2 місяці тому

      Glad that it helped.
      Keep supporting

  • @sudhakarmohandass6609
    @sudhakarmohandass6609 Рік тому +1

    Top Notch Explanation And Clear 🔥🙏 Thank You .! And How To use Tally In Windows Ec2 instance? Thanks is Advance

  • @salwasaied426
    @salwasaied426 Рік тому +1

    thank that was very helpful … i have some questions:
    - can i install mysql and phpmyadmin on that virtual server?! and if yes then how?
    - can i install cpanel or are there any similar on aws that i can manage my hosting files, email accounts and databases as any other hosting companies?
    - can i add personal domain to this virtual instead of the ip address ?
    - can i have something like vps with multi website in one virtual?
    thanks again and waiting for your reply

    • @amonkincloud
      @amonkincloud  Рік тому

      You can you all of them.
      You can find a video on mysql on my playlist

  • @kihunkim9122
    @kihunkim9122 Рік тому +1

    Thank you so much! Is it possible to buy a Domain Name and link the IP address that you just created by EC2? I want to host a web and manage it by myself via EC2

    • @amonkincloud
      @amonkincloud  Рік тому

      Yes you can! Create a record for the ip address

  • @AlokKumar-p9k
    @AlokKumar-p9k Рік тому +1

    You don't have permission to access this resource. why i am getting this?

    • @amonkincloud
      @amonkincloud  Рік тому

      When did you face this issue? I mean while accessing what?

  • @mishraparas1988
    @mishraparas1988 11 місяців тому +1

    Thanks for all Sir, your teaching skill is too good but here a issue that in case of PHP file ?

  • @ParwinaJalili
    @ParwinaJalili 5 місяців тому

    Hello, thank you very much for this tutorial, I'm completely new with AWS; recently the company where I'm working is deciding to shift from normal web hosting to AWS; my question is how create an instance of MySQL DB and connect it with your web application server? if anyone else has experience please let me know about. thank you

    • @amonkincloud
      @amonkincloud  5 місяців тому

      Thank you
      Please check the AWS Playlist you will find a video on this

  • @mohitas
    @mohitas Рік тому +4

    This is exactly what I needed. Thank you !

  • @MavicMinMan
    @MavicMinMan Рік тому +1

    Great Video, Ive done all as asked but the problem Im getting with my instance is its showing up as the webnsite is unsafe and that it could be a potentially harful Malware. Is this a problem with my browser settings moreso?

    • @amonkincloud
      @amonkincloud  Рік тому +1

      This might be because we have not configured the SSL or TLS certificates. Which can be done by following other tutorials (not mine)

  • @theycallmekingmo
    @theycallmekingmo 8 місяців тому +1

    You saved me!!! thank you!!!