Skip to content

Conversation

@dlapina
Copy link
Contributor

@dlapina dlapina commented Apr 3, 2025

Why?

  • It is possible that your IAM role does not have the necessary permissions to modify the storage of the RDS instance.

So you can get the following error:

An error occurred (AccessDenied) when calling the ModifyDBInstance operation: User: arn:aws:sts::xxxx:assumed-role/xxxx is not authorized to perform: rds:ModifyDBInstance on resource: arn:aws:rds:eu-west-3:xxx:db:xxx because no identity-based policy allows the rds:ModifyDBInstance action

So that's why we need to request admin permissions first.

Daria Lapina added 2 commits April 3, 2025 11:52
…ns for storage increase

Why?

- It is possible that your IAM role does not have the necessary permissions to modify the storage of the RDS instance.

So you can get the following error:

```
An error occurred (AccessDenied) when calling the ModifyDBInstance operation: User: arn:aws:sts::930600874599:assumed-role/qonto-team-sre-ee/<user_name>@qonto.com is not authorized to perform: rds:ModifyDBInstance on resource: arn:aws:rds:eu-west-3:930600874599:db:pg2 because no identity-based policy allows the rds:ModifyDBInstance action
```

So that's why we need to request admin permissions first.
… to code block

Fixes linting error in markdownlint

```
Error: content/runbooks/rds/RDSDiskSpaceLimit.md:80 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md031.md
Error: content/runbooks/rds/RDSDiskSpaceLimit.md:83 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md040.md

```
@dlapina dlapina merged commit e9dc4bb into main Apr 3, 2025
5 checks passed
@qfritz qfritz deleted the update-doc branch April 3, 2025 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants