Slide 11
Slide 11 text
# Security Control AWS Service
1 Network Access Control • VPC Security Groups
• Network ACLs
2 Application Access Control • AWS IAM
3 Secrets Management • AWS Parameter Store with KMS
• AWS Secret Manager with KMS
4 Dev, Test and Prod • AWS Accounts
• Private Subnets (No use of Public Subnet ever)
• NAT Gateways 1st choice instead of Internet Gateways
• Jenkins/GitHub Actions
5 Dummy Data • Generated using tools
6 Security Knowledge Base • Static Site generated using GitOps
7 Logging, Monitoring • AWS Cloudtrail, AWS CloudWatch + AWS Lambda + AWS
ECS, SecurityHub, Detective, GuardDuty
• AWS ElasticSearch & Kibana Stack (Exclusive for security)
• Self-Hosted Logstash/Fluentd
Examples of security controls to use
This will get obsolete so most important to rely on latest security guidance as provided by AWS