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?

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ