Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Reset" Amazon EC2 server

I am running an EC2 server with Ubuntu 12.04.1 LTS. But there are things that aren't working properly on it. CPAN won't install any modules, the MYSQL service keeps falling over, etc.

So I want to "factory reset" it and start all over again.

Is there anyway to do this but keeping this instance and it's elastic IP address?

like image 661
skeniver Avatar asked May 22 '13 18:05

skeniver


1 Answers

Launch a new instance for the same AMI. If you are using an elastic IP address you can attach it to the new instance.

like image 62
datasage Avatar answered Oct 04 '22 12:10

datasage