VPC Flowlogs Flashcards
What are VPC Flow Logs?
A feature that captures information about the IP traffic going to and from network interfaces in your VPC.
How are VPC Flow Logs stored?
Using Amazon CloudWatch Logs. After creating a flow log, you can view it in CloudWatch Logs
Flow logs can be created at three levels in the VPC, what are they?
VPC Level - Tracks all traffic in the VPC
Subnet Level - Tracks all traffic in that subnet
Network Interface Level - Tracks all traffic to that interface
True or False: You can enable Flow Logs against other AWS account VPCs that you are peered with?
False. You can only enable flow logs against peered VPCs in your own account.
Can you tag flow logs?
No
Can you change the configuration of a flow log after it has been created?
No. For example, you cannot change the associated IAM role.
True or false: Traffic reaching out to AWS DNS servers are not logged?
True.
True or False: Instances that reach out to a customer-managed DNS server are not logged?
False: All traffic to customer managed DNS servers are captured.
You review flow logs to ensure AWS Windows activation requests are operating correctly but cannot locate them? Why might this be?
Traffic generated for Amazon Windows license activations are not logged by flow logs.
You review flow logs to determine who is accessing instance metadata using 169.254.169.254 but cannot locate those logs. Why might this be?
Traffic generated by metadata queries is not logged by VPC flow logs.
True or false: Traffic to AWS DHCP servers are logged?
False. Traffic to AWS DHCP servers are not logged.
Is traffic to the default IP address for VPC routers logged?
No