This month’s Tech net magazine has quite a useful article on “Cost architecting” your azure deployments. We had written something on the same lines here. So be sure you check out both these resources before you think you are ready to get set, design and deploy!! Happy Architecting! Cennest
Monthly Archives: October 2010
Multiple Level Master Detail Binding in WPF(XAML)
I’ve seen a couple of developers fumble with a LOT of Code when asked to implement a 2-3 level Master –detail form. So we put together a bit of code to showcase how easily it can be done with virtually no code (alteast no code behind!!) in WPF Consider the following problem statement: Create a […]
Save some bucks on AWS with these pointers(Part 1)
Are you sure your ISV has kept these simple pointers in mind when deploying your multi-module app on AWS?? Instance Addressing All Amazon EC2 instances are assigned two IP addresses at launch: a private address (RFC 1918) and a public address that are directly mapped to each other through Network Address Translation (NAT). Private addresses […]
Do you want to Stop or Terminate your EC2 instance?? What happens to your backup??
So you are done for the day and stop your EC2 Instance. But are you sure you want to “stop” and not “terminate” it? What’s the difference? Stop You can stop an Amazon EBS-backed instance, but not an Amazon S3-backed instance. Stopping causes the instance to stop running (its status goes from running to stopping […]
Gearing up for AWS EC2:- Step 1. Decide your backup!
Ready to deploy your application on the Amazon Cloud? You told your service integrator to provision a machine and put up your app. Did you discuss with him what kind of storage and back up your application would get? Most types of instances include a fixed amount of storage space on which you can […]