2

ここの指示に従ってください:

https://github.com/deis/deis/tree/master/contrib/ec2

Deis を EC2 に VPC にデプロイするには、Cloudformation スタックが起動してインスタンスを作成しますが、インスタンスにはパブリック IP がなく、インスタンスが起動されるサブネットではパブリック IP の自動割り当てが有効になっています。

そのため、パブリック IP がないと、フリートを使用してインスタンスに接続する方法がわかりません。

私が欠けているものについて何か考えがある人はいますか?

4

2 に答える 2

4

By default, the provision scripts don't assign public IP addresses because the assumption is that the VPC you're provisioning into is internal to your network and that you have other means of access (like VPN).

However, you can easily provision your instances with public IPs by changing this line to True and redeploying.

We know this is confusing, and we're working to rewrite our EC2 provisioning scripts. Thanks for sticking with us!

于 2014-07-28T17:03:02.140 に答える
1

何らかの方法でコンピュータを VPC に接続する必要があります。これを試して、それを使用して VPC に VPN 接続できるかどうかを確認してください。

于 2014-07-28T15:02:34.657 に答える