Soru

Zorluk: OrtaCost-Effective Network Routing and Data Transfer Optimization

A financial services startup runs a real-time portfolio analysis platform on Amazon EC2 instances in a private subnet of a VPC in us-east-1. The application processes and ingests 50 TB50\text{ TB} of historical market data daily from an Amazon S3 bucket in the same region. It also sends 10 TB10\text{ TB} of daily transaction logs to a log ingestion service hosted in another VPC in us-east-1 owned by a parent company. Currently, all egress traffic is routed through a NAT Gateway. Which two architectural modifications should the solutions architect implement to achieve the most cost-effective network routing? (Select TWO.)

  1. Create a Gateway VPC Endpoint for Amazon S3 in the application's VPC and associate it with the private subnet's route table.Cevap
  2. Establish a VPC Peering connection between the application VPC and the log ingestion VPC, and update the route tables to route log traffic through the peering connection.Cevap
  3. C
    Deploy an Interface VPC Endpoint (AWS PrivateLink) for Amazon S3 in the application's VPC.
  4. D
    Deploy an AWS Transit Gateway to connect the application VPC and the log ingestion VPC, and route log traffic through the Transit Gateway.
  5. E
    Provision a NAT Instance in the public subnet of the application VPC to route both S3 and log traffic.

Cevap

Creating a Gateway VPC Endpoint for Amazon S3 and establishing a VPC Peering connection for cross-VPC log traffic.
Creating a Gateway VPC Endpoint for Amazon S3 is free of charge and routes traffic directly to S3 within the same region, completely eliminating NAT Gateway data processing fees for the 50 TB daily ingestion. Establishing a VPC Peering connection within the same region avoids NAT Gateway data processing charges for the 10 TB of daily log traffic, charging only standard intra-region data transfer fees if crossing Availability Zones.

Adım Adım Çözüm

1
Analyze S3 data transfer cost drivers.
Routing 50 TB/day of S3 data through the NAT Gateway incurs $0.045 per GB in data processing fees.
Identifying high-cost routing paths is essential for targeted optimization.
2
Select the most cost-effective S3 routing option.
A Gateway VPC Endpoint for S3 has no data processing or hourly charges, directing traffic internally within the AWS network.
Choosing Gateway VPC Endpoints for S3 in the same region completely eliminates NAT Gateway data processing charges.
3
Evaluate cross-VPC log routing options.
VPC Peering does not charge data processing fees (unlike NAT Gateway or Transit Gateway), costing only standard intra-region data transfer fees if traffic crosses Availability Zones.
VPC Peering is the most cost-effective option for direct, low-latency communication between two VPCs in the same region.

Anahtar Kavram

Cost-Effective Network Routing and Data Transfer Optimization
Bu soruyu puanla