network:
instance_tag: TAG_NAME
name: NETWORK_NAME
subnetwork_name: SUBNETWORK_NAME
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/16fbc448-a895-4e94-8a08-ec913b1181e2%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAFgsb9a2yQDdk5PV8-m0cDTrDgJZTQT3k%2Bn2CrOgRsE5NTTkOw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAHAhu-jvcp4hSaKSTymNmtJCDRf6sPN%2BSDsuWCS_x4gL9Pv9Lw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAFgsb9YoiLqouMh%3DKpwT5p5fT79kessQXvPJ4K%3DBKJwRfjLYtg%40mail.gmail.com.
Le lun. 16 mars 2020 à 12:36, 'methkal' via Google App Engine <google-appengine@googlegroups.com> a écrit :
instane_tag can be anything of your choice. you can use for example "aef-instance". this tag is assigned to each instance of the service upon its creation.--The network name has to be the short name not the resource path (for example, mynetwork rather than https://www.googleapis.com/compute/v1/projects/my-project/global/networks/mynetwork).For subnetwork_name use also the short name like subnetwork1 rather than https://www.googleapis.com/compute/v1/projects/my-project/global/networks/default/subnetworks/subnetwork1if that doesn't work. can you post the error that you receive after these modifications?
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/16fbc448-a895-4e94-8a08-ec913b1181e2%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAFgsb9a2yQDdk5PV8-m0cDTrDgJZTQT3k%2Bn2CrOgRsE5NTTkOw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/16fbc448-a895-4e94-8a08-ec913b1181e2%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAFgsb9a2yQDdk5PV8-m0cDTrDgJZTQT3k%2Bn2CrOgRsE5NTTkOw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAHAhu-jvcp4hSaKSTymNmtJCDRf6sPN%2BSDsuWCS_x4gL9Pv9Lw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/376a9855-fea0-433b-a4c1-dc100810654a%40googlegroups.com.
Hello,
I can't create that tag and still don't know why ?C:\someproject>gcloud compute instances add-tags aef-instance --zone europe-west1-b --tags mynetworkERROR: (gcloud.compute.instances.add-tags) Could not fetch resource:
- The resource 'projects/*************/zones/europe-west1-b/instances/aef-instance' was not foundDo I need to create a VM instance first or a firewall-rules before ?Like that : gcloud compute firewall-rules createThank you so much for your help !!Sarah
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/16fbc448-a895-4e94-8a08-ec913b1181e2%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAFgsb9a2yQDdk5PV8-m0cDTrDgJZTQT3k%2Bn2CrOgRsE5NTTkOw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAHAhu-jvcp4hSaKSTymNmtJCDRf6sPN%2BSDsuWCS_x4gL9Pv9Lw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
Hi Sarah,Under the App Engine flex environment, the app is served by underlying Compute Engine (GCE) instances already by default. You can read more about this here [1]. There is no need to create new ones. When using the “gcloud compute instances add-tags” command, the ‘instance-name’ should be the actual name of the existing GCE instance, instead of the tag you are assigning it. If you want the “instance_tag” to be set as ‘aef-instance’, the complete command should look like:gcloud compute instances add-tags EXISTING_GCE_INSTANCE_NAME --zone europe-west1-b --tags aef-instanceYou can read more about this command here [2]. Once that instance has been tagged properly, you can associate this newly tagged instance with the network name in the “network” section of the ‘app.yaml’ file. In order to get the existing GCE instance name, you may look at the bottom of the page from the Instances page [3] of your project in the Console. Make sure the correct service is selected in the dropdown menu at the top.
On Thursday, March 19, 2020 at 2:41:17 PM UTC-4, Ben Abdesslem Sarah wrote:
Hello,I can't create that tag and still don't know why ?C:\someproject>gcloud compute instances add-tags aef-instance --zone europe-west1-b --tags mynetworkERROR: (gcloud.compute.instances.add-tags) Could not fetch resource:
- The resource 'projects/*************/zones/europe-west1-b/instances/aef-instance' was not foundDo I need to create a VM instance first or a firewall-rules before ?Like that : gcloud compute firewall-rules createThank you so much for your help !!Sarah
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/16fbc448-a895-4e94-8a08-ec913b1181e2%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAFgsb9a2yQDdk5PV8-m0cDTrDgJZTQT3k%2Bn2CrOgRsE5NTTkOw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAHAhu-jvcp4hSaKSTymNmtJCDRf6sPN%2BSDsuWCS_x4gL9Pv9Lw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/376a9855-fea0-433b-a4c1-dc100810654a%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/c724b020-7a0e-4f94-8b03-9fd97f79309c%40googlegroups.com.
Thank you so much for your help!But I still don't know how to find the EXISTING_GCE_INSTANCE_NAME ?Where can I find this information?I tried the project name and the sql instance name !And of course, it's not workingSarah
Le ven. 20 mars 2020 à 14:15, 'Pierre-Yves (Google Cloud Support)' via Google App Engine <google-appengine@googlegroups.com> a écrit :
Hi Sarah,Under the App Engine flex environment, the app is served by underlying Compute Engine (GCE) instances already by default. You can read more about this here [1]. There is no need to create new ones. When using the “gcloud compute instances add-tags” command, the ‘instance-name’ should be the actual name of the existing GCE instance, instead of the tag you are assigning it. If you want the “instance_tag” to be set as ‘aef-instance’, the complete command should look like:gcloud compute instances add-tags EXISTING_GCE_INSTANCE_NAME --zone europe-west1-b --tags aef-instanceYou can read more about this command here [2]. Once that instance has been tagged properly, you can associate this newly tagged instance with the network name in the “network” section of the ‘app.yaml’ file. In order to get the existing GCE instance name, you may look at the bottom of the page from the Instances page [3] of your project in the Console. Make sure the correct service is selected in the dropdown menu at the top.
On Thursday, March 19, 2020 at 2:41:17 PM UTC-4, Ben Abdesslem Sarah wrote:
Hello,I can't create that tag and still don't know why ?C:\someproject>gcloud compute instances add-tags aef-instance --zone europe-west1-b --tags mynetworkERROR: (gcloud.compute.instances.add-tags) Could not fetch resource:
- The resource 'projects/*************/zones/europe-west1-b/instances/aef-instance' was not foundDo I need to create a VM instance first or a firewall-rules before ?Like that : gcloud compute firewall-rules createThank you so much for your help !!Sarah
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/16fbc448-a895-4e94-8a08-ec913b1181e2%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAFgsb9a2yQDdk5PV8-m0cDTrDgJZTQT3k%2Bn2CrOgRsE5NTTkOw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAHAhu-jvcp4hSaKSTymNmtJCDRf6sPN%2BSDsuWCS_x4gL9Pv9Lw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/376a9855-fea0-433b-a4c1-dc100810654a%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.