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 […]
Tag Archives: Amazon Web Services
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 […]