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?

feita há 2 anos822 visualizações
1 Resposta
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
ESPECIALISTA
kentrad
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas