1
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 1 year has passed since last update.

お題は不問!Qiita Engineer Festa 2023で記事投稿!

AWS Cloud9作成時のエラー(Cloud9 could not connect to the EC2 instance)

Last updated at Posted at 2023-06-15

問題事象

AWSマネジメントコンソールでCloud9を作成後、少し待った後にエラーメッセージが表示される

エラーメッセージ
Cloud9 could not connect to the EC2 instance. Please check your VPC configuration and network settings to troubleshoot the issue. CloudFormation に移動

image.png

※エラーメッセージリンク先のCloudFormationに飛んでも正常に作成されているように見えるので原因がわからない

原因

パブリックIPの自動割り当てが「いいえ」になっている
image.png

AWS Cloud9構築におけるVPC要件:公式ドキュメント

対応

パブリックサブネットに作成する場合は、サブネット設定の「パブリックIPv4アドレスを自動割り当て」を「はい」に変更する

image.png

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