SEC 9: 您如何保護傳輸中資料?
實作多個控制以保護傳輸中的資料,減少未經授權的存取或遺失的風險。
資源
AWS Certificate Manager
Services Integrated with AWS Certificate Manager
HTTPS Listeners for Your Application Load Balancer
AWS VPN
API Gateway Edge-Optimized
最佳實務:
-
實作安全金鑰和憑證管理: 安全地儲存加密金鑰和憑證,並透過施行嚴格的存取控制在合宜的時刻進行輪換;例如,使用 AWS Certificate Manager (ACM) 等憑證管理服務。
-
強制執行傳輸中加密: 根據適當的標準和建議強制執行已定義的加密要求,協助您符合組織、法律和合規上的要求。
-
自動偵測意外的資料存取: 您可使用 GuardDuty 這類工具,根據資料分類層級,自動偵測將資料移到所定義邊界以外的嘗試;例如使用 DNS 通訊協定,偵測出將資料複製到未知或不信任網路的木馬程式。
-
驗證網路通訊: 使用支援身份驗證的通訊協定 (Transport Layer Security (TLS) 或 IPsec) 來驗證通訊的身分。
改進方案
實作安全金鑰和憑證管理
AWS Certificate Manager
How to host and manage an entire private certificate infrastructure in AWS
AWS Documentation
強制執行傳輸中加密
Using HTTPS with CloudFront
VPN connections
HTTPS listeners for your application load balancer
Tutorial: Configure Apache web server on Amazon Linux 2 to use SSL/TLS
Using SSL to encrypt a connection to a DB Instance
Configure security options for connections
AWS documentation
自動偵測意外的資料存取
VPC Flow Logs
Amazon Macie
驗證網路通訊
AWS Documentation