Error while deploying Elasticbean stalk with EFS mounting

0

Hi, I am trying to deploy Flask based application with Elascticbean with additional config file for mounting EFS. I am getting below error and deployment is failed. Please help.


2022-12-30 15:24:57,931 [ERROR] Command 01_mount (/tmp/mount-efs.sh) failed 2022-12-30 15:24:57,932 [ERROR] Error encountered during build of prebuild_0_efs4_tutorial: Command 01_mount failed Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/cfnbootstrap/construction.py", line 579, in run_config CloudFormationCarpenter(config, self._auth_config, self.strict_mode).build(worklog) File "/usr/lib/python3.7/site-packages/cfnbootstrap/construction.py", line 278, in build self._config.commands) File "/usr/lib/python3.7/site-packages/cfnbootstrap/command_tool.py", line 127, in apply raise ToolError(u"Command %s failed" % name) cfnbootstrap.construction_errors.ToolError: Command 01_mount failed 2022-12-30 15:24:57,934 [ERROR] -----------------------BUILD FAILED!------------------------


I tried to with below changes in mount.config file but still the same error.

EFS_MOUNT_DIR='/efs' EFS_FILE_SYSTEM_ID='fs-xxxxxxxx'

Regards, Deepti

preguntada hace un año373 visualizaciones
1 Respuesta
0
Respuesta aceptada

Resolved this issue, the problem was instance and EFS were created in different AZs

respondido 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