Skip to content

Commit

Permalink
update language
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Oct 11, 2023
1 parent 3353c06 commit b8ac2fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ excerpt: "Updating to gp3 storage volumes for existing RDS and Elasticsearch/Ope

In a previous post, [we announced that **new** RDS and Elasticsearch/Opensearch instances created on cloud.gov would default to `gp3` for their storage volumes]({{ site.baseurl }}{% link _posts/2023-09-18-storage-volumes-gp3.md %}).

We are happy to announce that upgrading your **existing** RDS and Elasticsearch/Opensearch instances to use `gp3` storage volumes is also now supported on cloud.gov.
We are happy to announce that updating your **existing** RDS and Elasticsearch/Opensearch instances to use `gp3` storage volumes is also now supported on cloud.gov.

### How to update your existing instances

Expand All @@ -19,7 +19,7 @@ To update an existing RDS instance to use `gp3` storage volumes:
cf update-service SERVICE-NAME -c '{"storage_type": "gp3"}'
```

[There is no expected downtime when upgrading the storage volume type for an RDS instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html).
[There is no expected downtime when updating the storage volume type for an RDS instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html).

To update an existing Elasticsearch/Opensearch instance to use `gp3` storage volumes:

Expand Down

0 comments on commit b8ac2fa

Please sign in to comment.