Question 217:
A global pharma firm has deployed multiple application servers on AWS EC2 instances in the us-west-1 region. Corporate Office based in California has a Direct Connect Link to VGW in the us-west-1 region to access these application servers. The firm is expanding its presence in the Asia regions with new offices in Mumbai & Tokyo. The team plans to deploy new application servers on Amazon EC2 instances launched in ap-south-1 & ap-northeast-1 regions for this developer. All these servers will be working independently & will be catering to users in specific regions where it`s hosted. Corporate users will be accessing servers in all three VPC from the corporate office. The firm is looking for a cost-effective scalable solution that is easy to manage to provide this connectivity. Which of the following can be created to meet this requirement?
Answer options:
A.Create a new Public VIF on AWS Direct Connect link in the us-west-1 region. Create a VPN Connection over this Public VIF to a VGW attached to ap-south-1 & ap-northeast-1 to access application servers. B.Create a new private VIF on the AWS Direct Connect link in the us-west-1 region. Connect to VGW created in ap-south-1 & ap-northeast-1 regions using this private VIF to access application servers. C.Create a new private VIF on the AWS Direct Connect link in the us-west-1 region. Associate this private VIF with Direct Connect Gateway to connect to VGW attached to ap-south-1 & ap-northeast-1 regions. D.Create a new public VIF on the AWS Direct Connect link in the us-west-1 region. Associate this public VIF with Direct Connect Gateway to connect to VGW attached to ap-south-1 & ap-northeast-1 regions.