How to Create a Web Server with EC2

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 18

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

    Reduce the volume of the background music

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

      Thank you for your feedback, I will do that for the future videos.

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

    Thanks sir, it really hepled. Please make more such videos on AWS Services !

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

      Thank you for your appreciation. I will post more soon.

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

    Wow the video did helped me👏🏿

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

      thank you for you input, glad it was helpful.

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

    Web page is not opening for me even after adding the security group and HTTP

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

      I am sorry to hear that, I will suggest to check the following: -
      - Make sure that the EC2 instance is running and accessible. You can check the instance status in the AWS Management Console or by using AWS CLI commands.
      - Ensure that the security group associated with your EC2 instance allows inbound traffic on port 80 (HTTP) from the necessary IP addresses or ranges.
      - Double-check that the security group settings are correctly applied to the EC2 instance.
      - Double-check that the security group and network ACL associated with your EC2 instance allow inbound traffic on port 80.
      - Check the web server status using the command "sudo systemctl status httpd" is active (running). If its not running start it using "sudo systemctl start httpd"
      - Login to EC2 using ssh and try it locally using - curl localhost
      - Review the httpd logs, The main configuration file is usually located at /etc/httpd/conf/httpd.conf, and additional configurations may be in files under /etc/httpd/conf.d/. Check these files for any errors or misconfigurations.
      - Ensure that the firewall (iptables) on your EC2 instance allows inbound traffic on port 80. You can check and modify firewall rules using the iptables command or by using a firewall management tool.
      - Check Apache's access log (/var/log/httpd/access_log) for any requests coming to your server. If requests are reaching your server, it indicates that the issue might be with Apache's configuration or the website files.
      - Inspect Apache's error log (/var/log/httpd/error_log) for any error messages. These messages can provide valuable insights into what might be causing the issue.
      Hopefully you should be able to resolve the issue.

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

      I believe you are using http to access the public IP and not https as we haven't used https in this example

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

    Everything is good, but unnecessary background music

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

      Thank you for your feedback. We have removed background music from all recent video's

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

    Sir how to convert pdf

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

      I didn't got your question Venky. Can you please elaborate, I will try to answer it. Thank you!

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

      @@AWSCloudBytes sir after completed web server application how to convert pdf file

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

      The PDF has to be served by the web server? if so then you will either build a library to write PDF and render from the web browser or source it through a content delivery location if its a static resource. Please let me know if this gives some insight else please write in detail what exactly are you trying to build.

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

      @@AWSCloudBytes kk sir

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

    That music is really annoying!

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

      Apologies for that, I have removed any kind of background music from recent videos.