diff --git a/codebundles/rds-mysql-conn-count/slo-queries.yaml b/codebundles/rds-mysql-conn-count/slo-queries.yaml
new file mode 100644
index 0000000..07e02de
--- /dev/null
+++ b/codebundles/rds-mysql-conn-count/slo-queries.yaml
@@ -0,0 +1,3 @@
+# Please update the RDS_MYSQL_DB_NAME to match your RDS instance name, for which we aim to establish the SLO based on aws_rds_database_connections_average metric
+errorQuery: "aws_rds_database_connections_average{dimension_DBInstanceIdentifier="robotshopmysql"} > 30"
+totalQuery: "aws_rds_database_connections_average{dimension_DBInstanceIdentifier="robotshopmysql"}"
\ No newline at end of file