How to Install WordPress and Move Files to EFS (Updated)

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.ย. 2024
  • Courses: www.aosnote.co...
    Website: www.aosnote.com/
    How to Install WordPress and Move Files to EFS
    This is an updated video on how to install WordPress on an Amazon Linux 2 EC2 instance and Move Files to EFS. This AWS tutorial video will teach you how to manually install WordPress on ec2 instance. We will also learn how to mount EFS to EC2 instance and move our WordPress files to our Elastic File System (EFS).
    Commands:
    drive.google.c...
    ----------------------------------------------------------------------------
    AWS Hands-on Projects for Beginners👇
    ----------------------------------------------------------------------------
    ✔ Getting Started on AWS Cloud: www.aosnote.co...
    ✔ Deploy a Static Website: www.aosnote.co...
    ✔ Deploy a WordPress Website: www.aosnote.co...
    ✔ Deploy a Dynamic E-commerce Website: www.aosnote.co...
    ✔ Deploy a Dynamic Website with Terraform: www.aosnote.co...
    ✔ Deploy a Static Website with Ansible: www.aosnote.co...
    ✔ Deploy a Website Docker, AWS ECR, and AWS ECS: www.aosnote.co...
    ✔ Deploy a Dynamic Website with CloudFormation: www.aosnote.co...
    ----------------------------------------------------------------------------
    Projects Coming Soon 👇
    ----------------------------------------------------------------------------
    ✔ Deploy a Website with Terraform Modules, AWS ECR, and AWS ECS
    ✔ Create CICD to Deploy a Dynamic Website
    ✔ Python and AWS Lambda Project
    ----------------------------------------------------------------------------
    Bootcamp 👇
    ----------------------------------------------------------------------------
    6 Months Cloud/DevOps Bootcamp: www.aosnote.co...
    ----------------------------------------------------------------------------
    Courses: www.aosnote.co...
    Website: www.aosnote.com/
    ----------------------------------------------------------------------------
    Thank you🙏. If you find this video valuable, please don't forget to like, subscribe, and share to support this channel 👍
    #aosnotes #wordpress #aws

ความคิดเห็น • 29

  • @daibhabeeb8387
    @daibhabeeb8387 3 ปีที่แล้ว +1

    Thank you very much, very well understood. what's the best way to reach out to you personally?

    • @AOSNote
      @AOSNote  3 ปีที่แล้ว

      Hello Daib. I appreciate your feedback. You can reach me at az.salu@gmail.com. I look forward to hearing from you.

  • @aaravbagla4258
    @aaravbagla4258 9 หลายเดือนก่อน

    sir not able to install mysql it is showing The GPG keys listed for the "MySQL 5.7 Community Server" repository are already installed but they are not correct for this package.
    Check that the correct key URLs are configured for this repository.

  • @AbhijeetSinghs
    @AbhijeetSinghs ปีที่แล้ว +2

    I’m getting this on putty when MySQL commands are entered “sudo systemctl enable mysqld
    Failed to execute operation: No such file or directory
    [root@ip-10-0-0-77 ec2-user]# sudo systemctl start mysqld”

  • @skipthecodepart2995
    @skipthecodepart2995 2 ปีที่แล้ว +2

    sir, i'm unable to install sql5.7 .. actually it installs with a missing package and then it is unable to start ...and the error is failed to start .. service mysqld.service not found
    how can I resolve this ?

    • @shashankshekhar-ds1wk
      @shashankshekhar-ds1wk 2 ปีที่แล้ว +1

      Hi Skip, Do you find any solution because I am facing the same problem. anything can be appreciated 👍

    • @jfp6360
      @jfp6360 ปีที่แล้ว

      Same here and I am facing the same issue, would anyone have the solution?

    • @janakiramank4142
      @janakiramank4142 ปีที่แล้ว

      Same issue. Any progress?

    • @Mo-fu5oi
      @Mo-fu5oi 10 หลายเดือนก่อน

      Hello, I have the same problem :( Did you find a solution?

  • @cerruz83
    @cerruz83 3 ปีที่แล้ว

    Thank you very much for your videos. I follow and it's very easy to follow your tutorial. I gave a tried with a different instance and I have few issues.
    Thank you again:)

  • @yusstilllearning2749
    @yusstilllearning2749 ปีที่แล้ว

    Thank you very much,its so helpful♥

  • @somemysteriousguy7114
    @somemysteriousguy7114 ปีที่แล้ว

    after i put in command #6 it keeps showing CP: overwrite with an object of some sort in colons. I press enter and it says the same thing CP: overwrite but this time the object in the colons is different. If i press enter again it will keep saying that but the object changes.

  • @tunicopp
    @tunicopp 2 ปีที่แล้ว

    hi, how edit Instances WordPress to upload files larger than 2 MB ?

  • @muheetkhan9650
    @muheetkhan9650 ปีที่แล้ว

    Hi, when i open PuTTY and put my ec2-user Ip and click open i get this error " No Supported Authentication Method Available (Server Sent: PublicKey******-*****........) and Header is PuTTY Fatal Error could you tell me why i am getting this error and how can i resolve it?

  • @Erikdulcesaludcl
    @Erikdulcesaludcl 2 ปีที่แล้ว

    Hello, excellent video. There is something that I don't understand well, when indicating that the efs is in /var/www/html, all wordpress is hosted in the efs or only some things (images, etc)
    thanks

    • @AOSNote
      @AOSNote  2 ปีที่แล้ว +1

      Yes, you are right. All the WordPress installation and configuration files (images, etc) will be stored in the EFS.
      So when you launch a new ec2 instance, you only have to install PHP, Apache, and MySql software on it. Once you have installed the software, you will mount the ec2 to your efs to pickup the WordPress configuration.
      As you can see, when we launch the new ec2 instance, you wont install WordPress again.

    • @Erikdulcesaludcl
      @Erikdulcesaludcl 2 ปีที่แล้ว

      @@AOSNote Thank you very much for your answer, I managed to configure the efs and an external rds correctly. I have an ALB connected to the instance, access is only to the instance through the ALB through port 80, everything is fine so far, but when I install the ssl certificate to the ALB (with ACM) the page loads unconfigured and in the browser I see the error: Mixed Content: The page at '' was loaded over HTTPS, but requested an insecure stylesheet ''. This request has been blocked; the content must be served over HTTPS.
      Any idea where the problem could be :)?

  • @henchi46
    @henchi46 ปีที่แล้ว

    Hello, i did 2 times this excersice and after implement all the finish commands in the EC2. when i try to start the worpress site the next error show up " Error establishing a database connection"
    i google it but nothing works for me yet. (re check the user, password, db name, etc in the wp-config.php file, restart the services, etc) but nothing.... if anyone as some idea of what could be, will be nice.

    • @AOSNote
      @AOSNote  ปีที่แล้ว

      Hello Henchi,
      Ensure that the database information in the wp-config file is entered correctly, especially the password. Many students I have assisted with troubleshooting have made the mistake of entering the incorrect password. To test, you can create another rds instance, save the password and update your wp-config file.

  • @pauloisaias3966
    @pauloisaias3966 ปีที่แล้ว

    i'm facing this problem! "Your PHP installation appears to be missing the MySQL extension which is required by WordPress." How can'i solve?

    • @AOSNote
      @AOSNote  ปีที่แล้ว

      Are you using the amazon linux 2 AMI?

    • @pauloisaias3966
      @pauloisaias3966 ปีที่แล้ว

      @@AOSNote Ohh!! I see! I'm using the Amazon Linux 2023 AMI, should i use the amazon linux 2 AMI instead?

    • @AOSNote
      @AOSNote  ปีที่แล้ว +1

      @@pauloisaias3966 Yes please use Amazon Linux 2. Some of the commands may not work on the Amazon Linux 2023 AMI because that AMI has different packages.

    • @pauloisaias3966
      @pauloisaias3966 ปีที่แล้ว

      @@AOSNote Works perfectly, thanks man! You're amazing!!

  • @JuanBautistaSartorioIsasi0212
    @JuanBautistaSartorioIsasi0212 3 ปีที่แล้ว

    The file with the commands does not exists anymore, broken link :(

    • @AOSNote
      @AOSNote  3 ปีที่แล้ว

      Are you have a problem mounting your file system?

    • @JuanBautistaSartorioIsasi0212
      @JuanBautistaSartorioIsasi0212 3 ปีที่แล้ว

      @@AOSNote No, the text file with the commands is not accesible anymore, for easier access.

    • @JuanBautistaSartorioIsasi0212
      @JuanBautistaSartorioIsasi0212 3 ปีที่แล้ว

      @@AOSNote Can you upload again your file? to avoid any typo or mistakes please.

    • @AOSNote
      @AOSNote  3 ปีที่แล้ว

      @@JuanBautistaSartorioIsasi0212 Understood and sorry about that. here is the download link: drive.google.com/file/d/1iEOubwV9GASm2bgkmqk0WMpgrob2aMM1/view?usp=sharing