How to migrate my website to AWS

0

I am new to this and I need to migrate my entire website to AWS, including the domain, my site is developed in Wordpress.

asked 10 months ago279 views
1 Answer
0

The following documents may be helpful for AWS configuration.
The following document uses the AWS Elastic Beanstalk service to create ALBs and EC2s, but you can also create them manually.
https://aws.amazon.com/jp/getting-started/hands-on/build-wordpress-website/

It is also a good idea to use AutoScaling for the EC2 portion for availability.
We recommend that you manage your WordPress content on a file server called EFS.
https://docs.aws.amazon.com/autoscaling/ec2/userguide/what-is-amazon-ec2-auto-scaling.html
https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html

If you are familiar with Docker container operations, you can replace the EC2 part with a container management service called ECS.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html

We also recommend that you check the documentation for best practices for hosting WordPress on AWS.
https://d0.awsstatic.com/whitepapers/wordpress-best-practices-on-aws.pdf

profile picture
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions