1
1

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の作成時にはまった時のメモ

Last updated at Posted at 2021-04-10

AWS Cloud9を使おうとしたらこんな画面のエラーが出た。

###エラー画面

画面上のオレンジの部分のエラーメッセージは以下

This is taking longer than expected. The delay may be caused by high CPU usage in your environment, or your T2 or T3 instance is running out of burstable CPU capacity credits, or there are VPC configuration issues. Please check documentation.

###原因

AWS Cloud9を使うにはパブリックサブネットを指定しないといけなかったのですが、このエラーが出た時はプライベートサブネットの設定になっていて、
0.0.0.0/0 (デフォルトゲートウェイ)をインターネットゲートウェイ側に向けるパブリックサブネットの設定にして(赤く囲ったところを追加した)解決。

VPCのルートテーブルの設定を変更して無事作成できました。
シンプルな問題だったのですが、自分はハマったのでメモとして残しておきます。

AWS Cloud9の設定要件はここに載ってます。
https://docs.aws.amazon.com/ja_jp/cloud9/latest/user-guide/vpc-settings.html

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?