DEA-C01 Exam QuestionsBrowse all questions from this exam

DEA-C01 Exam - Question 93


An online retail company has an application that runs on Amazon EC2 instances that are in a VPC. The company wants to collect flow logs for the VPC and analyze network traffic.

Which solution will meet these requirements MOST cost-effectively?

Show Answer
Correct Answer: D

Publishing flow logs to Amazon S3 in Apache Parquet format and using Amazon Athena for analytics is the most cost-effective solution. Apache Parquet is a columnar storage file format which is highly efficient for both storage and query performance. Due to its compression capabilities and the nature of storing data in columns, it reduces the storage costs and optimizes query performance in Amazon Athena. Using Amazon S3 as the storage mechanism further ensures cost-effectiveness due to its scalable storage pricing.

Discussion

4 comments
Sign in to comment
PGGuyOption: D
Jun 21, 2024

Publishing flow logs to Amazon S3 in Apache Parquet format and using Amazon Athena for analytics (D) is the most cost-effective solution. This approach minimizes storage costs due to the efficient compression of Parquet, and optimizes query performance and cost in Athena due to the reduced data size and optimized columnar storage.

tgvOption: D
Jun 15, 2024

Flow Logs can be published to S3 in Parquet format: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-s3.html#flow-logs-s3-path

koki2847
Jul 19, 2024

https://aws.amazon.com/about-aws/whats-new/2021/10/amazon-vpc-flow-logs-parquet-hive-prefixes-partitioned-files/

HunkyBunkyOption: D
Jun 24, 2024

Apache parquet and S3 = most cost-effective solution

LR2023Option: B
Jul 17, 2024

Flow logs acn be published to S3 but then option D sas in Parquet format - it is not automatically converted into parquet.... https://aws.amazon.com/solutions/implementations/centralized-logging-with-opensearch/