Self-managed MySQL on EC2

Self-managed MySQL on EC2 refers to the architectural pattern of deploying and operating a MySQL relational database directly on Amazon's Elastic Compute Cloud (EC2) instances. This approach gives users full control over the operating system, database software, and all configurations, requiring…

Key facts

First appeared
2008
Category
technology
Problem solved
This pattern addressed the challenges of traditional on-premise database deployments, offering a way to provision database infrastructure rapidly, reduce upfront capital expenditure by shifting to operational expenditure, and scale compute/storage resources elastically without purchasing and maintaining physical hardware. It provided developers and DBAs greater agility and control over their database environment.
Platforms
AWS Virtual Private Cloud (VPC), Amazon EC2 instances (primarily Linux-based), AWS Elastic Block Store (EBS)

Related technologies

Notable users

  • Startups (especially in early cloud adoption phase, e.g., early 2010s)
  • Enterprises with legacy applications needing customized environments
  • Organizations prioritizing cost control over managed service convenience for certain applications
  • Small to medium-sized businesses with specific control requirements
  • Companies with highly optimized database workloads requiring kernel-level tuning