Skip to content

Commit b5cec22

Browse files
authored
Revert "🚀 feat(RDSDiskSpaceLimit.md): add step to request aws admin permissio…"
1 parent e9dc4bb commit b5cec22

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

‎content/runbooks/rds/RDSDiskSpaceLimit.md‎

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,7 @@ You must avoid reaching no disk space left situation.
7979
export AWS_PROFILE=<AWS account>
8080
```
8181

82-
2. Request aws admin permissions
83-
84-
```bash
85-
qontoctl aws admin get-access "bump $RDS_INSTANCE storage"
86-
```
87-
88-
3. Determine the minimum storage for the increase
82+
2. Determine the minimum storage for the increase
8983
đź’ˇ RDS requires a minimal storage increase of 10%
9084

9185
```bash
@@ -97,7 +91,7 @@ You must avoid reaching no disk space left situation.
9791
| jq -r '{"Current IOPS": .DBInstances[0].Iops, "Current Storage Limit": .DBInstances[0].AllocatedStorage, "New minimum storage size": ((.DBInstances[0].AllocatedStorage|tonumber)+(.DBInstances[0].AllocatedStorage|tonumber*0.1|floor))}'
9892
```
9993

100-
4. Increase storage:
94+
3. Increase storage:
10195

10296
```bash
10397
NEW_ALLOCATED_STORAGE=<replace with new allocated storage in GB>
@@ -110,7 +104,7 @@ You must avoid reaching no disk space left situation.
110104

111105
âť— 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
112106

113-
5. Backport changes in Terraform
107+
4. Backport changes in Terraform
114108

115109
## Additional resources
116110

0 commit comments

Comments
 (0)