Drupal Hosting on AWS

0

What would be recommended way of hosting Drupal on AWS ? I am confused between the two taking into consideration that Drupal updates can be done smoothly and server maintainance is not required over time which option would be suitable.

1.Using Elastic Beanstalk with RDS Aurora MySQL 2.Using Fargate with ECS with RDS Aurora MySQL Any other better options please suggest

Can Fargate ECS with Drupal use s3 instead of EFS?

Kaushik
已提问 1 年前502 查看次数
2 回答
0
已接受的回答

It is better to use ECS Fargate, which does not require OS management.
Drupal content could be stored in EFS and accessed from multiple ECS Fargate containers to easily handle scaling when the load grows.

Can Fargate ECS with Drupal use s3 instead of EFS?

Only static content such as html and png can be placed in S3.
PHP and other content should continue to be managed in EFS.

profile picture
专家
已回答 1 年前
profile picture
专家
已审核 1 年前
0
profile picture
专家
已回答 1 年前
profile picture
专家
已审核 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则