My site s architecture includes ASP.Net & MySQL. I am planning to deploy it on Amazon Cloud. This would mean EC2 instance(s) and RDS. My query is regarding logging.
I m ensuring that my application is stateless, so logging on application tier is ruled out. All state/persistence goes into RDS. When it comes to logging, I am not sure if RDS is a good choice (just speculating). Since it is new and I d be logging database exceptions also, logging into RDS my not be correct. I guess the best option at my disposal is SimpleDB.
I m looking for recommendations to choose between RDS and SimpleDB for the purpose of logging.