A financial analytics enterprise operates a hybrid transactional system. The on-premises transactional databases continuously replicate ledger data to a multi-region AWS environment containing VPCs in `us-east-1` (primary) and `us-west-2` (secondary). The hybrid network topology consists of a 10 Gbps AWS Direct Connect connection with a Transit Virtual Interface (VIF) terminated at a Direct Connect Gateway (DXGW). The DXGW is associated with an AWS Transit Gateway (TGW) in `us-east-1`, which is peered with a Transit Gateway in `us-west-2` to facilitate inter-region connectivity.
During peak transaction processing periods, the operations team identifies three critical issues:
1. Significant latency and packet drops occur when replicating transaction logs from the on-premises database to the Amazon RDS PostgreSQL databases in `us-west-2`. The replication traffic currently transits from on-premises to the `us-east-1` TGW, and then over the inter-region TGW peering connection.
2. The analytics engine VPCs in both AWS regions must resolve internal microservice endpoints hosted in a shared service VPC in `us-east-1` via a Route 53 Private Hosted Zone (PHZ) named `internal.analytics.local`. Currently, instances in `us-west-2` experience persistent name resolution failures.
3. For outbound compliance reporting traffic, the `us-east-1` VPC routes all internet-bound traffic through a single NAT Gateway located in a public subnet in Availability Zone `us-east-1a`. During periods of transient AZ degradation, instances in other AZs experience severe connectivity latency.
Which of the following actions should the Solutions Architect recommend to optimize the hybrid network performance, reduce latency, and resolve the connectivity and DNS resolution issues? (Select TWO.)
- Configure the on-premises routers and the AWS Direct Connect Transit Virtual Interface (VIF) to support a Maximum Transmission Unit (MTU) of 8500 bytes, ensuring the path matches the maximum MTU supported by AWS Transit Gateway to prevent packet fragmentation.Cevap
- Associate the Route 53 Private Hosted Zone `internal.analytics.local` with the VPCs in both `us-east-1` and `us-west-2` regions to enable local DNS resolution, and deploy a dedicated NAT Gateway in each Availability Zone utilized by the `us-east-1` VPC to eliminate inter-AZ transit latency.Cevap
- CConfigure the Direct Connect Gateway to route VPC-to-VPC traffic directly between the `us-east-1` and `us-west-2` VPCs, bypassing the Transit Gateway peering connection to reduce inter-region replication latency.
- DCreate a Route 53 Resolver Inbound Endpoint in `us-west-2` to host the `internal.analytics.local` Private Hosted Zone, and route all outbound internet traffic from `us-east-1` through a single NAT Gateway in `us-east-1a` to centralize traffic and minimize NAT gateway costs.
- EDeploy a pre-warmed Application Load Balancer in front of the database replication endpoints to manage traffic spikes, and configure Route 53 Resolver outbound endpoints in `us-west-2` to forward all DNS queries for `internal.analytics.local` to the inbound endpoints in `us-east-1`.