Reputation: 11
I need to host a new web application (I devised it but did not code it). I went with EC2 but after a very short time have realised that I am out of my depth. I understand Elastic Beanstalk is easier to get to grips with.
The question I have is can I move what I have already in EC2 to be managed by Elastic Beanstalk, and is it even necessary to 'move' anything? (I ask this because my understanding of Eleastic Beanstalk is that it is a management tool for EC2).
If so, how would I go about it?
Upvotes: 1
Views: 662
Reputation: 614
Short answer is yes you can migrate from "self managed" EC2 to an "AWS Managed" EC2 with Elastic Beanstalk.
It is not a click button exercise and there are a number of things to consider
Overall Elastic Beanstalk is a solid candidate if you are looking to reduce complexity, but does come with limitations currently such as not being up to date with the all the latest aws service. (EBS GP3 support is not yet available)
Upvotes: 1