1 Answers
1
AWS follows the shared responsibility model. In short AWS responsibility “Security of the Cloud” and Customer responsibility “Security in the Cloud”. In the cases where you store data in RDS and S3, the customer takes full responsibility for encryption. However both RDS and S3 provides you nesasary tools to encrypt the data at rest.
You can find more about shared responsibility principal at here - https://aws.amazon.com/compliance/shared-responsibility-model/ How to enable S3 data encryption can be found here - https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingEncryption.html How to enable RDS encryption can be found here : https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Encryption.html
answered 5 days ago
Relevant questions
Can I use the RDS Postgresql S3 export query to replicate changes from RDS to S3?
Accepted Answerasked 2 years agoRDS sql-server snapshot export to S3
Accepted Answerasked 2 months agoRDS to S3 to RDS or Redshift near realtime
Accepted Answerasked a year agoHow to upload a parquet format file of RDS table data to S3 without using snapshots
asked 6 months agoCan I Import .sql files from Encrypted s3 bucket into Encrypted MySQL RDS instance?
asked 8 days agoRDS restore native backup and lazy loading from S3
asked 2 months agoencrypted db snapshot restore from S3 not working AWS RDS(mysql) console in an S3 bucket.
asked 4 months agodata encryption-at-rest in RDS vs S3
asked 6 days agoS3 Integration Oracle RDS and DMS
Accepted Answerasked 2 years agoAws athena- query both s3 and rds
asked 3 years ago