---
title: "2011 05 30 resizing an rds database instance"
description: "I keep forgetting how to do this, so..."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/2011-05-30-resizing-an-rds-database-instance
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T10:58:46.492Z
license: CC-BY-4.0
attribution: "2011 05 30 resizing an rds database instance — Claudary (https://claudary.paisolsolutions.com/skills/2011-05-30-resizing-an-rds-database-instance)"
---

# 2011 05 30 resizing an rds database instance
I keep forgetting how to do this, so...

## Overview

---
title: Resizing an RDS database instance
date: 2011-05-30
draft: false
slug: resizing-an-rds-database-instance
---

I keep forgetting how to do this, so...

~~~ console
  wintermute:~ $ rds-modify-db-instance mydb --region us-east-1 --db-instance-class db.m2.2xlarge --apply-immediately
  DBINSTANCE  mydb  2011-05-20T01:24:19.131Z  db.m1.large  mysql  250  master  available  mydb.abcdefghijk.us-east-1.rds.amazonaws.com  3306  us-east-1b  0  db.m2.2xlarge  n  5.5.8
        SECGROUP  default  active
        PARAMGRP  mydb-params  in-sync
~~~

Yup, that involves an immediate outage for that database.

Yup, that's the really expensive one...

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/2011-05-30-resizing-an-rds-database-instance) · https://claudary.paisolsolutions.com
