AWS AmazonRDS documentation change
Summary
Fixed CLI command parameter from --db-instance-identifier to --db-cluster-identifier
Security assessment
Corrects a CLI parameter typo. No security impact - purely documentation accuracy improvement.
Diff
diff --git a/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.Troubleshooting.md b/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.Troubleshooting.md index a518c1372..5a4603f36 100644 --- a//AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.Troubleshooting.md +++ b//AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.Troubleshooting.md @@ -33 +33 @@ To export your IAM DB authentication error logs to CloudWatch Logs when modifyin - aws rds modify-db-cluster --db-instance-identifier mydbcluster \ + aws rds modify-db-cluster --db-cluster-identifier mydbcluster \