Logging Flashcards
What are the 4 services in AWS that are based on logging:
CloudTrail
Config
CloudWatch
VPC Flow Logs
What does CloudTrail log?
API calls
What does Config log?
Configurations - The state of your environment
What does CloudWatch log?
Performance metrics
What do VPC Flow Logs log?
Network traffic across the VPC?
What AWS whitepaper can you read for logging?
Security at Scale: Logging in AWS
https://d0.awsstatic.com/whitepapers/compliance/AWS_Security_at_Scale_Logging_in_AWS_Whitepaper.pdf
True or False: You should always prevent unauthorized access to your logs?
True
What three methods are used to control access?
IAM users, groups, roles, and policies
Amazon S3 bucket policies
Multifactor Authentication
True or false: Your organization should be defined by roles to ensure only those who need access to resources are.
True
What 2 ways can you be notified when logs are created, or fail?
CloudTrail notifications
AWS Config rules
True or false, alerts should only be an alert, and not contain details?
True. For example, SNS that points to a log file, but does not divulge specifics about the log.