1 Answer
- Newest
- Most votes
- Most comments
7
Hello,
There is no automatic way to update the EFS on the static servers so far. Here is a manual process to achieve it:
- Connect to the ec2-<AWS_REGION>-app-<ENV> EC2.
- Access the application container using the following Docker command:
docker exec -it <CONTAINER_ID> bash - Place your input files in
/usr/local/tomcat/inputs
Note: You can use the EFS to transfer your files inside the container. The workingDir/<ENV> EFS folder is mounted to the /usr/local/tomcat/efs_inputs folder inside the container.
Relevant content
- AWS OFFICIALUpdated 2 years ago
