Skip to content

Commit

Permalink
Merge pull request #40 from qonto/fix/lint
Browse files Browse the repository at this point in the history
fix: lint trailing spaces
  • Loading branch information
qfritz committed Jul 4, 2024
2 parents 5ebd15f + 85f92ef commit c23b3fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/runbooks/rds/RDSDiskSpaceLimit.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ You must avoid reaching no disk space left situation.
{{< /hint >}}

1. Set AWS_PROFILE

```bash
export AWS_PROFILE=<AWS account>
```

2. Determine the minimum storage for the increase
💡 RDS requires a minimal storage increase of 10%

Expand All @@ -101,9 +101,9 @@ You must avoid reaching no disk space left situation.
aws rds modify-db-instance --db-instance-identifier ${INSTANCE_IDENTIFIER} --allocated-storage ${NEW_ALLOCATED_STORAGE} --apply-immediately \
| jq .DBInstance.PendingModifiedValues
```

❗ If the RDS instance has replicas instances (replica or reporting), you must repeat the operation for all replicas to keep the same configuration between instances

4. Backport changes in Terraform

## Additional resources
Expand Down

0 comments on commit c23b3fd

Please sign in to comment.