google-app-engine
How to map only subdomain to App Engine without the naked domain?
My use case is this: I have a domain that points to a server at IP 1.2.3.4 and I would like a subdomain at the domain to point to my App Engine application i.e. example.com --> 1.2.3.4 app.example.com --> App Engine application The naked domain as well as the www subdomain must point to the standalone server. From what I've found out so far, this doesn't seem possible. Would anyone be able to confirm if this configuration is indeed not possible?
Yes, I can confirm this is possible. In fact, it is the recommended way for handling the microservice architecture on App Engine [0]. In your case specifically, all you have to do is create a CNAME with your DNS registrar pointing to ghs.googlehosted.com. You then have to first verify your TLD with App Engine and add a specific mapping to your subdomain as described here [1]. Let me know if you have any specific questions with the process. [0] https://cloud.google.com/appengine/docs/standard/python/microservices-on-app-engine [1] https://cloud.google.com/appengine/docs/standard/python/console/using-custom-domains-and-ssl
Related Links
How to detect if entity has no attribute (not model) in Google App Engine
GAE synchronized data with instances
How to increase GAE datastore index quota?
ndb independent transactions and retry
NDB querying a GenericProperty in repeated Expando StructuredProperty
objectify filter empty values
GAE error (<stderr>: SystemId Failed
Backend instance at custom domain
Manually add entity to empty Google App Engine DataStore
Google App Engine Log - ms and cpu_ms [duplicate]
unable to deploy after upgrading to 1.7.4
Model.get(list_of_keys) in a transaction, filtering a single entity group instead of throwing BadRequestError
Google app engine and JPA with Eclipse plug-in
Many-To-Many Relationships in Google App Engine Datastore (ndb)
Is it possible to run Google Omaha on Google App Engine?
Loading request start-up time variation in google app engine?