The output should look like this: DBPARAMETERGROUP utf8 Change the parameter set of your RDS-Instance /home/foobar/Downloads/RDSCli-1.4.007/bin/rds-modify-db-instance --aws-credential-file ./aws-credential.txt --region eu-west-1 --db-instance-identifier example...
SECGROUP sg-example active PARAMGRP utf8 applying After that you have to restart your RDS-Instance to apply the changes /home/foobar/Downloads/RDSCli-1.4.007/bin/rds-reboot-db-instance --region eu-west-1 --aws-credential-file ./aws-credential.txt...
In case you have sensitive data within your RDS instance, you want to use encrypted connections between your application and RDS instances. If you're using MySQL on RDS, here...
...as public key). Try to connect using MySQL client % mysql -uyour_username -p -h rds_hostname_from_management_cockpit.eu-west-1.rds.amazonaws.com --ssl --ssl-ca=/path/to/mysql-ssl-ca-cert.pem Use this statement to check whether a secure connection is used...
Best results in other decks
...eine robuste Replikation für Failover und Read-Replicas haben möchte. Amazon Relational Database Service (RDS) ist ein vollständig verwalteter Dienst, um unterschiedliche relationale Datenbanken wie z.B. MySQL, MariaDB, PostgreSQL oder...
...zu betreiben. Dabei sind Replikation, Backups und Failover bereits gelöst. Ziele Warum möchte man RDS verwenden statt die Datenbank selbst auf EC2 zu hosten? Welchen Konfigurationsparameter aktiviert Hochverfügbarkeit innerhalb einer...
aws rds describe-db-instances | jq '.[][] | select(.DeletionProtection == false) | .DBInstanceIdentifier' | xargs -L1 -t aws rds modify-db-instance --deletion-protection --db-instance-identifier