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년 전822회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠