How to get FQDN of an instance without having an associated elastic IP

0

Hi,

I'm currently working with a client to replace multiple instances of a wordpress site(one for each location) with a new web app I've been working on and I want to know how I can get the FQDN without an elastic IP? I need to get it without one as there will be more instances of the web app than the current limit of 5 Elastic IPs per account and I am unable to use a single IP for remapping as the sites already exist through another DNS provider(they are not ready to be changed yet) so that I can not create a hosted zone for the domain name.

Thanks.

nick17
질문됨 6년 전1341회 조회
1개 답변
0

You can get the FQDN of any IP address using standard tools nslookup or dig. They are also shown in the AWS Console. You can also use a free service like xip.io to make up hostnames pointing to any IP address, for example, 203.0.113.55 could be www.mysite.203.0.113.55.xip.io. No configuration needed, you just create a hostname and as long as your IP appears immediately to the left of "xip.io" this just works. I assume there are others like it.

It isn't clear why exactly you would need the FQDN of a public IP address for what you are describing... intuition suggests that perhaps you are trying to solve the wrong problem. Can you clarify this need?

Also, 5 Elastic IP addresses is only the default limit per region. All you have to do is write a brief explanation of why you need more, and as long as the description includes a reasonable use case, support will increase the limit.

https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html

sqlb0t
답변함 6년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠