AWS Certified SysOps Administrator – Associate (legacy) — Question 872

A company requires that all access from on-premises applications to AWS services go over its AWS Direct Connect connection rather than the public internet.
How would a SysOps Administrator implement this requirement?

Answer options

Correct answer: D

Explanation

Updating the VPC network ACLs to allow traffic from the data center IP ranges ensures that only network traffic originating from the on-premises environment via the AWS Direct Connect connection is allowed into the VPC subnets. Other options, such as using AWS Shield or a non-existent IAM condition key like aws:sourceConnection, do not provide network-level access control for securing VPC boundaries. Therefore, modifying the network ACLs is the correct administrative action to enforce this connectivity requirement.