Google Cloud Professional Cloud Security Engineer — Question 1
Your team needs to make sure that a Compute Engine instance does not have access to the internet or to any Google APIs or services.
Which two settings must remain disabled to meet these requirements? (Choose two.)
Answer options
- A. Public IP
- B. IP Forwarding
- C. Private Google Access
- D. Static routes
- E. IAM Network User Role
Correct answer: A, C
Explanation
Disabling 'Public IP' ensures that the instance cannot be accessed over the internet, while turning off 'Private Google Access' prevents the instance from reaching Google APIs and services. The other options, such as 'IP Forwarding' and 'Static routes,' do not directly impact internet or API access in the same way.