I've done a lot of research over the past few weeks regarding the appropriate Amazon Web Services setup for a Django back end with a PostgreSQL database and an iOS front end. I'm quite the newbie and I feel like I may be asking a dumb question here but do any of you have any advice on how I can go about this? Currently my set up involves two instances.
One EC2 instance is for my django backend (large instance) running Ubuntu 11.04 and the other instance is for my postgresql instance (large instance) running Ubuntu 11.04.
For months I have been using this setup for development and beta testing with 60 users and it has been rock solid. Just recently I have completed the back end and I have finished the front end and I am in the process of submitting my app into the app store.
During the approval process, I would like to be production ready and beef up my AWS setup. My app is centered around social photo sharing. User's can take pictures of things they want on a wish list and share it with their followers. The pictures are all stored in S3.
Any advice would be extremely appreciated. Thank you in advance.

