Store moodledata on S3 and use with multiple EC2 instances

Store moodledata on S3 and use with multiple EC2 instances

napisao/la Santosh Nagargoje -
Broj odgovora: 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.

Odgovor na Santosh Nagargoje

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

napisao/la 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.