Depends on the amount of static content. I serve static out of GAE because it is faster than S3 and about the same price depending on your tier.
From: [email protected] [mailto:[email protected]] On Behalf Of Calvin Sent: Thursday, May 19, 2011 1:19 PM To: [email protected] Subject: Re: [google-appengine] Re: FAQ for out of preview pricing changes But how much would it cost to have multiple EC2 instances serving the content along with S3 hosting the content? A single micro instance running for a month would be $14. So what you could do is host static content in S3 and host the app in App Engine and save both ways. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
