Questions tagged [google-cloud-dns]

Google Cloud DNS is a high performance, resilient, and global DNS service that provides a cost effective way to make your applications and services available to your users.

Google Cloud DNS is a high performance, resilient, and global DNS service that provides a cost effective way to make your applications and services available to your users.

This programmable, authoritative DNS service can be used to easily publish and manage DNS records using the same infrastructure relied upon by Google.

Official site

306 questions
0
votes
2 answers

Google Cloud DNS Quotas and Limitations

We have started importing our DNS in to Google Cloud DNS and have run in to a 100 managed zone quota and 20 rr records per zone. I have enabled billing and the limitation remains. According to this page: https://cloud.google.com/dns/quota The…
atwsKris
  • 31
  • 6
0
votes
2 answers

Google Cloud DNS - Web UI View Records

Hello Stackoverflow, i found an very irritating issue using the google cloud dns web ui. We have created over 3k on records in the service for one zone. however the rendering of the page takes now quite some time but i can live with that. however…
SonicSW
  • 1
  • 3
0
votes
2 answers

Can projects be transferred to another account

I have set up a series of zones in one project under cloud dns. I would like to transfer this project, with the zones, to another account. Any ideas about how to do this? Seems that projects, should be able to be transferred to another account…
0
votes
1 answer

Hosting domain on Google cloud Joomla VM

I got domain from a registrar (enom), I made NS records in Google cloud DNS and mapped 'A' record to the Joomla IP address then added this info in enom but the domain doesn't point anywhere?
Jay Qadan
  • 1
  • 1
0
votes
1 answer

Google Cloud DNS PTR record error

I'm trying to add a PTR DNS record in Google Cloud DNS and I'm getting an error every time I save the file through the command console. I have added other entries and they are working as expected. { "kind": "dns#resourceRecordSet", "name":…
pbman
  • 51
  • 7
0
votes
1 answer

DNS Queries per zone

In the Google Developers Console I can see the estimated charges per project for the Cloud DNS service in the project overview section. When clicking the "Details" next to the estimated charges, I can see the number of DNS queries for that project…
0
votes
2 answers

Google Cloud DNS Console or UI

Does anybody know if we can maintain the DNS entries using google cloud console or any other UI? I couldn't find any place in cloud console for DNS admin. Does the REST API only way to maintain the zone and DNS entries?
Reza Shahbazi
  • 431
  • 2
  • 5
  • 13
0
votes
0 answers

ERROR: gcloud.dns.managed-zone.create

I use : google cloud VM that works very well with gcloud command line. I followed started with Google Cloud DNS . - Install the Cloud SDK - Authenticate on the command-line - create a project - set api dns - verify domain ownership . but when I…
0
votes
1 answer

How to use google-api-php-client for Cloud DNS management

I setup billing and whatnot in Google Developer console, and enabled the Cloud DNS APi, however it is very confusing, and the documentation seems to be taking me in circles with no real examples. I would like an example on how to use the Google…
Kraang Prime
  • 9,981
  • 10
  • 58
  • 124
0
votes
2 answers

How to change TTL of current records in Google Cloud DNS?

How can the TTL of current records in Google Cloud DNS be changed? The TTL of the zone can be changed through the gcloud dns records --zone=zone edit command, by changing the ttl without adding any records. For existing records, do we need to delete…
user1591276
  • 183
  • 1
  • 11
0
votes
1 answer

Is there any limitation to create zone do domains outside US, like Brazilian Domains?

I'm new to Google Cloud Platform and want to use Google Cloud DNS. Is there any limitation to create zone do domains outside US, like Brazilian Domains? When I tried to create a managed-zone but occurs error 400 (Bad Request).
0
votes
0 answers

Google Cloud DNS - Multiple TXT Records + TTL

I have a small problem with Google Cloud DNS. Here it is: { "kind": "dns#resourceRecordSet", "name": "example.com.", "type": "TXT", "ttl": 86400, "rrdatas": [ "\"v=spf1 a mx include:spf.mandrillapp.com…
0
votes
1 answer

Error the deleting records in Google Cloud DNS

I am using the library 'resourceRecordSets()' for list my entries and , delete some record (eg: 'Type MX'). But I try to remove it with: response = service.changes().create(project=PROJECT_NAME,managedZone=ZONE_NAME, body=BODY).execute() and too…
0
votes
1 answer

Is it possible to point a Google Cloud DNS entry to a Google Compute Engine instance?

Could I use a reference or link to my Google Compute Engine host's logical name, instead of 173.255.x.x. in: { "additions": [ { "kind": "dns#resourceRecordSet", "name": "compute-engine-host.domain.com.", …
mparaz
  • 2,049
  • 3
  • 28
  • 47
-1
votes
1 answer

Google Cloud DNS with Certbot (Wildcard) Giving Permission Issues

I am trying to issue certificates including a wildcard using Certbot. The instructions for google-dns are clear, but I am stuck on the permissions and getting the following permission issue. Encountered 403 Forbidden with reason…