-
Easily increase the size of your Ubuntu EBS boot volume with only console
So you have run out of space on your EBS boot volume on Amazon’s EC2 and you do not know what to do? I will walk you through the steps you need to follow in order to easily increase the size of the default Ubuntu EBS boot drives (/dev/sda1) using just the Amazon webservices console. There is no need to use the ec2 command line tools, and you will only need to run one little command on the remote server when complete.
Read the rest of this entry » -
Simple guide for load balancing and scaling on Amazon
Let’s say you have a simple website that you are expecting to go viral due to some news story or other potential viral type publicity. If you are hosted on Amazon, you have the capability to turn your little website into a monster with just a few clicks in the Amazon web console.
The first thing you have to know is what is powering your website. Are you running a database and is the database on the same server? We are going to assume you are running a simple database and site all on the same server.
Read the rest of this entry » -
New Amazon EC2 Reserved Instances
The good folks at Amazon have announced a new pricing scheme called a Reserved Instance to complement the On Demand instance. For a low one time payment, and about 20% of the instance hour cost, you can reserve capacity on 1 or 3 year terms. If you want to tie yourself into a long term contract but have a significantly reduced rate resulting in savings, this is the option for you.
For a standard instance, on a per use basis you will pay approximately $880 for one year. Using the new reserved instance, you will pay about $580 for a savings of around $300. These are just rough estimates, but a reserved instance saves you around 30-50% versus On Demand instances. The longer the term, the better your savings. You will save $1300 on a 3 year term deal against an on demand instance running for 3 years straight.
Read the rest of this entry » -
Costs Using Amazon EC2 & S3
Figuring out all the costs when hosting on EC2 using S3 storage can be tricky. This is break down of what you can approximately expect to pay using a few basic scenarios, such as a lamp server and S3 backups, with Amazon services. This will also compare the costs to what you would expect to pay if you want to do the hosting yourself.
To fully understand EC2 charges, you need to know the difference between the instance types and what they cost to best meet your requirements. For the purpose of this post I will summarize – I have converted the Amazon Compute Units into basic CPU power and will then detail the costs based upon each of these instances.
Read the rest of this entry »1 comment Amazon, apache, Cloud Computing, EC2, Linux, Rails, S3, SQL Server, Windows -
Amazon Launches EC2 Web-based Console
Finally Amazon has released a web-based console to manage your EC2 instances. This should make life much easier for those who have not found the other great tools and services for EC2 management such as Scalr and Elasticfox. The information here is a summary of this post on Cnet. Amazon’s interface will allow for the following:- AMI management: browse and search (Amazon Machine Images), launch instances from AMIs, deregister and register AMIs
- Instance management: launch, reboot, terminate, get console output, RDP/SSH (Remote Desktop Protocol/Secure Shell) help, etc.
- Security group management: create and delete security groups, add and remove permissions, configure firewall settings, open and close ports
- Elastic IP panagement: create and release (Internet Protocol) addresses, associate IPs to instances
- Elastic block store: create, delete, attach, and detach volumes. Take snapshots and manage snapshots.
- Key pair management: create and delete public/private key pairs.
There is a video of the Web GUI here by Mike Culver that show just how easy it is to get started with Amazon’s EC2
It will be interesting to see what the fallout of this move will be in the coming months and what type of market share Amazon will take away from the other services that have been around much longer.
Read the rest of this entry »