Security Flashcards
Where can you find AWS compliance documentation?
AWS artifacts
What is the shared responsibility model?
AWS responsible for security ‘of’ the cloud- Hardware, network e.t.c.
You are responsible for security ‘in’ the cloud- Bucket policy, turning on encryption
What is AWS WAF?
Web Application Firewall- stops SQL injections vulnerabilities- designed to stop hackers
What is AWS Shield?
AWS Shield is a DDOS mitigation service designed to stop DDOS attacks- overloading servers so they crash
What is AWS Inspector?
Used for inspecting EC2 instances for vulnerabilities
What is AWS trusted advisor?
Service to inspect whole AWS account (not just EC2). More than security includes cost optimization, performance and tolerance.
What is AWS CloudTrail?
Audit- records management console actions and API calls
What is Athena?
An interactive query service that allows you to query data located in S3 using standard SQL. Serverless. Commonly used used to analyse log data store in S3
What is Macie?
Uses AI to identify PII- Personal Identifiable data. Can be used to analyse logs for suspicious API activity.