
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company previously migrated its data warehouse solution to AWS. The company also has an AWS Direct Connect connection. Corporate office users query the data warehouse using a visualization tool. The average size of a query returned by the data warehouse is 50 MB and each webpage sent by the visualization tool is approximately 500 KB. Result sets returned by the data warehouse are not cached.
Which solution provides the LOWEST data transfer egress cost for the company?
A
Host the visualization tool on premises and query the data warehouse directly over the internet.
B
Host the visualization tool in the same AWS Region as the data warehouse. Access it over the internet.
C
Host the visualization tool on premises and query the data warehouse directly over a Direct Connect connection at a location in the same AWS Region.
D
Host the visualization tool in the same AWS Region as the data warehouse and access it over a Direct Connect connection at a location in the same Region.
Explanation:
This question focuses on minimizing data transfer egress costs for a data warehouse scenario. Let's analyze each option:
Key Factors to Consider:
Analysis of Each Option:
A. Host the visualization tool on premises and query the data warehouse directly over the internet.
B. Host the visualization tool in the same AWS Region as the data warehouse. Access it over the internet.
C. Host the visualization tool on premises and query the data warehouse directly over a Direct Connect connection at a location in the same AWS Region.
D. Host the visualization tool in the same AWS Region as the data warehouse and access it over a Direct Connect connection at a location in the same Region.
Why Option D is the BEST:
Cost Comparison:
Therefore, Option D provides the LOWEST data transfer egress cost by keeping the large query results within the same AWS Region and only transferring small webpages over the cost-effective Direct Connect connection.