Storing Mediawiki Resources on AWS S3: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Mediawiki AWS Extension == | |||
[https://www.mediawiki.org/wiki/Extension:AWS MediaWiki AWS] extension enables uploads to AWS S3 | |||
== AWS storage == | == AWS storage == | ||
| Line 8: | Line 12: | ||
** '''EFS''' is scalable physical storage which can be shared among multiple EC2 instances. | ** '''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. | ** '''EBS''' is physical storage that is linked typically to a single EC2 instance. | ||
[[Category:Wiki Customization]][[Category:S3]][[Category:AWS]] | [[Category:Wiki Customization]][[Category:S3]][[Category:AWS]] | ||
Revision as of 21:22, 25 April 2022
Mediawiki AWS Extension
MediaWiki AWS extension enables uploads to 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.