メインコンテンツまでスキップ

環境構築

作成
  • 作成者: moritalous
  • 作成日: 2023/08/14

Cloud 9の環境構築

Cloud 9 を使用して環境を構築します。

  1. VPCを新規作成
  2. パブリックサブネットにIPアドレス自動割当を有効に
  3. Cloud9を作成(Amazon Linux 2)

環境確認

cdk --version
2.90.0 (build 8c535e4)
注意

2023/8/14に実施したところ、Node.jsのバージョンが古い旨の警告メッセージが表示されました。CDKの実行には影響ありませんでしたのでこのまま進めます。

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! !!
!! Node 16 is approaching end-of-life and will no longer be supported in new releases after 2023-09-11. !!
!! Please upgrade to a supported node version as soon as possible. !!
!! !!
!! This software is currently running on node v16.20.1. !!
!! As of the current release of this software, supported node releases are: !!
!! - ^20.0.0 (Planned end-of-life: 2026-04-30) !!
!! - ^18.0.0 (Planned end-of-life: 2025-04-30) !!
!! - ^16.3.0 (Planned end-of-life: 2023-09-11) [DEPRECATED] !!
!! !!
!! This warning can be silenced by setting the JSII_SILENCE_WARNING_DEPRECATED_NODE_VERSION environment variable. !!
!! !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Cloud 9のショートカットキー

Windowsの場合はCtrl + Spaceでコード補完が可能です。その他のショートカットキーはドキュメントを参照ください。

AWS Cloud9 統合開発環境 (IDE) の Windows/Linux デフォルトキー割り当てリファレンス

AWS Cloud9 統合開発環境 (IDE)の MacOS デフォルトキー割り当てリファレンス

image.png

また、Cloud 9はCodeWhispererと統合されています。CodeWhispererの提案を表示するショートカットキーはAlt + Spaceです。

User actions

image.png

困ったらCtrl + SpaceAlt + Spaceで乗り切りましょう。