Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在 Windows 上或通过 Cygwin 本地使用 euca2ools,或者是否有任何其他与 eucalyptus 兼容的工具可以在 Windows 下运行?
您可以将AWS CLI与 Eucalyptus 一起使用,例如 EC2:
aws --endpoint-url http://myeuca:8773/services/Eucalyptus ec2 describe-instances
该示例假定您已经配置了凭据。