How is data secured in Amazon RDS?
* Encryption at Rest : Data is encrypted using AWS Key Management Service (KMS).
* Encryption in Transit : Data is encrypted using SSL/TLS.
* IAM Integration : Use IAM policies for database access control.
* Network Security : Use VPC security groups and subnet configurations.