0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【AWS/Cloud9】Cloud9の環境が開かない場合の対処法

Last updated at Posted at 2020-06-07

事象

Cloud9にて自身の環境を開こうとすると

「This is taking longer than expected. If you think there might be an issue, contact AWS Support. It might be caused by VPC configuration issues. Please check documentation.」

上記のエラーメッセージがで、環境を開くことができなくなった。
同じエラーに遭遇した人はまず下記の記事を読むことをお勧めします。

https://qiita.com/Atsushi_/items/b38c18feac4708164696
https://qiita.com/somarihair/items/759d525153ae68ce4a7f

上記2記事のように再起動をしても解決しない場合、かつインターネットゲートウェイを消した覚えがある人
下記を見ていただくと解決する(かもしれません)。

原因

Cloud9が使用していたEC2サーバーの所属しているVPCのインターネットゲートウェイを削除してしまい、
ルートテーブルのルートのステータスが「blackhole」になっていたため。

対処法

https://go-journey.club/archives/12101
上記の記事を参考にし、下記を行なった。

1.ルートテーブルから既存の「0.0.0.0/0」のルート(ステータスがblackholeになっている。)を削除
2.新規ルートテーブルを作成する
3.2で作成したルートテーブルをメインにする
4.旧ルートテーブルを削除する
5.2で作成したルートテーブルをVPCにアタッチ
→アタッチする際は「EC2サーバーが所属しているVPC」にアタッチする。
6.EC2サーバーを停止させる
7.停止終了後、Cloud9に再度アクセス

以上です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?