Acid0
Executive Member
Hi there,
I would like to ask a stupid question for the guys that knows this but I just cant find any relevant info on the web to point me in the right direction(Maybe my google-fu is broken in this quarantine time
)
For a POC and hopefully if everything works out at the end I am developing a web service server for our company for internal and external use.
Currently I have the server up and running but the address is just an IP address as the base url and the my uri is decently structured.
My question is how do you swap the ip address out to make it a company address for example "http://companyname.com/api/getcustomerinfo"
The idea is to actually put the service on a AWS account eventually when all the configs and bugs are sorted and will help with the mobility of the data accessing and retrieving.
I am just a bit stumped on how to get the address to look more professional.
Do you need to create an account and register the ip address or do you need to host the server somewhere or is it something you can configure on AWS itself
I would like to ask a stupid question for the guys that knows this but I just cant find any relevant info on the web to point me in the right direction(Maybe my google-fu is broken in this quarantine time
For a POC and hopefully if everything works out at the end I am developing a web service server for our company for internal and external use.
Currently I have the server up and running but the address is just an IP address as the base url and the my uri is decently structured.
My question is how do you swap the ip address out to make it a company address for example "http://companyname.com/api/getcustomerinfo"
The idea is to actually put the service on a AWS account eventually when all the configs and bugs are sorted and will help with the mobility of the data accessing and retrieving.
I am just a bit stumped on how to get the address to look more professional.
Do you need to create an account and register the ip address or do you need to host the server somewhere or is it something you can configure on AWS itself