感谢您查看我的帖子。我需要使用go lang创建一个Linux实例,并在网页上显示创建的公共IP。
答案 0 :(得分:2)
实际上这在API文档中隐藏得很好。 首先,您需要对Google Cloud SDK客户端进行身份验证。 然后,您可能希望查看以下API操作:
答案 1 :(得分:0)
您应该查看http://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/making-requests.html然后调用DescribeInstances
(https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html),应该为您提供公共IP地址。
可能在这里提供帮助的一些指示(尚未使用过这些指针):https://gist.github.com/stephen-mw/9f289d724c4cfd3c88f2和http://www.heystephenwood.com/search/label/aws
希望这有帮助。