Skip to content
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

added new changes #8964

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions kb/cloud-cost-management/cloud-cost-management-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,15 @@ The error is thrown as part of the periodic state sync job from Autostopping. Th

To clone an autostopping rule, click on the three dots on the rule on the overview page, click Clone, select all the required elements to be cloned, and clone the rule.

### Why is an RDS instance taking some time to start after being auto-stopped?
This behavior is expected and stems from the nature of AWS's infrastructure. Starting and stopping certain RDS instances is inherently slower compared to EC2 instances, as confirmed in the AWS RDS documentation.

To address this issue:
- Increase the cooldown duration: This prevents the database from stopping too frequently, ensuring it aligns with actual usage and minimizes disruptions.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we say increase idle time duration ? Will cooldown be misinterpreted as time to shut down an RDS instance once shut down operation is triggered ?

- Implement an uptime schedule: For workloads with predictable usage patterns, scheduling instance availability can reduce startup delays while still maintaining cost savings.

While these steps can improve the experience, the startup time itself cannot be reduced as it is dependent on AWS's underlying processes

## Dashboards

### When creating a custom field, can I filter the entire dashboard on the custom field?
Expand Down
Loading