前提・実現したいこと
LaravelでのEFSをマウントさせた際に違うディレクトリー になってしまいます。
設定ディレクトリー
/var/www/html/storage/mount
設定されるディレクトリー
/var/app/current.old/storage/mount
該当のソースコード
mount -t efs -o tls XXXXXXXXXX:/ /var/www/html/storage/mount
ご教授ください。
正解がこちらだと思うのですが
files: "/opt/elasticbeanstalk/hooks/appdeploy/post/01_create_symlink.sh" : mode: "000755" owner: root group: root content: | #!/bin/sh ln -s /efs /var/app/current/
もしくは
container_commands: 01_symlink: command: ln -s /efs /var/app/ondeck/
を追加で良いのか教えて欲しいです。
可能であれば/var/www/html/storage/mount
のディレクトリー のみマウントさせたいのでどうしたらいいのかソースで回答お願いします。
https://aws.amazon.com/jp/premiumsupport/knowledge-center/elastic-beanstalk-mount-efs-volumes-app/
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/28 04:22 編集
2020/04/28 04:22 編集