Skip to content

Commit

Permalink
EFS
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Aug 7, 2018
1 parent 8028f32 commit 324bb93
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .ebextensions/05-efs.config
@@ -0,0 +1,15 @@
# Uncomment and replace fs-01234567 with your EFS id.

# packages:
# yum:
# amazon-efs-utils: []
#
# container_commands:
# "01":
# command: mkdir /mnt/efs
# test: test ! -d /mnt/efs
# "02":
# command: mountpoint -q /mnt/efs || mount -t efs -o tls fs-01234567:/ /mnt/efs
# "03":
# command: ln -s /mnt/efs/etc/letsencrypt /etc/letsencrypt
# test: test ! -h /etc/letsencrypt

0 comments on commit 324bb93

Please sign in to comment.