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 Answers
0
Accepted Answer

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
EXPERT
answered 10 months ago
profile picture
EXPERT
reviewed 10 months ago
0
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