Skip to content

Template for mount s3 into environment AWS Elastic Beanstalk using s3fs and ebextensions

License

Notifications You must be signed in to change notification settings

samarone/s3fs-ebex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

s3fs-ebex

Template for mount s3 into environment AWS Elastic Beanstalk using s3fs and ebextensions

Configuration

You should replace the variables with your aprropiate values inside .ebextensions/01-s3fs-ebex.config, example:

  • $BASE_DIR$=/usr/share/tomcat8
  • $MOUNT_DIR$=/usr/share/tomcat8/bucket
  • $BUCKET_NAME$=<bucketName>
  • $BUCKET_CREDENTIALS$=<bucketName>:<accessKeyId>:<secretAccessKey>
  • $UID$=<userId> , set 0 for root
  • $GID$=<groupId> , set 0 for root

Example of AIM Policy for use:

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "s3:*", "Resource": [ "arn:aws:s3:::<bucketName>/*" ] } ] }

About

Template for mount s3 into environment AWS Elastic Beanstalk using s3fs and ebextensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published