AWS Cloud9の作成で`Cloud9 could not connect to the EC2 instance. Please check your VPC configuration and network settings to troubleshoot the issue. Go to CloudFormation`エラーが発生する
2022-11-26
事象
- AWS Cloud9の作成が失敗する
エラーメッセージ
Unable to access your environment The environment creation failed with the error: Cloud9 could not connect to the EC2 instance. Please check your VPC configuration and network settings to troubleshoot the issue..
Cloud9 could not connect to the EC2 instance. Please check your VPC configuration and network settings to troubleshoot the issue. Go to CloudFormation
サブネットの設定
- サブネットに紐づくルートテーブルにインターネットゲートウェイは設定済
原因
パブリック IPv4 アドレスを自動割り当て
がいいえ
になっていたため
- 公式サイトにパブリックIPアドレスの自動割り当てを有効にすると書かれていました。
開発環境がSSM を使用して EC2 インスタンスにアクセスし、インスタンスが起動先のパブリックサブネットによってパブリック IP アドレスに割り当てられていることを確認します。これを行うには、独自の IP アドレスを指定するか、パブリック IP アドレスの自動割り当てを有効にします。自動割り当て IP 設定を変更するステップについては、Amazon VPC ユーザーガイドの「VPC の IP アドレス指定」を参照してください。
解決方法
パブリック IPv4 アドレスを自動割り当て
をはい
に変更