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?

asked 2 years ago805 views
1 Answer
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
EXPERT
kentrad
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions