I'm having a tough time wrapping my brain around the possibilities of Docker, so pardon my ignorance here:
Can I take a Docker image of a database server that I've created, and deploy that straight to a fresh EC2 server via some mechanism? Or, would I have to create the EC2 server, then install Docker on the server, then pull in the image into the server, etc.
I'm also perfectly ok with having to write extra code for any portion of this process. I'm just not sure if its possible.
Am I misunderstanding the maximum reach of Docker's usefulness?