Mounting EFS volume on every Cloud9 EC2 instance

0

I would like to create a Cloud9 environment for every developer in my team. Each environment causes an EC2 instance being spinned up. The developers would all be accessing raw data from an EFS volume. Instead of asking each developer to mount the EFS volume, I would like each environment to mount it automatically. Is that possible?

質問済み 2年前826ビュー
1回答
0

Take a look at this, AWS Cloud9 Cloud-Based IDE on AWS. You'll see that they use a custom resource (Lambda function) to use Systems Manager to do things on the OS (expand the volume). You could reuse this code to configure your EFS mount.

profile pictureAWS
エキスパート
kentrad
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ