So its easy to get the Amazon EC2 region endpoints simply via an API call (DescribeRegions)
But how do I do this with the SimpleDB API, there is no obvious (to me) call. (and the endpoints are different, so I can't just use the EC2 one's)
Edit: Oh, I'm using the .NET API