<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>My AWS Musings &#187; S3</title>
	<atom:link href="http://aws-musings.com/category/s3/feed/" rel="self" type="application/rss+xml" />
	<link>http://aws-musings.com</link>
	<description>Cloud computing, EC2, RDS, SQS, S3, Java...</description>
	<lastBuildDate>Mon, 30 May 2011 18:13:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Amazon AWS Java SDK released</title>
		<link>http://aws-musings.com/amazon-aws-java-sdk-released/</link>
		<comments>http://aws-musings.com/amazon-aws-java-sdk-released/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 01:25:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Autoscaling]]></category>
		<category><![CDATA[EBS]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[RDS]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[SNS]]></category>
		<category><![CDATA[SQS]]></category>
		<guid isPermaLink="false">http://aws-musings.com/?p=252</guid>
		<description><![CDATA[Amazon recently announced the AWS SDK for java. SDK or a java api is very much needed &#8211; especially if you are writing your automation scripts in groovy. We have tried multiple java apis in our scripts including JetS3t and Typica. These apis were really helpful, but they only supported some of the AWS services [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon recently <a href="http://aws.amazon.com/about-aws/whats-new/2010/03/22/announcing-the-aws-sdk-for-java/">announced</a>  the AWS SDK for java. </p>
<p>SDK or a java api is very much needed &#8211; especially if you are writing your automation scripts in groovy. We have tried multiple java apis in our scripts including <a href="http://jets3t.s3.amazonaws.com/index.html">JetS3t</a>  and <a href="http://code.google.com/p/typica/">Typica</a>. These apis were really helpful, but they only supported some of the AWS services and were not up to date (for obvious reasons). Having one java api that can support all of AWS technologies was definitely the need of the hour. I am sure Amazon will keep it updated as new services are released. They have the necessary resources to do so.</p>
<p>Furthermore, Amazon has also uploaded the SDK to the <a href="http://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk/1.0.002">maven repository</a>.<br />
You can use the following dependency in your pom.xml:<br />
<code><br />
&lt;dependency><br />
    &nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId>com.amazonaws&lt;/groupId><br />
    &nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId>aws-java-sdk&lt;/artifactId><br />
    &nbsp;&nbsp;&nbsp;&nbsp;&lt;version&gt;1.0.002&lt;/version><br />
&lt;/dependency><br />
</code><br />
The java doc for the SDK is hosted at <a href="http://docs.amazonwebservices.com/AWSJavaSDK/latest/javadoc/index.html">http://docs.amazonwebservices.com/AWSJavaSDK/latest/javadoc/index.html</a></p>
<p>Amazon has also opened the SDK source code for all. They have mirrored the SDK code repository at github. You can look at the SDK code at <a href="http://github.com/amazonwebservices/aws-sdk-for-java">http://github.com/amazonwebservices/aws-sdk-for-java</a></p>
]]></content:encoded>
			<wfw:commentRss>http://aws-musings.com/amazon-aws-java-sdk-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ylastic &#8211; an amazing web based interface for aws</title>
		<link>http://aws-musings.com/ylastic-an-amazing-web-based-interface-for-aws/</link>
		<comments>http://aws-musings.com/ylastic-an-amazing-web-based-interface-for-aws/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 19:22:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EBS]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[RDS]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[SQS]]></category>
		<category><![CDATA[cloud interface]]></category>
		<category><![CDATA[cloud website]]></category>
		<category><![CDATA[ec2 interface]]></category>
		<category><![CDATA[ylastic]]></category>
		<guid isPermaLink="false">http://aws-musings.com/?p=81</guid>
		<description><![CDATA[Let&#8217;s say you have 10 ec2 instances up and they do various different kinds of work. Some are web servers, some are queue servers, some are cache servers and a cluster with hadoop/hbase. Have you found it hard to remember which server is which? Wouldn&#8217;t it be cool if Amazon let us name our servers? [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say you have 10 ec2 instances up and they do various different kinds of work. Some are web servers, some are queue servers, some are cache servers and a cluster with <a href="http://hadoop.apache.org/">hadoop</a>/<a href="http://hadoop.apache.org/hbase">hbase</a>. Have you found it hard to remember which server is which? Wouldn&#8217;t it be cool if Amazon let us name our servers?</p>
<p>We have found a solution. <a href="http://ylastic.com">Ylastic</a> provides an amazing and inexpensive web based interface for various AWS services. It allows you to name your ec2 instances and remembers it. If you have an autoscaling setup it will automatically name your autoscaled instances when they start e.g. webserver001, webserver002 etc.</p>
<p><span id="more-81"></span><br />
Ylastic does much more than just naming the servers. It has a very user friendly user interface and also provides an iphone website from which you can start, stop instances etc. It also has a concept of locking an instance so that you don&#8217;t accidentally terminate it.<br />
<div id="attachment_84" class="wp-caption alignnone" style="width: 310px"><a href="http://aws-musings.com/wp-content/uploads/2009/12/ysplash_inst.png"><img src="http://aws-musings.com/wp-content/uploads/2009/12/ysplash_inst-300x102.png" alt="ylastic ec2 instances table" title="ylastic-instances-page" width="300" height="102" class="size-medium wp-image-84" /></a><p class="wp-caption-text">ylastic ec2 instances table</p></div></p>
<p>It has nice graphs for <a href="http://aws.amazon.com/cloudwatch">cloudwatch</a> data. </p>
<div id="attachment_87" class="wp-caption alignnone" style="width: 310px"><a href="http://aws-musings.com/wp-content/uploads/2009/12/ysplash_cwatch.png"><img src="http://aws-musings.com/wp-content/uploads/2009/12/ysplash_cwatch-300x266.png" alt="ylastic cloudwatch graphs" title="ylastic-cloudwatch" width="300" height="266" class="size-medium wp-image-87" /></a><p class="wp-caption-text">ylastic cloudwatch graphs</p></div>
<p>It supports most of the AWS services such as EC2, RDS, Auto scaling, S3, Simple DB.<br />
<div id="attachment_82" class="wp-caption alignnone" style="width: 310px"><a href="http://aws-musings.com/wp-content/uploads/2009/12/ysplash_db.png"><img src="http://aws-musings.com/wp-content/uploads/2009/12/ysplash_db-300x255.png" alt="ylastic dashboard" title="ylastic-dashboard" width="300" height="255" class="size-medium wp-image-82" /></a><p class="wp-caption-text">ylastic dashboard</p></div></p>
<p>It also lets you schedule tasks such as taking a snapshot of your ebs volumes etc. It keep tabs on your instances by receiving alerts when the state of the launched instance changes. </p>
<p>Ylastic costs only $25 per month per Amazon account. It allows you to create multiple users for the same Amazon account. Furthermore <a href="http://ylastic.com">ylastic</a> guys are amazingly fast. Their customer service usually comes back with an answer within the first hour. We have hardly had any complaints though. Most of the times we have suggested new features and these people have implemented them in few days.</p>
<p>I totally recommend <a href="http://ylastic.com">ylastic</a>. We are very happy with it at <a href="http://bedrock.com">Bedrock</a>. It has made our life easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://aws-musings.com/ylastic-an-amazing-web-based-interface-for-aws/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

