QuestionQ225
Designing for security and complianceYour web application runs several VM instances in a VPC. You need to limit communication between instances to only the authorized paths and ports, without depending on static IP addresses or subnets because the application can autoscale. How should you restrict communication?
- A Use separate VPCs to restrict traffic
- B Use firewall rules based on network tags attached to the compute instances
- C Use Cloud DNS and only allow connections from authorized hostnames
- D Use service accounts and configure the web application to authorize particular service accounts to have access
Community Discussion