Topic 1 Question 55
2 つ選択You are creating a new application and require access to Cloud SQL from VPC instances without public IP addresses. Which two actions should you take?
Activate the Service Networking API in your project.
Activate the Cloud Datastore API in your project.
Create a private connection to a service producer.
Create a custom static route to allow the traffic to reach the Cloud SQL API.
Enable Private Google Access.
解説
ユーザの投票
コメント(17)
Answer are A & C C is definitely correct. private services access require private connection In below links stated Service Networking API is required https://cloud.google.com/service-infrastructure/docs/enabling-private-services-access
👍 26mlyu2020/11/05Correct Answer are (C) & (E):
C: If you are using private IP for any of your Cloud SQL instances, you only need to configure private services access one time for every Google Cloud project that has or needs to connect to a Cloud SQL instance.
If your Google Cloud project has a Cloud SQL instance, you can either configure it yourself or let Cloud SQL do it for you to use private IP.
Cloud SQL configures private services access for you when all the conditions below are true: https://cloud.google.com/sql/docs/postgres/configure-private-services-access#before_you_begin
E: You can enable Private Google access on a subnet level and any VMs on that subnet can access Google APIs by using their internal IP address. https://cloud.google.com/vpc/docs/configure-private-google-access
👍 15ESP_SAP2020/11/02A&C are correct. Private Google Access is for connecting to the standard Google public APIs. Cloud SQL is NOT a pubic API
👍 2PeppaPig2021/09/03
シャッフルモード