How can I copy/clone an entire AWS Cloud9 environment?

0

This seems like such an easy question, and something that should just be a button click on the "Your environments" dashboard. But I can't find anything explaining how to do this. So my question is just... how can I copy/clone/duplicate an exact copy of a Cloud9 environment?

질문됨 2년 전1644회 조회
1개 답변
1
수락된 답변

You have 2 ways of doing it:

  1. You can clone your existing instance. Going to EC2, you can create an AMI from the cloud9 instance and launch a new instance from it. Then, from cloud9 you create a new environment to connect to the existing instance just launched.
  2. You can bootstrap your instance. Knowing what you have installed, you can have a script which will configure the instance based on the tools you need. Here an example: https://github.com/aws-samples/aws-cloud9-bootstrapping-example
AWS
답변함 2년 전

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

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

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

관련 콘텐츠