• cloud,  Network Infrastructure

    New AWS OmniGraffle Stencil

    Before I post the new stencil, let me just show you how it came to be (I needed to do something, which required me to do something else, which in turn caused me to need to create this): Anyway, here’s the stencil. It’s version .1 so don’t make fun: AWS.gstencil. To install the stencil, download, extract from the zip and then open. When prompted, click on Move to move it to the Stencils directory. Reopen OmniGraffle and create a new object. Under the list of stencils, select AWS and you’ll see the objects on the right to drag into your doc. Good luck writing/documenting/flowcharting!

  • Consulting,  Network Infrastructure,  sites,  Unix,  VMware

    S3 Command Line Part II

    Earlier we looked at using s3cmd to interact with the Amazon S3 storage cloud.  Now we’re going to delve into using Another S3 Bash Interface.  To get started, first download the scripts and then copy the hmac and s3 commands into the ec2 folder created in previous walkthroughs. To use the s3 script, you need to store your Amazon secret key in a text file and set two environment variables. The INSTALL file included with the package has all the details. The only tricky part I ran into, and from the comments on Amazon, other people ran into, is how to create the secret key text file. Now go into your…

  • Consulting,  Network Infrastructure,  sites,  Unix,  VMware

    Custom VMs using S3+EC2

    I’m obviously enjoying using Amazon for a number of testing applications (in addition to of course buying books and light bulbs from them, and not one showed up broken).  So far, I’ve done articles on getting started with Amazon ec2, using the command line with ec2, whitelisting an IP address, deploying ec2 en masse, and setting up a static IP for ec2.  But the S3 articles have been sparse.  So, now let’s look at using Amazon’s storage service (S3) from the command line.  Funny enough, if you’re going to upload your own custom Amazon Machine Instances (AMIs) you’ll need to leverage S3. When you go to bundle an image, you will have a…

  • Business,  Mass Deployment,  Network Infrastructure,  Unix,  VMware

    Deploy EC2 En Masse

    Render farms, cluster nodes and other types of distributed computing often require using a lot of machines that don’t have a lot of stuff running on them and are only needed during certain times.  Such is the life of a compute cluster, which is what EC2 is there for.  Because cluster nodes are so homogenous by nature you can deploy them en masse.  Picking up where I left off with deploying EC2 via the command line we’re going to look at spinning up let’s say 100 virtual machines with the large designation, from a pricing standpoint. As with the previous example, we’re going to use ami-767676 (although you’ll more than…