Storing Mediawiki Resources on AWS S3
AWS storage
Created an S3 bucket named dbarchowsky-wiki-uploads to serve as a location for user files for the wiki.
Options:
- AWS S3, which works with the Mediawiki S3 extension.
- Amazon EFS and EBS.
- EFS is scalable physical storage which can be shared among multiple EC2 instances.
- EBS is physical storage that is linked typically to a single EC2 instance.
Mediawiki AWS Extension
MediaWiki AWS extension enables uploads to AWS S3