How to get the IP of aws s3 hosted site

谁说胖子不能爱 提交于 2020-08-19 11:14:17

问题


I am new to aws, currently I have hosted my site in aws s3 bucket I want the ip address of that site how can I get that ? Please find my S3 bucket website url

http://smartmarketsol.com.s3-website-us-west-2.amazonaws.com

Please help me to get the ip of the server.

Awaiting for your response Bikash


回答1:


ping smartmarketsol.com.s3-website-us-west-2.amazonaws.com will give you an IP, however it is not static (fixed) IP as S3's IP can be changed dynamically at any time.

You shouldn't use this IP for DNS purposes.




回答2:


Can you try with:

nslookup smartmarketsol.com.s3-website-us-west-2.amazonaws.com


来源:https://stackoverflow.com/questions/46764113/how-to-get-the-ip-of-aws-s3-hosted-site

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!