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.

gefragt vor einem Jahr290 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor einem Jahr
profile picture
EXPERTE
überprüft vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen