I have a Cloud9 EC2 instance running on Linux 2 AMI. The nice thing about the Cloud9 instance is that all the software packages I want (Rails) are installed and I didn't have to configure or install anything on the instance. Of course the instance shuts down when I'm not working in the environment. When I'm done developing, is there a way to migrate my development environment into a production environment? Or do I have to start a new EC2 instance, configure it (pain ITA), update it, lock it down, and download code from a repo? Or is there an AMI that is similar to what Cloud9 runs?
Asked
Active
Viewed 137 times
0

BvuRVKyUVlViVIc7
- 11,641
- 9
- 59
- 111

JanuskaE
- 1,284
- 2
- 8
- 12
-
I tried creating an AMI from the EC2 running CLoud9. It shuts down also when not in use. – JanuskaE Aug 09 '22 at 18:39
-
The answer might be to use GIthub for version control and deploy using an Elastic Beanstalk environment from the Github repository. – JanuskaE Aug 09 '22 at 20:15