钥匙名称是什么??在为 AMI(亚马逊机器映像)创建 RunInstanceRequest 时
如果我将密钥名称设置为“默认”,则会抛出错误“密钥对默认值也不存在,从我可以获得密钥名称的位置,我正在使用公共 AMI”。还有工具ElasticFox..在这个工具中有什么地方可以找到密钥名称???
有什么想法吗?
谢谢
if I set Key Name as 'Default' it throws error that 'Key pair Default does not exist as well from where I can get Key Name, I am using a public AMI. and also have tool ElasticFox..is there any place in this tool where I can found Key Name???
Any Idea??
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在浏览器中打开 AWS 控制台。转到 EC2 选项卡。您应该在“我的资源”下的右侧部分看到密钥对(如果您没有可以创建密钥对 - 用户界面非常直观)。
密钥对的名称就是您要查找的密钥名称。
In your browser open AWS console. Go to EC2 tab. You should see in the right part under My Resources the keypairs (if you do not have one you can create - the UI is pretty intuitive).
The name of the keypair is the key name you looking for.
keyname 指的是 ssh 密钥对。您可以在 Elasticfox 上创建新的密钥对并使用它来启动您的实例。
keyname refers to ssh keypairs. You can create a new keypair on Elasticfox and use it to launch your instance.