From the course: AWS Essential Training for Developers

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Hosting web apps with Elastic Beanstalk

Hosting web apps with Elastic Beanstalk

- [Instructor] Elastic Beanstalk is great if you have a single code base for your project and you just want to give AWS your code and let them do more of the work of managing the servers and the operating system updates. Underneath the hood, it's still EC2 servers, but it's great for developers who don't have the time for managing servers. Elastic Beanstalk is one way we can host our WordPress marketing site and AWS has a tutorial in their docs where you can create a high availability WordPress site using RDS for the database and EFS to store the uploaded files. If you're used to hosting WordPress from a shared host like GoDaddy or Blue Host, you usually pick a dedicated hosting plan based on your needs. If you want an experience similar to what you would get with one of these hosts, look at Lightsail. It's interface and user experience are similar to what you would get with another web host and it's a great way to bring a…

Contents