Additional Security Services
Encryption
Encryption at Rest:
Data stored in AWS services is encrypted using AES-256.
Encryption in Transit:
Data transmitted between clients and AWS services is encrypted using TLS 1.2+.
AWS Key Management System (KMS):
A managed service to create, manage, and control cryptographic keys for encryption.
AWS Security Services
AWS Inspector:
Security Scans: Continuously scans workloads for vulnerabilities.
VA Scanner: Identifies application and OS vulnerabilities.
Network Configuration: Analyzes network setups for insecure configurations.
Amazon Agent: Gathers security insights from EC2 instances.
Security Agent Service: Performs vulnerability assessments and compliance checks.
AWS GuardDuty:
Log Analysis: Monitors VPC flow logs, DNS logs, and CloudTrail logs.
Threat Intelligence: Detects malicious activities using curated intelligence.
Anomaly Detection: Flags unusual activity patterns in workloads.
Abuse IP & IP Reputation: Alerts on interactions with suspicious or malicious IPs.
AWS WAF (Web Application Firewall):
Protects web applications from common threats like SQL injection and cross-site scripting.
Customizable rules for filtering unwanted traffic based on patterns.
Integrated with AWS services like CloudFront and API Gateway.
Amazon Cognito
A user authentication, authorization, and management service for web and mobile apps. It supports secure user sign-in, integrates with social and enterprise identity providers, and complies with standards like OAuth and OpenID Connect.
Last updated