QuestionQ281
Designing and planning a cloud solution architectureYour organization runs a 3-tier web application in the same Google Cloud Platform network. Each tier—web, API, and database—scales independently of the other tiers. Network traffic must pass from the web tier to the API tier and then to the database tier. Traffic must not pass directly between the web and database tiers.
How should you configure the network?
- A Add each tier to a different subnetwork
- B Set up software based firewalls on individual VMs
- C Add tags to each tier and set up routes to allow the desired traffic flow
- D Add tags to each tier and set up firewall rules to allow the desired traffic flow
Community Discussion