• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

performance insights

AWS RDS Enable Performance Insights

February 13, 2023

Here’s how to enable performance insights on a RDS instance.

Enable

aws rds modify-db-instance \
--db-instance-identifier sample-db-instance \
--enable-performance-insights \
--region us-east-1 \
--profile default

aws rds modify-db-instance \ --db-instance-identifier sample-db-instance \ --enable-performance-insights \ --region us-east-1 \ --profile default

Disable

aws rds modify-db-instance \
--db-instance-identifier sample-db-instance \
--no-enable-performance-insights \
--region us-east-1 \
--profile default

aws rds modify-db-instance \ --db-instance-identifier sample-db-instance \ --no-enable-performance-insights \ --region us-east-1 \ --profile default

Filed Under: Cloud Tagged With: aws, instances, performance insights, rds

  • Home
  • About
  • Archives

Copyright © 2023