Wednesday, August 5, 2015

amazon ec2 - EC2 retirement - Meteor / MongoDB

I am hosting my Meteor Application on an Amazon EC2 instance. Today I got a mail that my instance is scheduled for retirement until the end of month. I don't have any experience with that and what are the best ways to handle the situation.



My root device type is ebs.



Amazon suggests: "We recommend that you launch replacement instances and start migrating to them."



I already created an AMI Image of my instance and launched it. Unfortunatly my app can't be reached. At the moment the running instance can be reached via web and ssh. Is there any best practice?



Thanks in advance

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...