Skip to content

🚀 feat(RDSDiskSpaceLimit.md): add step to request aws admin permissio… #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 3, 2025

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.

1 participant