Store moodledata on S3 and use with multiple EC2 instances

Store moodledata on S3 and use with multiple EC2 instances

by Santosh Nagargoje -
Number of replies: 2

Hello,

I would like to store my moodledata on S3 bucket which I want to access from multiple EC2 instances for autoscaling. I searched many forums, everyone is suggesting using the S3fs or EFS for shared storage. but I want to do with the help of AWS SDK for PHP?

So kindly guide me whether it is possible or not.

Average of ratings: -
In reply to Santosh Nagargoje

Re: Store moodledata on S3 and use with multiple EC2 instances

by Jairo Ruiz -

Hey Santosh, I'm working on using a similar architecture, mutiple EC2 instances autoscaled by amazon. I can't use EFS so I was looking into using S3 for the shared storage for the scaled instances. I'd appreciate if you shared how you resolved the issue.