I have a now created a subdomain - api.domain.com. Now I want to create 1.api.domain.com, 2.api.domain.com. Each pointing to different servers. Is that possible?
I want to make this happen in aws route 53.
I have a now created a subdomain - api.domain.com. Now I want to create 1.api.domain.com, 2.api.domain.com. Each pointing to different servers. Is that possible?
I want to make this happen in aws route 53.
Of course you can. 1.api.example.com.
is a different name than api.example.com.
, so all the three can have their own A
records.
With AWS Route 53 you can have all of these in the same example.com
zone. You'll just use 1.api
in the name field.