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
preguntada hace un año498 visualizaciones
2 Respuestas
0
Respuesta aceptada

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
EXPERTO
respondido hace un año
profile picture
EXPERTO
revisado hace un año
0
profile picture
EXPERTO
respondido hace un año
profile picture
EXPERTO
revisado hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas