TerraGrid Energy is modernizing its local power-grid telemetry processing application by migrating it to AWS. The workload requires low-latency connectivity (under ) to physical on-premises SCADA systems and must comply with local regulations that mandate all raw data storage and processing remain within the physical facility. The company has deployed an AWS Outposts rack in their local data center. The Solutions Architect needs to run the containerized application on Amazon EKS using worker nodes on the Outposts rack while managing the control plane from the parent AWS Region. The architecture must ensure that the worker nodes can privately communicate with the EKS control plane and write data directly to the local SCADA network without routing local traffic through the parent Region. Which network and compute architecture should the Solutions Architect implement to meet these requirements?
- ADeploy the Amazon EKS control plane in the parent AWS Region. Create an Amazon EKS node group using AWS Fargate profiles in the AWS Outposts subnets. Configure Fargate to use host network mode to route SCADA telemetry directly to the local network, and communicate with the EKS control plane over a public virtual interface.
- BDeploy the Amazon EKS control plane in the parent AWS Region. Launch EKS worker nodes on EC2 instances within the AWS Outposts subnets. Set up an AWS Transit Gateway in the parent Region and route all SCADA telemetry traffic from the Outpost nodes back to the parent Region's Transit Gateway, then forward it back to the local data center over an AWS Direct Connect connection with a public virtual interface.
- Deploy the Amazon EKS control plane in the parent AWS Region. Launch EKS worker nodes on EC2 instances within the subnets associated with the AWS Outposts rack. Enable private cluster endpoint access and associate the Route 53 Private Hosted Zone for the cluster endpoint with the Outposts VPC. Configure the AWS Outposts Local Gateway to route SCADA-bound telemetry traffic directly to the local network, and use a private virtual interface over AWS Direct Connect for control plane communication.Cevap
- DDeploy the Amazon EKS control plane in a dedicated Shared Services VPC in the parent Region, and the EKS worker nodes in a Spoke VPC on the AWS Outposts rack. Create a Route 53 Private Hosted Zone for the EKS cluster endpoint in the Shared Services VPC. Connect the VPCs using VPC Peering. Rely on the default DNS resolution settings in the Spoke VPC without manually associating the Private Hosted Zone to the Spoke VPC.