A VPC has been created with a single subnet. Virtual server instances have been deployed on the subnet that have different functions which support a production application. The security team has now said that they want to ensure that network traffic between the different server types can be controlled. How can this be achieved?
- Create a VPC load balancer and place each server type into its own back-end pool, then create Layer-7 routing policies that restrict network traffic flowing between the different pools
- Use a Hardware Security Module to create advanced network routing tables that ensure traffic does not route between server ^ types, as per the security tearru€™s wishes
- Create security groups for the different server types with inbound and outbound rules that satisfy the security team, into which the VSIs can be placed
- Create multiple access control lists with rules that satisfy the security tearru€™s requirements and associate each VSI to the respective ACL
Reveal Solution
Next Question