如何使用 .Net API 在 EC2 实例上创建标签
如果我直接在亚马逊网站上设置标签,我可以在 runningInstance.Tag 属性中访问它。当我使用 RunInstancesResponse 启动实例时,有什么方法可以设置它吗?
If I set up a tag on the Amazon website directly I can access it in the runningInstance.Tag property. Is there any way to set it up when I start the instance using the RunInstancesResponse?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其中变量 ec2 是 Amazon.EC2.AmazonEC2 的实例
Where the variable ec2 is an instance of Amazon.EC2.AmazonEC2