DEV Community

Marcel Horner
Marcel Horner

Posted on

4 1

Enabling AWS RDS Performance Insights

If your RDS cluster was created without performance insights enabled you will need to enable it using AWS CLI.

aws rds modify-db-instance \                    
    --db-instance-identifier <YOUR DB INSTANCE ID> \
    --enable-performance-insights
Enter fullscreen mode Exit fullscreen mode

Your db-instance-identifier can be found here:
db-instance-identifier-image

You can add the parameter performance-insights-retention-period to the command modify-db-instance if you want to change the default amount of days (7) that Performance Insights data will be retained. That is the maximum amount of time allowed for using performance insights with no charge. You can find more information about pricing in the Performance Insights Pricing page.

Source:

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay