blogging about…… Microsoft, Cloud Computing and all other things I find interesting
In: Uncategorized
15 Apr 2010I tried to start one of my Amazon EC2 AMI’s a few day’s ago, and received the error: Insufficient capacity Which I found was very weird. I think that’s just we’re cloud computing stands out from traditional computing, the possibility to add capacity on demand. I found out that I had to AMI’s with the [...]
In: Cloud Computing
4 Dec 2009Yesterday Amazon announced some cool new feature on their EC2 platform: Boot your instance from EBS (Amazon Block Store). Your root partition of your image will be EBS, so this will give you the ability to: fine-grain control of software and data configuration increase the size of the local disk up to 1TB in size [...]
In: Cloud Computing
13 Aug 2009Whenever you got an EBS Disk which size is not sufficient enough anymore, you can easily make it larger. Here’s how (OS: Windows off course). First of all create a snapshot of the volume (the larger the disk, the longer it takes) Create a volume from your snapshot and give it a greater size Detach [...]
In: Cloud Computing
12 Aug 2009In an earlier article I spoke about disabling time zone changes and machine name changes of an Amazon Machine Instance. You can also do this by use of a graphical interface. Just startup: “C:\Program Files\Amazon\Ec2ConfigSetup\Ec2ConfigServiceSettings.exe”
In: Cloud Computing
4 Aug 2009Whenever you start or restart your Amazon Instance, it will change your time zone back to GMT (if you changed it). As I am going to install Microsoft SQL Integration Server and Microsoft SQL Reporting Server, I want the time zone to be GMT+1. To stop Amazon to changing the Time Zone: Open %programfiles%\Amazon\Ec2ConfigSetup\bundleconfig.xml Change [...]
In: Cloud Computing
20 Jul 2009If you configured your instance you might want to save a backup of it. You can save this instance to S3 storage. You first have to create a bucket which will hold your files (an instance will be saved to severall “zipped” parts). A great tool is s3 browser, you can download a free version [...]
In: Cloud Computing
20 Jul 2009When I was configuring IIS on my 32 bits small instance, it asked me for the windows installation files (i386). You can attach these to your image as an EBS (Elastic Block Storage) volume. In your AWS Management Console navigate to “Volumes” Create a new volume and give it a minimum size of 2 GB [...]
In: Cloud Computing
20 Jul 2009I recently added an article in which I took a first look into Amazon AWS. I used the commmand line tools, this time I’m gonna use the provided AWS Management Console. On first login, my first thought is that this probably is easier than the command line tools. First of all I’m going to change [...]
In: Cloud Computing
16 Jul 2009EC2 stands for Elastic Compute Cloud. It is a web service that enables you to launch and manage Linux/UNIX and Windows server instances in Amazon’s data centers using APIs or available tools and utilities. You can use these instances to do all kind of things. Say you’re hosting a website and suddenly your site gets [...]