我正在将EC2实例注册到我的ECS群集。我很惊讶我无法使用图形用户界面添加EC2实例(这就是我的经验所暗示的,我可能是错的。) 命令行界面非常难,因为没有好的例子。我试着谷歌吧。我想是的 它需要非常复杂..
我正在运行命令,
aws ecs register-container-instance --cluster default 它需要--instance-identity-document和--instance-indentity-document-signature以及其他一些参数......我能够获得文档,但是一些好的例子可以帮助我。有没有人有同样的挫折感?任何建议
答案 0 :(得分:0)
I am afraid that you cannot use the “register-container-instance” command (RegisterContainerInstance API). As shown in [1, 2], this action is only used by the Amazon EC2 Container Service agent, and it is not intended for use outside of the agent.
答案 1 :(得分:-3)
以下博客文章由Jeff Barr解释如何将EC2实例添加到ECS群集。
https://aws.amazon.com/blogs/aws/ec2-container-service-in-action/
我希望在将来的版本中可以简化这个