DEV Community

Cover image for AWS HA WEB APP
taqiyeddinedj
taqiyeddinedj

Posted on

1

AWS HA WEB APP

Experience seamless performance and uninterrupted availability as you interact with the app's cutting-edge features
The servers are not mine tho lol
SO
Starting with the creation of RDS because it takes some time to deploy,

Image description
then going to S3 and create two buckets:

Image description
The deployment of the word press site can take 15 minutes, I strongly recommend to follow official steps !
https://aws.amazon.com/getting-started/hands-on/deploy-wordpress-with-amazon-rds/

Some Useful TIPS:

  • launch EC2 from a template, you will need it for the Auto scaling group
  • The ALB, is created to span 3 subnets for the ASG instances
  • It's very helpful to use health check of ALB

Image description

And finally this is my Wordpress HIGHLY AVAILABLE !
And as you can see (check link URI), I am using Cloudfront which means it gets the data it is sharing from the S3 bucket so images can load faster!!

Image description
Final Result:
Image description

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay