Server rental store

AWS

# AWS Server Configuration for MediaWiki 1.40

This article details setting up a MediaWiki 1.40 installation on Amazon Web Services (AWS). It is intended for newcomers to both AWS and MediaWiki server administration. We will cover instance selection, storage, database configuration, and basic security considerations. This guide assumes basic familiarity with the AWS Management Console.

== 1. Instance Selection

Choosing the correct AWS instance type is crucial for performance and cost-effectiveness. MediaWiki's requirements vary depending on site size and traffic. For a small to medium-sized wiki, the `t3.medium` or `t3.large` instances are good starting points. Larger wikis with significant traffic may require `m5.large` or higher.

Here's a comparison of common instance types:

Instance Type vCPUs Memory (GiB) Estimated Cost/Hour (USD)
t3.medium 2 4 $0.0416
t3.large 2 8 $0.0832
m5.large 2 8 $0.096

We recommend using Amazon Linux 2 as the operating system for optimal compatibility and performance. See Amazon Linux 2 Documentation for more information. Remember to check current AWS pricing as costs can fluctuate. Consult AWS Pricing Calculator for accurate estimates.

== 2. Storage Configuration

MediaWiki requires storage for the core software, extensions, images (if enabled), and the wiki's data. Amazon Elastic Block Storage (EBS) is the recommended solution.

⚠️ *Note: All benchmark scores are approximate and may vary based on configuration. Server availability subject to stock.* ⚠️