Server Security
-
Configure the server within the firewall.
-
Use VPC(Virtual Private Cloud) to configure a Private network between servers (web server - Database, web server - File server, etc.).
-
External access is handled through Load Balancer and CDN(Content Delivery Network), providing a stable network environment.
Data Backup
-
Configure a redundant Database in another Availability Zone in the same Region.
-
The redundant Database consists of a Master DB and a Standby DB, and supports Data integrity through real-time synchronization.
-
-
Perform a full Database backup once a day to the DR center in another Region.
-
Backup is performed by creating a Snapshot of the DB state at the time of backup and Copying it to the DR center.
-
The Backup DB copied to the DR center is encrypted and stored in Inactive status.
-
Encryption method: AES-256
-
-
The stored Backup DB is automatically discarded after being retained for at least 30 days.
-
Privacy Protection Method
Data communication encryption: SSL
-
Encrypted data communication is performed through an SSL certificate.
-
Based on the latest browser versions, SSL uses TLS 1.3 and supports version 1.2 or later.
Data Encryption
-
Apply encryption to the RDS Cloud server where the Database runs
-
Both Database level and Disk level encryption are included.
-
Encryption method: AES-256