ASSOCIATE-CLOUD-ENGINEER · Question #234
Your company is moving its entire workload to Compute Engine. Some servers should be accessible through the Internet, and other servers should only be accessible over the internal network. All servers
The correct answer is A. 1. Create a single VPC with a subnet for the DMZ and a subnet for the LAN.. By default traffic between subnets on a VPC network is not allowed (except on the "default" (This blocks traffic between all instances, not just traffic between subnets => FW rules must be defined to allow communications between all instances, regardless the subnets) 2 VPC will n
Question
Options
- A
- Create a single VPC with a subnet for the DMZ and a subnet for the LAN.
- B
- Create a single VPC with a subnet for the DMZ and a subnet for the LAN.
- C
- Create a VPC with a subnet for the DMZ and another VPC with a subnet for the LAN.
- D
- Create a VPC with a subnet for the DMZ and another VPC with a subnet for the LAN.
How the community answered
(32 responses)- A44% (14)
- B34% (11)
- C6% (2)
- D16% (5)
Explanation
By default traffic between subnets on a VPC network is not allowed (except on the "default" (This blocks traffic between all instances, not just traffic between subnets => FW rules must be defined to allow communications between all instances, regardless the subnets) 2 VPC will not work without peering.
Topics
Community Discussion
No community discussion yet for this question.