I have a small LAMP application that I want to move to Amazon
- I will need Amazon EC2 for this, right?
- I want my static resources delivered from a CDN. Does that mean I need Amazon's CloudFront along with EC2? (Or is EC2 also a CDN somehow?)
- I would also like to use a PHP accelerator (probably APC), memcache, etc. Will I be able to do this on Amazon?
- Will I still be able to use MySQL? (I ask this because it seems that Amazon also has their own RDBMS; not sure if I am forced to use theirs)