AWS whitepapers documentation change
Summary
Updated terminology from 'Elastic Load Balancing instances' to 'ELB instances' for consistency
Security assessment
The change is a minor terminology update without any security context. It maintains existing security-related content about using VPC flow logs to identify threats, but doesn't add or modify security guidance.
Diff
diff --git a/whitepapers/latest/big-data-analytics-options/amazon-athena.md b/whitepapers/latest/big-data-analytics-options/amazon-athena.md index 26d500d10..631ba808c 100644 --- a//whitepapers/latest/big-data-analytics-options/amazon-athena.md +++ b//whitepapers/latest/big-data-analytics-options/amazon-athena.md @@ -19 +19 @@ This whitepaper is for historical reference only. Some content might be outdated - * **Send AWS service logs to S3 for analysis with Athena —** CloudTrail, CloudFront, ELB/ALB and [VPC flow logs](https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/flow-logs.html) can be analyzed with Athena. AWS CloudTrail logs include details about any API calls made to your AWS services, including from the console. CloudFront logs can be used to explore users’ surfing patterns across web properties served by CloudFront. Querying ELB/ALB logs allows you to see the source of traffic, latency, and bytes transferred to and from Elastic Load Balancing instances and backend applications. VPC flow logs capture information about the IP traffic going to and from network interfaces in VPCs in the [Amazon Virtual Private Cloud](https://aws.amazon.com/vpc/) (Amazon VPC). The logs enable you to investigate network traffic patterns and identify threats and risks across your VPC estate. + * **Send AWS service logs to S3 for analysis with Athena —** CloudTrail, CloudFront, ELB/ALB and [VPC flow logs](https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/flow-logs.html) can be analyzed with Athena. AWS CloudTrail logs include details about any API calls made to your AWS services, including from the console. CloudFront logs can be used to explore users’ surfing patterns across web properties served by CloudFront. Querying ELB/ALB logs allows you to see the source of traffic, latency, and bytes transferred to and from ELB instances and backend applications. VPC flow logs capture information about the IP traffic going to and from network interfaces in VPCs in the [Amazon Virtual Private Cloud](https://aws.amazon.com/vpc/) (Amazon VPC). The logs enable you to investigate network traffic patterns and identify threats and risks across your VPC estate.