ec2工作流程微软/苹果
我正在切换到 EC2,显然通过命令行而不是一些蹩脚的 Web 界面来管理实例是最简单的,但我在 PC 上工作并在 Windows 中设置了所有内容。使用开发服务器实例的最佳方式是什么?油灰?还有其他选择吗?你们都用什么?
谢谢!
I'm switching over to EC2 and obviously it's easiest to manage instances through a command line rather than some crappy web interface, but I work on a PC and have everything set up in Windows. What is the best way to work with dev server instances? Putty? Is there an alternative? What do you guys use?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这取决于“管理实例”的含义。
如果您指的是从 AMI 启动新实例、配置安全组、管理 EIP 等的能力,那么 Firefox 的 ElasticFox 插件就很棒(尽管偶尔会发布错误)。如果您正在编写自动化脚本,Amazon 为此提供的命令行工具可能是一个很好的基础,但我发现 ElasticFox 更适合我的工作。
为了直接在实例上工作,我对 Windows 和 Linux 实例使用 WinSCP(我为 Windows 安装了第三方 SFTP 服务器),对 Linux 使用 PuTTY,对 Windows 使用远程桌面。
It depends what you mean by "manage instances".
If you mean the ability to launch new instances from an AMI, configure security groups, manage EIP's and so on, the ElasticFox plugin to Firefox is great (in spite of having occasionally buggy releases). The command line tools supplied by Amazon for this purpose could be a good basis if you're writing automated scripts, but I find ElasticFox much better for my work.
To work directly on the instances, I use WinSCP for both Windows and Linux instances (I installed a third-party SFTP server for Windows), PuTTY for Linux and Remote Desktop for Windows.
我为几个不同的企业管理 Linux 和 Windows EC2 实例。
对于 Windows 机器,我通常通过远程桌面连接来完成几乎所有操作。对于 Linux,我使用 WinSCP 和 PuTTY 控制台。
对于特定于 EC2 的操作,我使用 Amazon Web 控制台或 PC 上 Amazon 提供的脚本。
I manage both Linux and Windows EC2 instances for a couple of different businesses.
For the Windows boxes I normally connect via Remote Desktop to do virtually everything. For Linux I use WinSCP and PuTTY consoles.
For EC2-specific operations I use the Amazon web console or the Amazon-supplied scripts from my PC.