<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;CE4GRXo8cSp7ImA9WhBaEUo.&quot;"><id>tag:blogger.com,1999:blog-6291663</id><updated>2013-05-22T07:48:44.479+10:00</updated><category term="SPLA" /><category term="VCE" /><category term="Xangati" /><category term="XIV" /><category term="NBN" /><category term="Gestalt" /><category term="EMC" /><category term="VMworld" /><category term="Cisco" /><category term="F5" /><category term="Security" /><category term="Apple" /><category term="DR" /><category term="viops" /><category term="vChampions" /><category term="Crashpan" /><category term="VM" /><category term="Backup" /><category term="tdocs" /><category term="Dell" /><category term="Networking" /><category term="VFD2" /><category term="RabbitMQ" /><category term="BigData" /><category term="Stacks" /><category term="Storage" /><category term="SIM" /><category term="SpringSource" /><category term="ITNews" /><category term="Vizioncore" /><category term="IBM" /><category term="HP" /><category term="Veeam" /><category term="HDS" /><category term="3Par" /><category term="SNIA" /><category term="Developer" /><category term="cloud" /><category term="FCoE" /><category term="S3" /><category term="API" /><category term="SRM" /><category term="Netapp" /><category term="AWS" /><category term="Drobo" /><category term="vForum" /><category term="VMware" /><category term="Fusion" /><category term="Ruby" /><category term="Symantec" /><category term="HPStorageDay" /><category term="Ocarina" /><category term="UCS" /><category term="iPad" /><category term="re:Invent" /><category term="Zerto" /><title>Musings of Rodos</title><subtitle type="html">Musings on areas of technology that effect the Enterprise. Focus on Cloud, Virtualisation, Storage and Data Center.  </subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://rodos.haywood.org/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://rodos.haywood.org/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>271</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/MusingsOfRodos" /><feedburner:info uri="musingsofrodos" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;C04HRXs-eSp7ImA9WhNaFUg.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-7422973112010427189</id><published>2013-01-31T00:18:00.000+11:00</published><updated>2013-01-31T00:18:54.551+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-31T00:18:54.551+11:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="S3" /><category scheme="http://www.blogger.com/atom/ns#" term="API" /><category scheme="http://www.blogger.com/atom/ns#" term="Ruby" /><category scheme="http://www.blogger.com/atom/ns#" term="AWS" /><title>Hello World of AWS API with Ruby</title><content type="html">After years of writing Perl I need to start learning Ruby. The most comprehensive SDK for Amazon Web Services (AWS) looks to be the &lt;a href="http://docs.aws.amazon.com/AWSRubySDK/latest/frames.html" target="_blank"&gt;Ruby SDK&lt;/a&gt;. It even contains interfaces for the new &lt;a href="http://aws.amazon.com/elastictranscoder/" target="_blank"&gt;Elastic Transcoder&lt;/a&gt; service released overnight.&lt;br /&gt;
&lt;br /&gt;
It is pleasing to find just how little it takes to create a "Hello AWS" style Ruby program. For my first test I decide that listing out my S3 buckets would be sufficient.&lt;br /&gt;
&lt;br /&gt;
Here are four simple steps to get you started.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 1. Get Ruby on your machine.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Well of course you are using a recent Mac and Ruby is already installed. To confirm&lt;br /&gt;
&lt;blockquote&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;machine:~ rodos$ &lt;span style="color: red;"&gt;ruby -v&lt;/span&gt;&lt;br /&gt;
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]&lt;br /&gt;
machine:~ rodos$&lt;/span&gt;&lt;/blockquote&gt;
&lt;b&gt;Step 2. Install the AWS Ruby SDK&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
This is a simple command&lt;br /&gt;
&lt;blockquote&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;machine:~ rodos$ &lt;span style="color: red;"&gt;sudo gem install aws-sdk&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Password:&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Building native extensions. &amp;nbsp;This could take a while...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Building native extensions. &amp;nbsp;This could take a while...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Successfully installed uuidtools-2.1.3&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Successfully installed nokogiri-1.5.6&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Successfully installed json-1.7.6&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Successfully installed aws-sdk-1.8.1.1&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;4 gems installed&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Installing ri documentation for uuidtools-2.1.3...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Installing ri documentation for nokogiri-1.5.6...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;No definition for parse_memory&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;No definition for parse_file&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;No definition for parse_with&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;No definition for get_options&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;No definition for set_options&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Installing ri documentation for json-1.7.6...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Installing ri documentation for aws-sdk-1.8.1.1...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Installing RDoc documentation for uuidtools-2.1.3...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Installing RDoc documentation for nokogiri-1.5.6...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;No definition for parse_memory&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;No definition for parse_file&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;No definition for parse_with&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;No definition for get_options&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;No definition for set_options&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Installing RDoc documentation for json-1.7.6...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;Installing RDoc documentation for aws-sdk-1.8.1.1...&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;machine:~ rodos$&lt;/span&gt;&lt;/blockquote&gt;
&lt;b&gt;Step 3. Create your .rb file with the code.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Create a file with the text below. I named my file "&lt;span style="font-family: Courier New, Courier, monospace; font-size: x-small;"&gt;hello-aws.rb&lt;/span&gt;".&amp;nbsp;Of course I still use vi for some silly reason to write code! You could always try pico or one of those fancy graphical text editors, even Xcode.&lt;br /&gt;
&lt;blockquote&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;# List you S3 buckets&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;require 'rubygems'&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;require 'yaml'&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;require 'aws-sdk'&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;AWS.config(&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;:access_key_id =&amp;gt; '&lt;span style="color: red;"&gt;your.access.key.here&lt;/span&gt;',&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;:secret_access_key =&amp;gt; '&lt;span style="color: red;"&gt;your.secret.here&lt;/span&gt;')&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;s3 = AWS::S3.new&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;s3.buckets.each do |bucket|&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;puts bucket.name&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;end&lt;/span&gt;&lt;/blockquote&gt;
Don't forget to enter your access key and secret for your account.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Step 4. Execute your file.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
You can now run your code and watch it list your buckets.&lt;br /&gt;
&lt;blockquote&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;machine:~ rodos$ &lt;span style="color: red;"&gt;ruby s3list.rb&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: 'Courier New', Courier, monospace;"&gt;rodos.singapore.bucket1&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;rodos.singapore.bucket2&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;rodos.sydney.bucket1&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Courier New, Courier, monospace;"&gt;machine:~ rodos$&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;
There you go, it lists all of my buckets. From here it is developing your knowledge of the AWS SDK for Ruby alongside general Ruby programming skills. As I write some interesting code, I will share my experiences here.&lt;br /&gt;
&lt;br /&gt;
Why don't you go and try your first automation of the Cloud with AWS and Ruby! Its fun and easy.&lt;br /&gt;
&lt;br /&gt;
Rodos&lt;br /&gt;
&lt;br /&gt;
P.S. It is a bad idea to leave your account access key and secret locked away in your code file. I have done it here to show a complete working example in a single file.&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/2y2C2A9UR_M" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/7422973112010427189/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2013/01/hello-world-of-aws-api-with-ruby.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/7422973112010427189?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/7422973112010427189?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/2y2C2A9UR_M/hello-world-of-aws-api-with-ruby.html" title="Hello World of AWS API with Ruby" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://rodos.haywood.org/2013/01/hello-world-of-aws-api-with-ruby.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEcHRXoyeCp7ImA9WhNaFEg.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-3443973565700581512</id><published>2013-01-28T18:00:00.002+11:00</published><updated>2013-01-29T21:40:34.490+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-29T21:40:34.490+11:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><category scheme="http://www.blogger.com/atom/ns#" term="re:Invent" /><category scheme="http://www.blogger.com/atom/ns#" term="AWS" /><title>AWS re:Invent 2012 session index and links</title><content type="html">It is great that the sessions from Amazon &lt;a href="https://reinvent.awsevents.com/" target="_blank"&gt;re:Invent&lt;/a&gt; 2012 have been made publicly available. The video recordings are on YouTube and the slides are on SlideShare. 
&lt;br /&gt;&lt;br /&gt;Typically I want to search for a session based on the description, the speaker or maybe a company, then quickly view the content. Without a index that links all the sources this can be painful. So for my benefit and especially yours, below is a list of the sessions, speakers, session description and the link to the YouTube and SlideShare content.&lt;br /&gt;
&lt;br /&gt;
Enjoy.&lt;br /&gt;
&lt;br /&gt;
Rodos&lt;br /&gt;
&lt;br /&gt;
P.S. Any errors in the links please post in the comments.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;

&lt;table&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ARC201 - AWS Database Tier Architecture Best Practices&lt;/b&gt;&lt;br&gt;
by Matt Tavis - Solutions Architect - AWS, Siva Raghupathy - Enterprise Solutions Architect - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/arc201-aws-datatierarchbestpractices" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=qySHrmDmzUc" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;AWS provides a rich database environment comprising of a wide selection of In-memory data stores, SQL &amp;amp; NoSQL databases, Search, and Data Warehousing technologies.  Plus there are many storage options such as EBS, EC2 Instance Storage, HDFS, Amazon S3, Amazon Glacier etc. with different performance and durability characteristics. AWS Solutions architects have helped a wide variety of customers build successful database solutions on AWS. In this presentation we'll outline various database and storage options and discuss AWS DB Architecture Patterns &amp;amp; Best Practices. You will be able to learn how to architect your database tier by using the right database and storage technologies to achieve the required functionality, performance, availability and durability - at the right cost.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ARC202 - Architecting for High Availability &amp;amp; Multi-Availability Zones on AWS&lt;/b&gt;&lt;br&gt;
by Attila Narin - Sr Manager, Solutions Architecture - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/arc202-availability-zones-on-aws-aws-reinvent-2012" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=6uE2XULbT3o" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Amazon Web Services (AWS) provides a platform that is ideally suited for building highly available systems, enabling you to build reliable, affordable, fault-tolerant systems that operate with a minimal amount of human interaction. This session covers many of the high-availability and fault-tolerance concepts and features of the various services that you can use to build highly reliable and highly available applications in the AWS Cloud: architectures involving multiple Availability Zones, including EC2 best practices and RDS Multi-AZ deployments; loosely coupled and self-healing systems involving SQS and Auto Scaling; networking best practices for high availability, including Elastic IP addresses, load balancing, and DNS; leveraging services that inherently are built with high-availability and fault tolerance in mind, including S3, Elastic Beanstalk and more.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ARC203 - Highly Available Architecture at Netflix &lt;/b&gt;&lt;br&gt;
by Adrian Cockcroft - Director of Architecture, Cloud Systems - Netflix &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/arc203-netflixha" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=dekV3Oq7pH8" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;This talk describes a set of architectural patterns that support highly available services that are also scalable, low cost, low latency and allow agile continuous deployment development practices. The building blocks for these patterns have been released at netflix.github.com as open source projects for others to use.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ARC204 - AWS Infrastructure Automation&lt;/b&gt;&lt;br&gt;
by Chris Munns - Solutions Architect - AWS, Paul Duffy - Sr. Manager, Solutions Architecture - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/arc204-aws-infrastructure-automation-aws-reinvent-2012" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Lpcg3X4_MGI" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;So, youve got your solution deployed and have so many things to managenow what? Come to this session to learn how you can scale operations with solutions deployed in the AWS cloud. We take a look at services like AWS CloudFormation and tools like Chef and Puppet. See an overview of these services and tools, and we show you how they might be used in real-life scenarios and how you might incorporate these services and tools into your own environment.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ARC205 - Building Web-Scale Applications With AWS&lt;/b&gt;&lt;br&gt;
by James Hamilton - Vice President &amp;amp; Distinguished Engineer - AWS, Simon Elisha - Principal Solution Architect - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/building-webscale-applications-architectures-with-aws-aws-reinvent-2012-arc205" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=2wZAN2_W6Ns" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;As both new and established businesses work to increase their customer numbers, revenue and relevance to the market  they are working to deliver software that scales larger than ever before. The challenge of being the "victim of your own success" be it from viral marketing, social media or simply dramatic uptake of a new service; is something that troubles the minds of CIOs and Engineers alike. This session will focus on ways to avoid creating "technical debt" during initial development, and will share well established practices and approaches to building applications that can tolerate and revel in the challenges of scaling to "web scale". Working through a range of architectural dimensions, patterns and pithy examples  attendees will leave this session with useful ideas on how to design new applications, as well as the "retro-fitting" that can be done to existing applications to enable them to scale on AWS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ARC206 - Extend Your Existing Data Center to the Cloud with Amazon Virtual Private Cloud&lt;/b&gt;&lt;br&gt;
by Steve Morad - Solutions Architect - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/extend-your-existing-data-center-to-the-cloud-with-amazon-vpc-aws-reinvent-2012-arc206" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=l38BeRVRUKo" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Amazon Virtual Private Cloud (VPC) is fast becoming the networking option of choice for enterprise and government customers because it provides a powerful set of virtual networking capabilities. VPC allows you to isolate, control, connect, and empower your systems at the network level. Learn the common architectural patterns for building virtual networks in the cloud, interconnecting your virtual and physical networks, and securing your AWS cloud environment. Come learn about the extensive set of features specific to VPC that you should know about before your next cloud deployment.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ARC301 - Intro to Chaos Monkey &amp;amp; the Simian Army&lt;/b&gt;&lt;br&gt;
by Ariel Tseitlin - Director, Cloud Solutions - Netflix &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/arc301netflixsimianarmy" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Join the product and cloud computing leaders of Netflix to discuss why and how the company moved to Amazon Web Services. From early experiments for media transcoding, to building the operational skills to optimize costs and the creation of the Simian Army, this session guides business leaders through real world examples of evaluating and adopting cloud computing.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ARC302 - AWS Cloud Design Patterns (CDP)&lt;/b&gt;&lt;br&gt;
by Ken Tamagawa - Sr. Manager, Solution Architecture - AWS, Akio Katayama - Solutions Architect - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/aws-cloud-design-patterns-aws-reinvent-2012-arc302" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=kgPSpsrgWdA" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;AWS Cloud Design Patterns (a.k.a. CDP) are generally repeatable solutions to commonly occurring problems in cloud architecting. In this session, we introduce CDP and explain how you can apply CDPs in practical scenarios such as photo sharing, e-commerce, and web site campaigns.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ARC303 - Dissecting an Internet-Scale Application&lt;/b&gt;&lt;br&gt;
by Paul Duffy - Sr. Manager, Solutions Architecture - AWS, Umesh Sampat - Solutions Architect - AWS , Peter-Mark Verwoerd - Solutions Architect - AWS &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/arc303-dissecting-and-internet-scale-application" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=1YYPt5ox-fQ" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this session, we take an Internet-scale application built on AWS and dissect it. We start by looking at the problem we want to solve and finish with a design. We walk through the various architectural decisions taken for each tier and explain our choices for appropriate AWS services and building blocks to ensure the security, scale, availability and reliability of the application. In addition to learning about the architecture of the application, you see demos along the way.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ARC304 - Solutions in Action&lt;/b&gt;&lt;br&gt;
by David Rocamora - VP DevOps - Control Group , Ben Cochran - Sr. Software Architect - Autodesk , Jeremy Przygode - CEO - Stratalux, Brian Besterman - MD, Chief Information Officer &amp;amp; Co-Founder - Pronia Medical Systems&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/arc304-solutionsaction" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=qL3gAjjiiTo" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;You've had a chance to hear from AWS Solutions Architects about how you might architect a solution which would run in the AWS cloud and learned how you might better scale your operations. Come to this session if you'd like to hear some real-world stories from customers such as Autodesk and Pronia and partners such as Control Group and Stratalux. You'll learn how Autodesk has used the AWS cloud to revolutionize the architecture of their solutions to meet their customers' needs and from Stratalux you'll see some pragmatic real world examples for increasing operational efficiency. You'll also hear how Pronia worked with Control Group to deploy a HIPAA compliant application on AWS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT101 - Big Data with Amazon Elastic MapReduce&lt;/b&gt;&lt;br&gt;
by Peter Sirota - Sr. Manager, Software Development - AWS, Steve Mardenfeld - Data Engineer - Etsy , Jim Blomo - Engineering Manager - Data Mining - Yelp &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/bdt101-big-data-with-emr" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=jxErF-Y4M1o" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Big data technologies let you work with any velocity, volume, or variety of data in a highly productive environment. This session seeks to answer questions such as "what is big data," "how can I use unstructured data," and "how can I integrate data collections from different sources" using Hadoop with Amazon Elastic MapReduce. Join general manager of EMR, Peter Sirota, on a journey through real-world use cases of data-driven discovery.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT102 - Algorithms, Machines, and Crowdsourcing&lt;/b&gt;&lt;br&gt;
by Michael Brown - CTO - Comscore , Sharon Chiarella - Vice President - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/bdt102-algorithms-machines-and-crowdsourcing-aws-re-invent-2012" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=2Om0Zaki3wU" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this session, join the Vice President of Mechanical Turk to explore how businesses are marrying human judgment with distributed data processing, improving accuracy of Big Data analytics without sacrificing efficiency or scalability. Well highlight real world examples and introduce Mike Brown, CTO of Comscore, to discuss how the combination technologies such as Hadoop and Mechanical Turk are driving large scale systems to cleanse and categorizes business critical data from unstructured and inconsistent data sources.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT201 - AWS Data Pipeline: A Guided Tour&lt;/b&gt;&lt;br&gt;
by Kathryn Shih - Sr. Product Manager - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/aws-data-pipeline-aws-reinvent-2012-bdt201" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=ziorTgT0Zac" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this session, we'll review the features and architecture of the new AWS Data Pipeline service and explain how you can use it to better manage your data-driven workloads.  We'll then go over a few examples of setting up and provisioning a pipeline in the system.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT202 - The Hadoop Ecosystem&lt;/b&gt;&lt;br&gt;
by Ted Dunning - Architect - MapR , Jon Einkauf - Sr. Product Manager - AWS , Ronen Schwartz - VP Products B2B Data Exchange, VP Marketing Ultra Messaging - Informatica&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/bdt202-hadoop-ecosystem-reinvent" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=hrRUAvKVfxw" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The Hadoop ecosystem is blossoming. In this session, learn how to take advantage of tools such as Mesos, Spark, Shark and Mahout on Amazon Elastic MapReduce. Senior Product Manager, Jon Einkauf, discusses the optimizations which make Hadoop sing on EMR, and describes how to use different Hadoop distributions and tools such as Hbase and Hparser with your big data analytics pipelines.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT203 - Accelerating Research: Spotlight on Science&lt;/b&gt;&lt;br&gt;
by Deepak Singh - Principal Product Manager - AWS, Chris Dagdigian - Co-Founder, Principal Consultant - Bio Team , Steve Litster - Global Lead for Scientific Computing - Novartis , Michael DeAngelo - Deputy CIO - State of WA  &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=cz2Riiu-1ig" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn more about AWS, for science! In this session well introduce some of the world changing research being carried out on the AWS Cloud, including computer science, biology, astronomy and high energy physics. Join leaders in the field to hear more about how cloud computing is accelerating research.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT204 - Awesome Applications of Open Data&lt;/b&gt;&lt;br&gt;
by Matt Wood - Product Manager - AWS, Lisa Green - Director - Common Crawl , Ravi K Madduri - Fellow, Computation Institute - Globus Online , Matthew Berk - Founder &amp;amp; CEO - Lucky Oyster, Inc.&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/bdt204-awesome-applicationsofopendata" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=UjyyFQXh_CY" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Dive into the world of big data as we discuss how open, public datasets can be harnessed using the AWS cloud. With a lot of large data collections (such as the 1000 Genomes Project and the Common Crawl), join this session to find out how you can process billions of web pages and trillions of genes to find new insights into society.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT205 - Solving Big Problems with Big Data&lt;/b&gt;&lt;br&gt;
by David A Patterson - Pardee Professor of Computer Science - AMP Lab, UC Berkeley &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/bdt205-solving-big-problems-with-big-data-aws-re-invent-2012" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=w7Jr6xqmKUw" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The problem of big data is not only that it is capacious, but that it is also heterogeneous, dirty, and growing even faster than the improvement in disk capacity. One challenge is then to derive value by answering ad hoc questions in a timely fashion that justifies the preservation of big data. A group of us from databases, machine learning, networking, and systems just started a new lab at University of California, Berkeley, to tackle this challenge. The AMPLab is working at the intersection of three trends: statistical machine learning (Algorithms), cloud computing (Machines), and crowdsourcing (People). One of the driving applications for the AMP Lab is cancer genomics. Over the next several years, gene-sequencing technologies will begin to make their way into medicine, offering the most complex tests available. This advance brings a new type of data with tremendous promise to help elucidate physiological and pathological functions within the body, as well as to make more informed d&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT206 - A Seismic Shift in Education&lt;/b&gt;&lt;br&gt;
by Steven Halliwell - Education &amp;amp; S/L Gov't Director - AWS, Bill Howe - Director of Research, Scalable Data Analytics, eScience Institute  - UW, Anant Agarwal - President - EdX , Michael L. Chasen - President and CEO - Blackboard &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=vNlGNbXzg8g" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Join some of the education pioneers who are using cloud computing to drive new methods of delivery and evaluation across the world. Well discuss how the AWS cloud has helped students from all disciplines learn more, faster, using the innovative programs and technologies. Join this session to learn more from EdX, Blackboard and the University of Washington on how the cloud is accelerating modern education and research.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT207 - Big Data and the US Presidential Campaign&lt;/b&gt;&lt;br&gt;
by Miles Ward - Solutions Architect - AWS, Harper Reed - CTO - Obama For America, Leo Zhadanovsky - Director of Systems Engineering - Democratic National Committee, Brian Holcomb - DevOps Engineer - Obama For America, Jay Edwards - Lead Database Engineer - Obama For America, JP Schneider - DevOps Engineer - Obama For America, Scott VanDenPlas - Lead Dev Ops - Obama For America, Ben Hagen - Security Engineer - Obama For America&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=X1tJAT7ioEg" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Obama For America, the organization behind Barack Obamas successful campaign for re-election as President of the United States, designed, built, deployed and now dismantled an election-winning technology system which heavily leveraged Amazon Web Services.  Join us to meet the OFA "TECH" team, core members of the visionary group that delivered the applications, analytics, and DevOps tools that made such a big impact. We'll discuss the unique data system "Narwhal" at the center of this operation, their forward-minded use of SQS, RDS, and DynamoDB, and cloud power tools like Auto-Scaling, Asgard, CloudOpt, and New Relic that helped them deliver on election day.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT301 - High Performance Computing in the Cloud&lt;/b&gt;&lt;br&gt;
by Matt Wood - Product Manager - AWS, Dave Fellows - CTO - Green Button , Michael Driscoll - CEO  - Metamarkets &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/bdt301-high-performance-computing-in-the-cloud-aws-re-invent-2012" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=G1ZhlYhVjsE" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Join Matt Wood to discuss the story of high performance computing on Amazon Web Services, from an introduction to EC2 Cluster Compute Instances all the way to tips and tricks, like optimizing your code for the Intel Xeon processor E5 family. We'll welcome guest speakers on stage to discuss real world case studies on driving more teraflops for your applications.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT302 - Enterprise HPC in the Cloud: Fortune 500 Use Cases &lt;/b&gt;&lt;br&gt;
by Jason Stowe - CEO - Cycle Computing , Steve Litster - Global Lead for Scientific Computing - Novartis , Robert Nordlund - Assistant Vice President - The Hartford, Amitabh  Shukla  - Director of Software and Computer Engineering  - Life Technologies, David  Chang - Assistant Vice President, Risk Management Actuary - Pacific Life Insurance Company, Kurt Prenger - IT Senior Analyst - Johnson &amp;amp; Johnson, Taylor Hamilton - ITLDP Analyst - Johnson &amp;amp; Johnson&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;This talk will describe the use of utility supercomputers to solve real world problems for Genentech, Novartis, Schrodinger, and many others in Life Science, Finance, Manufacturing, Energy, and Insurance. We will talk about the latest and greatest workloads that are helping push industries forward through the insights gained from big data and high performance computing, as well as a look at what's coming next.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT303 - Data Science with Elastic MapReduce&lt;/b&gt;&lt;br&gt;
by Kurt Brown - Director, Data Science &amp;amp; Engineering Platform - Netflix &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/bdt303-netflix-data-science-with-emr" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=oGcZ7WVx6EI" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this talk, we dive into the Netflix Data Science &amp;amp; Engineering architecture. Not just the what, but also the why. Some key topics include the big data technologies we leverage (Cassandra, Hadoop, Pig + Python, and Hive), our use of Amazon S3 as our central data hub, our use of multiple persistent Amazon Elastic MapReduce (EMR) clusters, how we leverage the elasticity of AWS, our data science as a service approach, how we make our hybrid AWS / data center setup work well, and more.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT304 - Big Data Masterclass&lt;/b&gt;&lt;br&gt;
by Peter Sirota - Sr. Manager, Software Development - AWS, Pradeep Ananthapadmanadhan - CTO - Vivaki , Rick Farnell - Co-Founder &amp;amp; President - Think Big Analytics&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/bdt304-big-data-masterclass-aws-re-invent-2012" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn how engineers at startups and larger enterprises use data to drive greater insight into their operations, customers, and business in this lively discussion of big data techniques and tools. From Hadoop to data warehouses, this panel discusses the tools, techniques, tips, and tricks for building data driven teams and delivering cost optimization at scale.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;BDT305 - Transforming Big Data with Spark and Shark&lt;/b&gt;&lt;br&gt;
by Michael Franklin - Siebel Professor of Computer Science - UC Berkeley , Matei Zaharia - PhD Student, AMP Lab, UC Berkeley - UC Berkeley &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/bdt305-tranformingbigdata" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=v3JusAL9x2k" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The Berkeley AMPLab is developing a new open source data analysis software stack by deeply integrating machine learning and data analytics at scale (Algorithms), cloud and cluster computing (Machines) and crowdsourcing (People) to make sense of massive data. Current application efforts focus on cancer genomics, real-time traffic prediction, and collaborative analytics for mobile devices. In this talk, we present an overview of this stack and demonstrate key components: Spark and Shark.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN101 - Revving up Your Application&lt;/b&gt;&lt;br&gt;
by Deepak Singh - Principal Product Manager - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/cpn101revvingupapps" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=2L8IyBxMpog" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Amazon EC2 offers a broad array of instance types that provide customers with a varying set of resources for their applications. From the diminutive Micro instance to the powerful Cluster Compute Eight Extra Large instance, AKA "The Beast", customers are presented with a number of options for deploying their applications. This talk dives into the various Amazon EC2 instance families and walks through a variety of use cases that demonstrate the capabilities and ideal use cases for different instance types. You should leave with enough information to understand how to choose the instance type most appropriate to meet the requirements of your applications.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN102 - Your First Week with Amazon Elastic Compute Cloud&lt;/b&gt;&lt;br&gt;
by David Brown - Sr. Manager, Software Development - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/cpn102-your-first-week-with-amazon-elastic-compute-cloud-aws-reinvent-2012" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=cw2r16Q1X-g" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Amazon Elastic Compute Cloud (Amazon EC2) provides resizable compute capacity in the cloud.  It gives you complete control over your computing resources how you can run your applications in the AWS Cloud.  In this session, we explore the fundamentals of Amazon EC2, providing you with all that you need to begin deploying your applications to the cloud.  Come prepared with your Amazon EC2 questions and have them answered in this session!&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN202 - Run More for Less&lt;/b&gt;&lt;br&gt;
by Dave Ward - Sr. Manager, Amazon EC2 Pricing Services - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/cpn202more-for-lessfinal-aws-reinvent-2012" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=qelz79Nwd4o" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Amazon EC2 provides you several pricing options that can help you significantly reduce your overall AWS bill, including On-Demand Instances, Spot Instances, Reserved Instances, and the Reserved Instance Marketplace. This session covers high-level architectures and when to use and not to use each of the pricing models for components of those architectures. We walk through several customer examples to illustrate when to use each pricing option. Additionally, we walk through tools that may be useful to determine when to use each pricing model. This session is aimed at technically savvy managers and engineers who need to reduce their cloud spending.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN203 - Saving with EC2 Spot Instances&lt;/b&gt;&lt;br&gt;
by Dave Ward - Sr. Manager, Amazon EC2 Pricing Services - AWS, Lynwood Bishop - President - MapLarge , Nigel Duffy - CTO - Numerate , Nimrod Hoofien - SVP of Engineering - Ooyala , Chris Doherty - Tech Lead, Video Ingestion &amp;amp; Processing - Ooyala &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/cpn203saving-with-spotfinal-15492709" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=zDrLeHlamvY" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this session, we provide an quick overview of how some customers leverage Spot Instances. Join us as we hear from Spot Instance customers, including Ooyala, Numerate, and MapLarge, about how they got started, how they architect for the potential of interruption, how they maximize their savings using Spot, and what best practices they have learned. These customers also provide a high-level architectural overview their Spot solutions including media encoding (Ooyala), drug research (Numerate), and analytics (MapLarge). This session is aimed at customers interested in learning how to maximize their savings using Spot Instances. Come with your questions and get ready to be amazed at how easy it is to save on your Amazon EC2 bill.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN204 - Windows on Amazon Elastic Compute Cloud&lt;/b&gt;&lt;br&gt;
by Tom Rizzo - General Manager, Windows EC2, AWS Windows Business - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/cpn204-windows-on-ec2-top-ten-things-aws-reinvent-2012" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=De010WLMxI4" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;If you are interested in learning more about how you can use Windows technologies in the AWS environment, this session is for you! We explore running Microsoft Windows and Windows-based workloads on AWS.  We focus on the key topics that will help you get started on Windows to expert topics like building applications using .NET and Visual Studio and everything in-between. Filled with tons of demos, this session shows you firsthand how you can use Windows to bridge your on-premises network with AWS and quickly deploy enterprise workloads such as Exchange Server, SQL Server, SharePoint Server, and Windows ISV applications.  Come prepared with all your Windows questions and get them answered at the session!&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN205 - Zero to Millions of Requests&lt;/b&gt;&lt;br&gt;
by Khawaja Shams - Software Engineer - NASA , Spencer Dillard - Sr. Product Manager - AWS , Brett George - Engineering Applications Software Engineer - NASA &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/cpn205-zerotomillionsofrequests" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=xKF-Aawz9oc" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Regardless of the size of your application, you need to ensure it is scalable and highly available. You want a simple, cost-effective solution that makes it easy to securely run your site on the Amazon EC2 platform.  This session starts with an overview of Elastic Load Balancing (ELB), its key features, and how to get started. Learn how ELB can fit into your application architecture and best practices for managing load balancers in EC2. NASA / JPL presents a real world example of how ELB enabled millions of users to view the Curiosity Mars rover landing.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN206 - Learning From the Masters&lt;/b&gt;&lt;br&gt;
by Deepak Singh - Principal Product Manager - AWS, Adrian Cockcroft - Director of Architecture, Cloud Systems - Netflix , Peter Esposito - Systems Manager - USTA , Steve Litster - Global Lead for Scientific Computing - Novartis &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Please join us for a conversation with Adrian Cockroft (Netflix), Pete Esposito (USTA) and Stephen Litster (Novartis) as they share insights into their organizations journey to the cloud.  You will learn more about lessons they have learned from successes and failures as they made Amazon EC2 a component of their IT infrastructure.  Find out how Netflix scales their infrastructure and enables teams to innovate, how the USTA made its journey to the cloud, and how Novartis takes advantage of the elasticity and scale of Amazon EC2 to find new drug targets.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN207 - Virtual Networking in the Cloud&lt;/b&gt;&lt;br&gt;
by Eric Schultze - Principal Product Manager - AWS, Steve Morad - Solutions Architect - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/cpn207-virtualnetworking-aws-reinvent-2012" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=uytmpu5KbZU" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Take Amazon EC2 to the next level and create a virtual network in the AWS cloud using our API-defined networking solutions. Learn how to create networks that closely resemble those used in a traditional data center, enhance your knowledge of elastic network interfaces and multiple IP addresses for EC2 instances, and learn how to leverage egress filtering and network ACLs for an additional layer of security for your network. In addition to discussing virtual network security appliances, internal load balancing, and site to site VPN connectivity, we also discuss the past, present, and future for Amazon virtual networking.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN208 - Failures at Scale and How to Ignore Them&lt;/b&gt;&lt;br&gt;
by James Hamilton - Vice President &amp;amp; Distinguished Engineer - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/cpn208-failuresatscale-aws-reinvent-2012" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=cwPZ6EkwUzs" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;At scale, rare and unexpected events will happen. Things eventually will go wrong. This talk dives into what can go wrong at scale and how to architect applications to ride through disaster obliviously. Well talk about AWS infrastructure design including Regions and Availability Zones and show how applications can be written and operated to best exploit this industry-unique infrastructure redundancy model.  Believing that experience is one of the best teachers, we will go through some of the more interesting and educational industry post mortems including some experienced at AWS to motivate these application design decisions and show how they can mitigate the damage of the truly unexpected.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN209 - Your Amazon Linux AMI&lt;/b&gt;&lt;br&gt;
by Max Spevack - Manager, Linux Kernel &amp;amp; Operating Systems - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/your-amazon-linux-ami-aws-reinvent-2012-cpn209" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=ZEnr_v01MPc" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;If you are a Linux user in Amazon EC2, this is a session you want to attend. Join us for a discussion related to the Amazon Linux Amazon Machine Image (AMI). Leave the session with an understanding of why the Amazon Linux AMI exists, how its packages and repositories are composed, and information about its rolling release cycle and security updates. Additionally, we discuss the niche that the Amazon Linux AMI fills in the larger Linux-in-EC2 space. Come with your questions, feedback, and requests related to the Amazon Linux AMI.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN210 - Defining an Enterprise Cloud Strategy&lt;/b&gt;&lt;br&gt;
by George Reese - CTO - Enstratus &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/cpn210-defining-an-enterprise-cloud-strategy-edit-witsoej" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Kg6IMDHcWnQ" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Few terms are more confusing than the term "cloud." While we've moved beyond the age of "defining the cloud," there's still a significant amount of confusion in understanding the role of the public cloud in an enterprise IT infrastructure. This presentation defines the elements of a mature enterprise cloud computing strategy that includes all components of a hybrid cloud, how to build out an integrated public/private infrastructure, and strategies for when and where to deploy new systems, and when it makes sense to migrate existing systems.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN211 - My Data Center Has Walls that Move&lt;/b&gt;&lt;br&gt;
by Deepak Singh - Principal Product Manager - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/cpn211-datacenterhaswallsthatmove" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=VhfJLg1gXNI" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;How do you think about computing resources in a world where you can launch and terminate computational capacity in minutes? Amazon EC2 provides a powerful platform to access vast computational resources at the click of a button or a simple API call. It is also very different from operating your own data center or having to managed fix assets in a co-location facility. This talk walks you through examples of how the cloud enables more efficient capacity planning, provides guidance in how developers and organizations can manage thousands of instances efficiently, and highlights tools that make it easy for you to plan your capacity needs, even when those needs might require you to provision the equivalent of a small data center at short notice.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN301 - The Best Amazon EC2 Features You Never Knew About&lt;/b&gt;&lt;br&gt;
by Deepak Singh - Principal Product Manager - AWS, Miles Ward - Solutions Architect - AWS, Scott VanDenPlas - Lead Dev Ops - Obama For America&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/cpn301-best-ec2-features" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=RLNXfIf75Ik" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;You might think you make Amazon EC2 dance to the strokes of your keyboard and bend to the will of a mouse click.  If you think you know everything about Amazon EC2, think again.  Learn some advanced EC2 tricks that will save you time, money and development effort.  Secure your automation, scale naturally with ease, flexibly redistribute load and GO FAST!&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;CPN401 - Packet Plumbing in Amazon Virtual Private Cloud&lt;/b&gt;&lt;br&gt;
by Kevin Miller - Software Development Manager - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/packet-plumbing-in-amazon-vpc-aws-re-invent-2012-cpn401" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=AIW5Ad1eN8A" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this session, we put on our network tool belt and explore the depths of Amazon Virtual Private Clouds API-defined networking! Learn how to isolate and fix networking problems; we cover such things as instance routing tables, Elastic Network Interfaces, VPC subnets and route tables, network ACLs, security groups, route propagation, and remote connectivity via VPN and Direct Connect. Join as we discover how to build and troubleshoot VPC networks meeting complex requirements, and pick up ideas for some unexpected things you can do. This session is aimed at engineers that understand the fundamentals of VPC networking and are looking for a deeper dive of how VPC engineers diagnose network problems.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;DAT101 - Understanding AWS Database Options&lt;/b&gt;&lt;br&gt;
by Sundar Raghavan - General Manager - AWS, Andy Skalet - CTO and Co-Founder - BrandVerity , Jay Edwards - Lead Database Engineer - Obama For America, Kimo Rosenbaum - Senior Systems Administrator - Edmodo&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/dat101-understanding-aws-database-options" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=nx8No1oxLXE" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;When you're handling big data in the modern world, you will come to a point where you can't just pick a one size fits all approach anymore. However, to get the results you want, you also dont have to spend big money on fire breathing hardware, or expensive software. AWS offers a beautiful array of open and commercial database choices, from do-it-yourself to fully managed services which handle scaling, and gives you powerful tools to choose the right architecture. You could choose from MySQL, RDS, Oracle, SQL Server, MongoDB, DynamoDB, Cassandra, ElastiCache, Redis, and SimpleDB, and our customers use them for different use cases. Each has different strengths, and this session highlights when you would want to choose each, with examples of how we use each to solve our big data challenges and why we made those decisions. We profile the some of the choices available to you - MySQL, RDS, Elasticache, Redis,  Cassandra, MongoDB and DynamoDB  and three customer case studies on RDS, ElastiCache and DynamoDB.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;DAT102 - Introduction to Amazon DynamoDB&lt;/b&gt;&lt;br&gt;
by Dave Lang - Sr. Product Manager, Amazon DynamoDB - AWS, Eric Nadalin - Co-Founder &amp;amp; CTO - Nexmo, Eddie Dingels - Lead Software Engineer - Earth Networks&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/dat102-dynamo" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=9HFxDjyebn8" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn why Amazon DynamoDB is the fastest-growing service in AWS history. DynamoDB is a NoSQL database service that lets you scale from one to hundreds of thousands of I/Os per second (and beyond) with the push of a button. It's designed to give you scalability and high performance with minimal administration and enables you to scale your app while keeping costs down. You also learn about the services design principles, its history, and about how some of our customers are using DynamoDB in their applications.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;DAT103 - Amazon Redshift: Amazon's New Data Warehousing Service&lt;/b&gt;&lt;br&gt;
by Anurag Gupta - Director, Database Engines - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/introducing-amazon-redshift-aws-re-invent-2012-dat103" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Jb_bN4tkkZ0" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Amazon Redshift is a fast and powerful, fully managed, petabyte-scale data warehouse service in the cloud. Starting today, you can sign up for an invitation to the limited preview of the service. Come to our session for an overview of the service, how it delivers fast query performance on data sets ranging from hundreds of gigabytes to a petabyte or more, and its pricing.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;DAT201 - Migrating Databases to AWS&lt;/b&gt;&lt;br&gt;
by Grant McAlister - Senior Principal Engineer - AWS, Rodney Grilli - Solution Architect - College Board &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/dat201-migrating-databases-to-aws" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=YXiZvz8jdCY" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this session, learn how to move your existing database applications to the cloud. We cover the best practices for planning your migrations, moving your data over, sizing your AWS deployment appropriately, and minimizing downtime. You also hear from some of our customers who have successfully migrated their applications about the techniques they used and the reasons they moved onto the cloud.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;DAT202 - Optimizing your Cassandra Database on AWS&lt;/b&gt;&lt;br&gt;
by Gregg Ulrich - Manager, Cassandra DevOps - Netflix , Ruslan Meshenberg - Director, Platform Engineering - Netflix &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/dat202-cassandra" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=uPrui898fhg" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;For a service like Netflix, data is crucial. In this session, the Director of Cloud Platform Engineering at Netflix details how they chose and leveraged Cassandra, a highly-available and scalable open source key/value store. In this presentation they discuss why they chose Cassandra, the tools and processes they developed to quickly and safely move data into AWS without sacrificing availability or performance, and best practices that help Cassandra work well in AWS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;DAT203 - Optimizing Your MongoDB Database on AWS&lt;/b&gt;&lt;br&gt;
by Miles Ward - Solutions Architect - AWS, Jared Rosoff - Director of Product Marketing - 10gen&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/dat203-mongodb" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Omc-f9SyHvc" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;MongoDB is one of the fastest growing NoSQL workloads on AWS due to its simplicity and scalability, and recent product additions by the AWS team have only improved those traits. Join us for a deep-dive on MongoDB best practices, including installation, configuration, orchestration, performance, and durability optimization, as well as operational management using tools from AWS and 10gen. &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;DAT301 - Accelerating Amazon Relational Database Service Performance with Amazon ElastiCache&lt;/b&gt;&lt;br&gt;
by Rahul Pathak - Sr. Product Manager - AWS, Ori Zaltzman - Founder &amp;amp; CTO - Gogobot.com, Khaled  Alquaddoomi - SVP of Technology - HealthGuru &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/dat301rds-elasticache" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=fefDpHE44g0" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn how you can use Amazon ElastiCache to easily deploy a Memcached-compatible, in-memory caching system to speed up your application performance. We show you how to use ElastiCache to improve your application latency and reduce the load on your database servers. We'll also show you how to build a caching layer that is easy to manage and scale as your application grows.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;DAT302 - Under the Covers of Amazon DynamoDB&lt;/b&gt;&lt;br&gt;
by Matt Wood - Product Manager - AWS, Michael Laing - Systems Architect - New York Times , Andrew Canaday - Lead Software Engineer - New York Times &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/dat302-underthecoversofdynamodb" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=nNNWDVwKoRI" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn about the thought and decisions that went into designing and building DynamoDB. We'll talk about its roots and how we can deliver the performance and throughput you enjoy today. Well also show you how to model data, maintain maximum throughput, and drive analytics against the data with DynamoDB. Finally, you'll hear from some of our customers on how they've built large-scale applications on DynamoDB and about the lessons they've learned along the way.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;DAT303 - Amazon Relational Database Service Best Practices&lt;/b&gt;&lt;br&gt;
by Grant McAlister - Senior Principal Engineer - AWS, Eli White - Founding Partner &amp;amp; CTO - mojoLive &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/dat303-rds-bestpractices" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Wa6vQzaCKsE" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn how to set up, operate, and scale mission critical MySQL, Oracle, and SQL Server database deployments using Amazon RDS. Grant McAlister, our senior principal engineer, shares best practices for deploying mission critical systems on Amazon RDS. We show you how to architect for security, durability, and high availability. You also learn how easy it is to scale your compute capacity, storage, and the IOPS associated with your database. Finally, some of our customers share what they've learned about building scalable applications on RDS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT101 - Embracing the Cloud&lt;/b&gt;&lt;br&gt;
by Yury Izrailevsky - Vice President, Cloud Computing and Platform Engineering - Netflix , Neil Hunt - Chief Product Officer  - Netflix &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/ent101-embracing-the-cloud-final" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=tDsVNd8ewnQ" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Join the product and cloud computing leaders of Netflix to discuss why and how the company moved to Amazon Web Services. From early experiments for media transcoding, to building the operational skills to optimize costs and the creation of the Simian Army, this session guides business leaders through real world examples of evaluating and adopting cloud computing.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT102 - Application Rationalization&lt;/b&gt;&lt;br&gt;
by Michael Gephart - Business Development Manager - AWS, Srikanth Geddada - Head - Public Cloud Infrastructure - Wipro, Erica Eatmon - Strategic Initiatives Leader - McGraw Hill, Harsha Rao - Principle - Booz Allen Hamilton, Oliver Alvarez - Lead Enterprise Security Architect  - International Finance Corporation&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Understanding the requirements and dependencies of your existing applications is an important component of a successful migration to Amazon Web Services. In this session, hear best practices from customers in rationalizing your applications to understand the easiest path to migrate and take advantage of the on-demand, elastic infrastructure of the AWS Cloud.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT103 - Making the Case for Cloud&lt;/b&gt;&lt;br&gt;
by Markku Lepisto - Principal, Cloud Computing - Nokia , Jinesh Varia - Manager, AWS Evangelism - AWS, Jay Chakrapani - VP &amp;amp; General Manager, Digital - McGraw Hill &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/ent103-making-thecase-for-cloudrevised" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=R1AjAKz73M8" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this session, AWS technology evangelist Jinesh Varia discusses common best practices for adopting cloud computing in your business. Tap into the shared learning of hundreds of thousands of customers, as we talk about how to create the right technical and business policies for adopting the cloud, migration hints and tips, and how to develop employees skills around the cloud computing ecosystem. This session includes customer examples from McGraw Hill and Nokia Siemens on how they successfully grew their usage of cloud computing while staying agile and keeping costs low.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT201 - How Much Can You Save with the Cloud?&lt;/b&gt;&lt;br&gt;
by Dan Rogers - Head of Global Demand Gen - AWS, Vladimir Mitevski - Vice President, Product Management Core Services - Thomson Reuters , Kris Bliesner - CEO &amp;amp; Co-Founder - 2nd Watch &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/ent201-how-much-can-you-save" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Y3XpQ4k44_8" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;There isnt an IT department out there that isnt under pressure to reduce costs. For thousands of enterprises, the AWS cloud has become part of that lower cost strategy. But how much could you really save with AWS? Where will those savings come from, and how does shifting to a model where you pay only for what you use impact your IT spend? In this session, we are joined by Kris Bliesner, chief executive officer of 2nd Watch, who have successfully helped over one hundred organizations reduce their IT costs. We share detailed best practices on how to calculate detailed apples-to-apples comparisons, how to build the models, and where to look to identify the biggest cost saving opportunities. We are also joined by Vladimir Mitevski, Vice President Product Management Core Services at Thomson Reuters who will walk through by line item how and where their actual operating and capital expenses changed when they migrated to the cloud, so you can learn from their experiences, and take home some&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT202 - 69% and Falling: Lowering the TCO of Enterprise Apps&lt;/b&gt;&lt;br&gt;
by Ralph K. Treitz - CEO &amp;amp; Co-Founder  - VMS &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/ent202-lowering-the-tco-of-enterprise-apps" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=6coV6U3ZDI0" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this presentation, Ralph Treitz from enterprise consulting legend, VMS AG, dives deep into a detailed cost analysis of running SAP on AWS using best practices from more than 2600 environments. If you want to know more about understanding the components of TCO models for enterprise software (including SAP), this is the session for you.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT203 - Integrating On-Premise Resources&lt;/b&gt;&lt;br&gt;
by Paul Ortiz - Principal Architect - Apollo Group , Ryan  Shuttleworth - Technical Evangelist - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/ent203-integratingonpremiseresources-revised" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=ucYXRj3u8G0" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The general purpose computing and storage environment of Amazon Web Services integrates perfectly into your existing ecosystem. Join customers who have taken advantage of this environment in parallel to their on-premise infrastructure to hear tales, tips, and tricks of best practices of integrating AWS with existing resources securely using services such as Amazon Virtual Private Cloud, AWS Direct Connect, and AWS Storage Gateway.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT204 - From Science Fiction to Reality: NASA's journey into the Cloud&lt;/b&gt;&lt;br&gt;
by Tom Soderstrom - IT Chief Technology Officer - NASA , Khawaja Shams - Software Engineer - NASA &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=GRVPGC1haTM" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;This talk describes how cloud computing is now used for everything that JPL does, including the mission to Mars and beyond. We describe JPL's journey from prototyping to full operational status on mission critical systems, including what parts of the AWS Cloud JPL uses. The speakers provide practical lessons learned and recommendations on how to bring everyone along on the journey.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT205 - Drinking our own Champagne: Amazon.com's Adoption of AWS&lt;/b&gt;&lt;br&gt;
by Laura Grit - Principal Technical Program Manager - AWS &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/drinking-our-own-champagne-how-amazon-uses-aws-aws-reinvent-2012-ent205" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=f45Uo5rw6YY" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Amazon retail websites around the world run on AWS, affording us greater control over capacity, performance, and availability than we have ever had in the past. In this session, we explain how we managed the process of migrating the worlds largest e-commerce sites to the cloud and operationally the benefits we get daily from using AWS technology.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT206 - Introduction to Benchmarking with AWS&lt;/b&gt;&lt;br&gt;
by Robert Barnes - Director of Benchmarking - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=zNpxgRHA2fY" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Whether you are building a new application or migrating an existing application, benchmarking can help you establish a baseline of your application's ability to support business requirements. The cloud is transforming benchmarking as it is not only scalable but also cost-effective to conduct benchmark experiments. In this session, Robert Barnes the Director of Benchmarking at AWS will give you an overview of benchmarking in the cloud and discuss a framework for benchmarking. He will discuss 3 ways to use benchmarks to answer specific capacity and performance questions and also share some examples of mistakes that people make when conducting their own benchmark tests or when consuming 3rd party benchmarking reports. This session is targeted at those who are looking for high-level guidance on how benchmarking can help your business. For a more in-depth practical review of my recommended tests join me at ENT 303 A practical guide to benchmarking with AWS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT301 - Enterprise IT Customer Panel&lt;/b&gt;&lt;br&gt;
by Dan Rogers - Head of Global Demand Gen - AWS, Bharat Shyam - CIO - State of Washington , Troy Otillio - Cloud Strategist - Intuit , Darren Person - CTO, Chief Architect &amp;amp; Online Media Executive - Elsevier , Sean Perry - Chief Information Officer - Robert Half International &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=1ALm9sKRccE" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this session you will hear IT leaders of some of the most innovative  and dynamic enterprises, answer the most burning topics that we are all dealing with today: What is the right mix of on-premise and cloud infrastructure for your company? How can you get clear visibility into all the cloud solutions being implemented today by your distributed development teams? How should you think about budgeting and billing in a world of utility, monthly usage charges versus upfront capital expenses? How can cloud infrastructure unleash new models of IT innovation? What is the role of IT as we transition to cloud computing?&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT302 - Evaluating and Deploying Microsoft Exchange Server and SharePoint Server on AWS&lt;/b&gt;&lt;br&gt;
by Tom Rizzo - General Manager, Windows EC2, AWS Windows Business - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/deploying-microsoft-exchange-and-sharepoint-on-aws-aws-reinvent-2012-ent302" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=_EOcOXxccZc" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Have you wondered about migrating your on-premises Windows Server, Active Directory, Exchange Server or SharePoint Server deployment to AWS?  Looking for the best way to get started?  This session will step you through the evaluation steps you should take in looking at migrating your Microsoft workloads to AWS.  Well do a deep dive into the architecture, performance, availability and functionality running these workloads on AWS.  Well also explore using value added services in AWS to extend your Microsoft workloads from both an IT Pro and Developer standpoint.  Finally, well look at how to integrate your on-premises deployments with AWS so you can continue to run some workloads on-premises and others in AWS.  This session is full of demos and come armed with all your questions about running Microsoft workloads on AWS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT303 - A Practical Guide to Benchmarking with AWS &lt;/b&gt;&lt;br&gt;
by Robert Barnes - Director of Benchmarking - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=jffB30FRmlY" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Benchmarking not only helps identify areas of concern and bottlenecks, but also acts as the foundation for future productivity improvements. In this session, Robert Barnes the Director of Benchmarking at AWS will provide practical tips and examples of conducting benchmarks of AWS compute, storage, network and application services AWS. Using specific examples, he will provide helpful hints and tips on how to configure and execute benchmarks tests for evaluating your application's performance so you can enhance application performance over time with AWS. This session provides more detailed operational tips, for a more general overview of why to benchmark and how to use benchmarks, join me at ENT 206 Introduction to Benchmarking at AWS"&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;ENT401 - Oracle Enterprise Performance Management Applications in the AWS Cloud&lt;/b&gt;&lt;br&gt;
by Larry Hill - Business Development Manager - Full 360 &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/ent401-the-case-for-hyperion-in-the-cloud-11-2812" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=N2-qzgSgpx4" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Oracle Hyperion applications - Essbase, Planning and Financial Management (Consolidation) - are the most widely-used financial analytic applications in the world. They all experience extreme peaks in usage, primarily during period-end close. Few corporate IT operations provision enough server capacity to provide good response time to Finance Departments during these close periods, which tends to make a challenging time even more difficult.  Because of these factors, Hyperion applications are ideally suited for cloud computing in an enterprise setting. Join Larry Hill from Full 360 to discuss his firms deep experience with the benefits and best practices related to this or key workload running in the Amazon cloud.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;GMG203 - Meteor Entertainment&lt;/b&gt;&lt;br&gt;
by Sarah Novotny - CIO - Meteor Entertainment &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/gmg203lessons-learned-meteor2012final" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=t4hjtegCLE8" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Game developers need to spend their time building new games and features, not managing infrastructure.  Meteor Entertainment has learned how-to minimize the time they spend managing infrastructure by automating deployments, monitoring systems through log analysis, and by making their data tier easy to scale.  Attend this session to hear all about Meteors best-practices.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;GMG204 - TinyCo&lt;/b&gt;&lt;br&gt;
by Gabi  Ghimis  - Product Manager - TinyCo&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/gmg204-tinycobestpractices" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=KAd091lmqj0" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;TinyCo is a game studio that powers and monetizes hit titles such as Tiny Village and Tiny Pets.  In this session they will share their best practices for developing engaging titles that work across mobile platforms.  TinyCo has learned how-to scale their AWS app servers and databases to handle viral demand, and they will talk about what they learned while they were developing their gaming platform and code libraries.  Additionally, TinyCo was successful marketing and monetizing their game with the Amazon Appstore and Kindle Fire, and they will explain how-to integrate with Amazons in-app purchasing service.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;GMG301 - Developing Mobile Games in the Cloud&lt;/b&gt;&lt;br&gt;
by Patrick Prendergast - Business Development Manager - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/building-mobile-games-on-aws-gmg301" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=OAxhk8kpr6Q" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The convergence of social gaming and mobile has changed the game for social game developers combining old and new challenges. Many mobile social game developers are leveraging AWS for their backend infrastructure because it allows them to execute in the face of these challenges. How can you reduce deployment time from weeks to hours? How can you build a back-end that can serve 10 users or 10,000,000 without failing or paying for what youre not using? Come learn from us how to architect your mobile social game on AWS and change the game of mobile social deployment in your favor.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;GMG302 - Scaling Social Games with Ubisoft&lt;/b&gt;&lt;br&gt;
by Read Maloney - Product Manager - AWS, Tsvetan Petkov - Online Architect - Ubisoft &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/gmg302-scalingonlinegames" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Bhahe0sc4-o" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Game success leads to rapid and unpredictable growth, and high-levels of read and write traffic can make scaling games even more difficult.  In this session Ubisoft and AWS cover the architectural best practices for building scalable apps and the best ways to adjust your app if it begins to slow down.  This session mainly focuses on scaling databases, and we focus on the following technologies: Couchbase, Cassandra, MySQL, Amazon RDS, and Amazon DyanmoDB.  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MBL101 - Distributing Apps through Kindle Fire and the Amazon Appstore for Android&lt;/b&gt;&lt;br&gt;
by Aaron Rubenson - Director - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/mbl101-distributing-through-appstore-and-fire-15423680" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=hI9bTJrNTOc" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Interested in offering your apps and games to Amazon customers? Learn how to grow your mobile app or gaming business by offering your app to millions of Amazon and Kindle Fire customers.  This talk will provide an overview of selling your app on Amazon and resources to help you engage customers and monetize, including an overview of the GameCircle and In-App Purchasing APIs.  Plus, hear tips for building relationships with Amazon customers and creating the killer app for Kindle Fire by optimizing your mobile apps and games for Kindle Fire tablets.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MBL202 - One-Click Mobile Cloud Services Using AWS&lt;/b&gt;&lt;br&gt;
by Matthew Schmulen - Lead Solutions Engineer - Appcelerator&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/mbl202-oneclickmobilecloud" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=EwsZG-5wNqo" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Create awesome mobile apps for iPhone and Android using the new integration of AWS Mobile SDK with Appcelerators Titanium Platform.  Tap into more than 5,000 native APIs to create cross-platform mobile apps using a single JavaScript code base. Also, take advantage of Appcelerator Cloud Services, including more than 20 of the most high-demand mobile back-end services like push notification, photo sharing, and check-ins - a superior alternative to Microsofts Azure Mobile Services, running on AWS and supporting iOS/Android.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MBL203 - Building a Mobile Application Platform on AWS&lt;/b&gt;&lt;br&gt;
by Ilya Sukhar - Founder - Parse.com &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/mbl203-building-a-mobile-application-platform" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=3OOjWVLMZBs" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Get under the hood with Parse.coms founder to see how they used AWS to build their mobile Platform as a Service. In this session, you learn how Parse is using a variety of AWS services including Amazon EC2, S3, ELB, EBS and Route53 to build data storage, push, and easy upload services for mobile developers.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MBL204 - Enhancing Quality &amp;amp; Performance for Vonage Mobile VOIP and Messaging Application using AWS&lt;/b&gt;&lt;br&gt;
by Guy Fighel - Director of Research &amp;amp; Development - Vonage &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/mbl204-vonage-enhancing-quality-and-performance" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=PoMl7e8W2v0" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Mobile communication applications have become a growing trend in the last few years. They allow users to build global virtual communities, reducing the need for the classic carrier while using alternative data channels like WiFi or 4G. Such applications offer phone call features, interactive chats, SMS messages, video, and more for free or a very low cost. Companies are being challenged daily to provide best in class, high quality, over-the-top communication applications. In this session, we discuss the challenges in building a global quality network. We present how Vonage built a Mobile Global architecture using Amazon EC2, developed geo-location algorithms for optimal routing, and implemented iPhone/Android AWS SDKs for secure attachments storage using Amazon S3.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MBL205 - Monetizing Your App on Kindle Fire: In-App Purchasing Made Easy&lt;/b&gt;&lt;br&gt;
by Mekka Okereke - Manager, Software Development - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/monetizing-your-app-on-kindle-fire-aws-reinvent-2012-mbl205-15423683" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Ud-4DROKrFA" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The Amazon In-App Purchasing API makes it easy for you to offer digital content and subscriptions such as in-game currency, expansion packs, upgrades, magazine issues and more for purchase within your apps. Within minutes you can be up and running, ready to give millions of Amazon customers the ability to purchase engaging digital content using their Amazon 1-Click settings. Discover how in-app purchasing can help you monetize your apps on Kindle Fire and learn how to integrate the Amazon In-App Purchasing API into your mobile apps.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MBL301 - Data Persistence to Amazon DynamoDB for Mobile Apps&lt;/b&gt;&lt;br&gt;
by Bob Kinney - Mobile SDE at AWS - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/data-persistence-to-amazon-dynamodb-for-mobile-apps-aws-reinvent-2012-mbl301" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=HTrL72k_tX4" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Object modeling is a common practice in mobile applications. We present two methods for modeling objects backed by Amazon DynamoDB, the AWS Persistence Framework for Core Data and DynamoDBMapper. We cover the benefits and limitations of these two solutions and demonstrate sample applications built with both technologies.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MBL302 - Solving Common Mobile Use Cases with the AWS Mobile SDKs&lt;/b&gt;&lt;br&gt;
by Bob Kinney - Mobile SDE at AWS - AWS, Glenn Dierkes - Software Development Manager - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/using-the-aws-mobile-sd-ks-mbl302" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=-xyBt_TQ_5o" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The AWS Mobile SDKs can be used to build thick-client architecture apps for iOS and Android devices. An overview of the SDKs will be presented as well as demos and code for storing data in Amazon S3 and sending emails via Amazon SES. You will also learn how to manage AWS credentials in a mobile environment.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MBL303 - Scalable Mobile and Web Apps&lt;/b&gt;&lt;br&gt;
by Kingsley Wood - APAC Business Development Manager - AWS, Aritra Ghosh Dastidar - Software Engineer - Intuit &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/mbl303-scalable-mobile-and-web-apps" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=WpzH2aUT4tQ" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;AWS offers an array of products and services to handle the unprecedented volumes of traffic, enormous user numbers and vast amounts of data being experienced by a successful mobile app that takes off. Learn how with new found agility and amazingly low time to market, these must-know best practices and techniques in the rapidly evolving and highly demanding mobile landscape can ensure success. Featuring Intuit's txtWeb architecture as a case study.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MED101 - Introduction to Amazon CloudFront&lt;/b&gt;&lt;br&gt;
by Mark Ramberg - Media Strategy and Business Development - AWS, Brian Kaiser - CTO - HUDL &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/med101-introduction-to-amazon-cloud-front" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=k-nCMrmxmgs" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;End users expect to be able to view media content anytime, anywhere, and on any device. Amazon CloudFront is a web service for content delivery used to distribute content to end users around the globe with low latency, high data transfer speeds, and no commitments. In this session, learn what a content delivery network (CDN) such as Amazon CloudFront is and how it works, the benefits it provides, common challenges and needs, performance, pricing, and examples of how customers are using CloudFront.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MED201 - Media Ingest and Storage Solutions with AWS&lt;/b&gt;&lt;br&gt;
by Joe Lyons - Manager, Global Storage Business Development - AWS, Alan Schaaf - Founder &amp;amp; CEO - Imgur &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/med201-media-ingest-and-storage" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=gS91dyl8LsQ" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this session we will discuss the numerous ways to ingest data into AWS including options such as physical media import &amp;amp; direct connect. We also talk about policy-based Hierarchical Storage Management (HSM) in the cloud, total cost of ownership, the importance of storage durability, and the infinite scalability of Amazon S3. Also, the founder of photo-share sensation IMGUR, Alan Schaaf, speaks about their migration to AWS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MED202 - Netflix&lt;/b&gt;&lt;br&gt;
by Kevin McEntee - Vice President, Digital Supply Chain - Netflix &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/med202-netflixtranscodingtransformation" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=B1RMcCqEKwE" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Netflix designed a massive scale cloud based media transcoding system from scratch for processing professionally produced studio content(to meet the unique scale and time constraints of our business).  We bucked the common industry trend of vertical scaling and, instead, designed a horizontally scaled elastic system using AWS to meet the unique scale and time constraints of our business. Come hear how we designed this system, how it continues to get less expensive for Netflix, and how AWS represents a transformative opportunity in the wider media owning industry.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MED203 - Scalable Media Processing with AWS&lt;/b&gt;&lt;br&gt;
by Usman Shakeel - Solutions Architect - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/scalable-media-processing-aws-reinvent-2012-med203" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=A8MRdbamUXw" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;This session walks through approaches for large-scale media processing scenarios. We cover hybrid and cloud-based transcoding, file transfer, media preparation, and media management. We expect attendees to come away with an understanding of best practices for architecting and deploying hybrid and cloud-based systems for media processing. &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MED204 - High Performance Content Delivery&lt;/b&gt;&lt;br&gt;
by Alex Dunlap - Senior Manager, Amazon Web Services - AWS, Andy Rosenbaum - Director of Development - Earth Networks &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/med204-high-performance-content-delivery" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=6OS-uqP4Bp8" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this hands-on session, we demonstrate how you can use Amazon CloudFront to help architect your site to deliver both static and dynamic content (portions of your site that change for each end-user). We walk through how you can configure multiple origin servers for your Amazon CloudFront distribution providing you the flexibility to keep your content in different origin locations without the need to create multiple distributions or manage multiple domain names on your website. We also show you how you can use query string parameters to help customize your web pages for each viewer and how you can configure multiple cache behaviors for your download distribution based on URL patterns on your website.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MED301 - Is My CDN Performing?&lt;/b&gt;&lt;br&gt;
by Nathan Dye - Software Development Manager - AWS, Jeff Miccolis - Engineering - MapBox &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/med301-is-my-cdn-performing" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=onyGydopv2g" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;This presentation provides practical guidance using external agent-based measurements and real user monitoring techniques. We review common content delivery network (CDN) architectures and how they relate to performance measurement. Finally, we walk through real-world CDN performance monitoring implementations used by MapBox, Amazon.com, and Amazon CloudFront.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;MED303 - Addressing Security in Media Workflows&lt;/b&gt;&lt;br&gt;
by Usman Shakeel - Solutions Architect - AWS, Heidi Kujawa - CEO - KODE Compliance &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/med303-addressing-security-in-media-workflows" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=rVj31TvH8jI" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Are your media assets secure? For media companies, security is paramount. Few things can more directly impact your companys bottom line. As the move to store, process and distribute digital media via the cloud continues, it is imperative to examine the relevant security implications of a multi-tenant public cloud environment. This talk is intended to answer questions around securely storing, processing, distributing and archiving digital media assets on the AWS environment. AWS also enables customers to achieve compliance with the MPAA security best practices with minimal effort. Learn how AWS complies with the MPAA security best practices and how media companies can leverage that for their media workloads.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;RMG202 - Rainmakers: How Netflix Operates Clouds for Maximum Freedom and Agility&lt;/b&gt;&lt;br&gt;
by Jeremy Edberg - Reliability Architect - Netflix &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/rmg202-devops-atnetflixreinvent" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=s0rCGFetdtM" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this session, learn how Netflix has embraced DevOps and leveraged all that Amazon has to offer to allow our developers maximum freedom and agility.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;RMG203 - Cloud Infrastructure and Application Monitoring with Amazon CloudWatch&lt;/b&gt;&lt;br&gt;
by Derek Pai - Sr. Product Manager, Monitoring - AWS, Darren Lee - Sr. Quantitative Engineer - Bizo , Henry Hahn - Sr. Product Manager - AWS &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/rmg203-cloud-infrastructure-and-application-monitoring-with-amazon-cloudwatch" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=4ExkEX3ftFs" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Amazon CloudWatch provides AWS customers the monitoring platform for keeping tabs on their cloud infrastructure and applications. In this session, we show you how to use CloudWatch to monitor vital operational resource data such as EC2 Instance CPU Utilization, ELB Request Counts, RDS Read Throughput and much more. Learn how to configure CloudWatch Alarms to alert you any time services are operating outside of ranges you define. Finally, see how you can monitor applications on your EC2 instances or outside of AWS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;RMG204 - Optimizing Costs with AWS&lt;/b&gt;&lt;br&gt;
by Coburn Watson - Manager, Cloud Performance Engineering - Netflix &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/rmg204-optimizing-costs-with-aws" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=iKg0CJt4JPQ" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Find out how Netflix, one of the largest, most well-known and satisfied AWS customers, develop and run their applications efficiently on AWS.  A member of the Netflix Cloud Performance Engineering team outlines the Netflix common-sense approach to effectively managing AWS usage costs while giving the engineers unconstrained operational freedom.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;RMG205 - Decoding Your AWS Bill&lt;/b&gt;&lt;br&gt;
by Matt Leonard - Manager, Tech Program Management - AWS, Ranjit Prabhu - Sr. Manager, Software Development - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/rmg205-aws-billing-final" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=TA3Q1F2TWPU" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;AWS billing has many features to help you manage and control your costs in the AWS cloud. In this session, we walk through the mechanics of AWS bill computation focusing on consolidated billing, detailed billing reports, programmatic access, cost allocation, billing alerts, and IAM access. We provide an overview of these features and demo how they are used in your own account setup.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;RMG206 - Introduction to AWS Elastic Beanstalk&lt;/b&gt;&lt;br&gt;
by David McArthur - Software Development Engineer - AWS, Saad Ladki - Sr. Product Manager - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/introduction-to-amazon-elasticbeanstalk-rmg206" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=6SMAH7X7IC0" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Are you looking to build the next viral Facebook application or mobile game? Are you worried about the viral growth of your web application? Are you tired of managing servers and installing software? This session introduces AWS Elastic Beanstalk, the easiest way to deploy and manage web applications on AWS. Well show you how you can write your application and let Elastic Beanstalk do the rest.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;RMG207 - Introduction to AWS CloudFormation&lt;/b&gt;&lt;br&gt;
by Avinash Jaisinghani - Software Development Manager - AWS, Chris Whitaker - Senior Software Development Manager - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/introduction-to-cloudformation-rmg207" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=MFF4EDQHaPw" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;AWS CloudFormation makes it easy to deploy and manage the lifecycle of applications running in AWS. This session walks through an end-to-end scenario, creating a stack with a set of AWS resources and deploying the application files and packages. Once deployed well walk through how you can change the stack to reflect operational changes or application requirements and finally use CloudFormer to create a CloudFormation template from AWS resources already running in your environment.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SEC101 - A Guided Tour of AWS Identity and Access Management&lt;/b&gt;&lt;br&gt;
by Jim Scharf - Director - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/sec101-guided-tour-of-iam" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=_BCD3iM3qLc" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn what AWS Identity and Access Management (IAM) technologies are available for you to manage users and their access to your AWS environment. We present a high level discussion of the benefits and functionality IAM provides to control secure access to your AWS environment. We discuss how you can manage users and their permissions when using IAM, how roles makes it simpler for you delegate access, and how to use Multi-Factor Authentication (MFA) to require additional proof of identity.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SEC102 - Security and Compliance in the AWS Cloud&lt;/b&gt;&lt;br&gt;
by Chad Woolf - AWS Compliance Leader - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/sec102-securityandcompliance" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=zwefgcyHAyQ" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;To properly evaluate cloud computing services, there are several industry resources to manage cloud provider security, risk, and compliance. This session discusses AWS collateral you can use to accomplish this and allow you to build an environment that can conform to a wide range of compliance and security requirements. If youre already using AWS and need to perform an audit on your cloud assets, this session demonstrates a feasible validation approach that works for AWS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SEC201 - Security Panel&lt;/b&gt;&lt;br&gt;
by Jason Chan - Cloud Security Architect - Netflix , Khawaja Shams - Software Engineer - NASA , Andrew Doane - Director, Systems - AWS, Rahul Sharma - Founder and VPE - Averail&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=JB_PQP5bojQ" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn from fellow customers, including Jason Chan of Netflix, Khawaja Shams of NASA, and Rahul Sharma of Averail, who have leveraged the AWS secure platform to build business critical applications and services. During this panel discussion, our panelists share their experiences utilizing the AWS platform to operate some of the worlds largest and most critical applications.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SEC202 - Federal Government Compliance Best Practices&lt;/b&gt;&lt;br&gt;
by CJ Moses - GM, Government Cloud Services - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/federal-government-compliance-best-practices-in-the-cloud-aws-reinvent-2012-sec202" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=iL-tdbxWXDs" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Federal Agencies seeking a secure and compliant cloud platform have migrated to AWS GovCloud (US). Dont miss this session as CJ Moses, general manager of Government Cloud Solutions for AWS, will share his insights into government compliance in the cloud and how your agency can utilize AWS GovCloud to host and process your agencies Critical Unclassified Information (CUI), including data requiring compliance with International Traffic In Arms Regulation (ITAR) and Export Administration Regulations (EAR). CJs background with both the FBI and the Department of Defense, as well as his work with AWS Public Sector customers, allows him the ability to share a unique perspective derived from experiences on both sides of todays compliance issues. CJ also announces, for the first time, the availability of many new services and features within GovCloud (US). &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SEC203 - AWS Security for Microsoft Shops&lt;/b&gt;&lt;br&gt;
by Miles Ward - Solutions Architect - AWS, Tom Stickle - Sr. Manager, Solution Architecture - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=UrrN95paZ0Q" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Attend this session to learn best practices for advancing your security posture to include cloud-based deployments of Windows and Windows-based applications. We will put some of the more complex AWS security controls into a more Windows-centric context.  Expect deep dives on federation between AWS Identity and Access Management and Active Directory, Routing, Security Groups and Network ACL's in Virtual Private Cloud, leveraging HOSM authentication from IIS applications, and direct guidance for Sharepoint and Exchange workloads.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SEC206 - Security OF the AWS Cloud&lt;/b&gt;&lt;br&gt;
by Stephen Schmidt - Chief Info Security Officer - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/aws-cloud-security" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=XhYX06RmMHc" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Security must be the number one priority for any cloud provider and thats no different for Amazon Web Services. Stephen Schmidt, vice president and chief information officer for AWS, will share his insights into cloud security and how AWS meets the needs of todays IT security challenges. Stephen, with his background with the FBI and his work with AWS customers in the government and space exploration, research, and financial services organizations, shares an industry perspective thats unique and invaluable for todays IT decision makers. At the conclusion of this session, Stephen also provides a brief summary of the other sessions available to you in the security track.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SEC301 - Security IN the AWS Cloud&lt;/b&gt;&lt;br&gt;
by Max Ramsay - Principal Security Solutions Architect - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/security-in-the-aws-cloud-sec301" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=n9i3pToAU_g" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;There are so many different thoughts about how to secure your applications running in AWS that it can be confusing to know where to start. In this session, we cover tips, tricks, and emerging best practices for securing your applications. We discuss topics ranging from how to configure your AWS resources to options for logging and intrusion detection. Discover that running your applications in AWS gives you a great head start.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SEC302 - Delegating Access to Your AWS Environment&lt;/b&gt;&lt;br&gt;
by Jeff Wierer - Sr. Product Manager - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/sec302-delegating-access-to-your-aws-environment" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=CELv45s6NLE" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;At times you may have a need to provide external entities access to resources within your AWS account.  You may have users within your enterprise that want to access AWS resources without having to remember a new username and password.  Alternatively, you may be creating a cloud-backed application that is used by millions of mobile users.  Or you have multiple AWS accounts that you want to share resources across.  Regardless of the scenario, AWS Identity and Access Management (IAM) provides a number of ways you can securely and flexibly provide delegated access to your AWS resources.  Come learn how to best take advantage of these options in your AWS environment.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SEC303 - Top 10 Identity and Access Management Best Practices&lt;/b&gt;&lt;br&gt;
by Anders Samuelsson - Technical Program Manager - AWS &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/top-10-aws-identity-and-access-management-best-practices" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=tTJrbsu_Wzc" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn about best practices on how to secure your AWS environment with AWS Identity and Access Management (IAM). We discuss how you best create access policies, manage security credentials (i.e., access keys, password, Multi Factor Authentication devices, etc.), how to set up least privilege, minimizing the use of your root account, and more.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SEC304 - Building Security from Scratch in AWS &lt;/b&gt;&lt;br&gt;
by Alex Stamos - CTO - IT Sec Partners &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/sec304-building-security-from-scratch" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=U4hdPpDpsMw" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Ask any two cloud "experts" about whether you can trust cloud providers for running your security sensitive systems and you'll likely get three opinions. When our group of security experts turned to the task of building a robust, reliable, and secure infrastructure, we chose to disregard the conventional wisdom, ignore the FUD, and design controls that allow us to confidently build on AWS, Salesforce, and other cloud providers. This talk walks you through the steps necessary to build a trustworthy cloud infrastructure. We outline how you can deconstruct your security needs into specific technical goals, map those goals onto controls that are available in the cloud, and discuss what risks need to be accepted while others are mitigated. The talk includes detailed discussion of cryptographic, network and logical controls, and is best enjoyed by those with advanced knowledge of AWS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR101 - The Future of Cloud Security (Presented by Intel)&lt;/b&gt;&lt;br&gt;
by Jason Waxman - General Manager - Intel &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Direct engagement with enterprise end users and industry partners like Amazon Web Services has helped Intel define its vision for future cloud infrastructure.  In this session, Jason Waxman, Intel's Cloud Infrastructure Group GM, will share the basis for Intel's vision, the five pillars of future cloud infrastructure and the collaboration between Intel &amp;amp; AWS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR201 - Recursive Clouds: Building Platforms on Platforms (Presented by Twilio)&lt;/b&gt;&lt;br&gt;
by Jeff Lawson - Co-Founder &amp;amp; CEO - Twilio &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The economic and technological implications of elastic infrastructure&amp;nbsp;are rippling through every layer of enterprise software delivery. Starting at the&amp;nbsp;hardware layer, the Cloud is enabling new platform infrastructure&amp;nbsp;business models that fundamentally change the pricing and delivery of&amp;nbsp;software applications. Jeff will explore the way the Cloud is disrupting&amp;nbsp;industry after industry by enabling platforms upon platforms of flexible, pay as you go, virtualized infrastructure.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR202 - The Convergence of IaaS and PaaS (Presented by RightScale)&lt;/b&gt;&lt;br&gt;
by Thorsten von Eicken - Founder &amp;amp; CTO - Rightscale &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In the six years since AWS launched, pundits have categorized cloud offerings into IaaS, PaaS and SaaS.  However, the lines between thes categories have started to blur. As IaaS solutions offer more platform and application services, this traditional view is becoming outdated. In this talk, you will learn about the shift to a new world of cloud services, where companies can pick and choose from a menu of options and assemble a solution that fits their needs. Find out how to architect your solutions to leverage a wide variety of cloud services and get a glimpse into what it means for your customers and your business.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR203 - Cloud Security is a Shared Responsibility (Presented by Trend Micro)&lt;/b&gt;&lt;br&gt;
by Allan Macphee - Sr. Product Manager - Trend Micro &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Securing workloads in the cloud is a shared responsibility between you and your cloud service provider. With an Infrastructure as a Service (IaaS) cloud, such as AWS, the service provider is responsible for securing the underlying hosting infrastructure, but businesses are expected to secure their virtual machines and their applications and data built on top of it. But what security controls are required? And can traditional security tools be applied to cloud environments? This presentation answers these questions and provides guidance on what security controls are needed to protect your cloud workloads. We also highlight the features and services that make AWS a trusted partner in securing your cloud environment.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR204 - Securing Your Cloud Across Your On-Premise and AWS Instances (Presented by Trend Micro)&lt;/b&gt;&lt;br&gt;
by Dave Asprey - VP Cloud Security - Trend Micro &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Public cloud adoption is a natural progression from virtualized data centers and on-premise deployments. For most businesses, workloads will reside in both their data centers and in public clouds, resulting in mixed environments. This presentation introduces the new security management and policy framework required to support these environments. Consistent security policy enforcement is needed regardless of VM location with additional security controls applied when VMs migrate to the public cloud. And this security should be implemented through automatic provisioning and enforcement to support the elastic nature of public clouds. Examples will be given on how this security can be deployed in an AWS environment.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR205 - Privileged Identity and Access Management (Presented by Xceedium)&lt;/b&gt;&lt;br&gt;
by Ken Ammon - Chief Strategy Officer - Xceedium&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Xceedium discusses best practices for protecting your infrastructure from the risks that privileged users and credentials pose to systems and data in cloud-only and hybrid architectures. Topics include: privileged user and account risks, applying AWS security best practices to the "customer side" of the shared security equation (from the hypervisor up), how Xsuite Cloud mitigates the privileged user risks for both AWS-only or hybrid architectures with infrastructure across cloud and traditional data centers (including unified policy management), how Xsuite Cloud's deep AWS integration adds: 1) additional protection for the AWS Management Console, 2) auto discovery and provisioning for highly elastic environments, and how can Xsuite help control access when it is scripts, not individual users, doing management console like functions using AWS APIs.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR206 - Bridging the Desktop to the Cloud (Presented by Citrix)&lt;/b&gt;&lt;br&gt;
by Joe Vaccaro - Director, Product Management - Desktop and Apps Group - Citrix, Peder Ulander - Vice President of Product Marketing - Citrix&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The datacenter is rapidly evolving and cloud services are leading the transformation towards IT-as-a-Service. In order to meet the growing demands of employees, IT is turning to desktop virtualization and cloud computing to empower workers with anytime, anywhere access to their desktop, apps, and data on any device. However, is it possible to enable desktops as a service from the cloud?  In this session, you'll learn how enterprises and service providers can transform key workloads including Windows desktops and apps as an IT delivered service on AWS. You'll get insight into the technical details and cloud architecture required to provide the orchestration, self-service, elasticity, and flexibility necessary to deliver desktops and apps as a true cloud service.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR207 - Your Enterprise Network and AWS (Presented by Citrix)&lt;/b&gt;&lt;br&gt;
by Morgan Gerhart - Director - Citrix&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Citrix and Amazon Web Services together enable enterprises to optimize the delivery of cloud-based applications. Maximizing the availability and performance of these application workloads requires that you eliminate disparities between AWS and your on-premise data center. Recent AWS enhancements now make it possible to deploy the same network services that power your own data center, such as application delivery and load balancing, directly into an AWS environment. It's time to learn how Citrix NetScaler VPX virtual appliances make AWS a seamless extension of your enterprise network infrastructure.     In this session you will learn: The best way to seamlessly connect AWS and your enterprise network; the advantages of using virtual appliances to build a common set of network services spanning your data center and AWS; how to leverage advanced availability, acceleration, visibility and control capabilities to provide a seamless network experience; and how the right network infrastructur&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR208 - Hitting Your Cloud's Usage Sweet Spot (Presented by Newvem)&lt;/b&gt;&lt;br&gt;
by Eric Hammond - Internet Startup Technologist - Alestic.com, Shane Meyers - Operations Engineer - SmugMug, Andrew Kenney - VP of Platform Engineering - Acquia, Chemi  Katz - VP of Technical Operations - DoubleVerify, Inc, Dan Feld - VP of Sales - Newvem&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Join Newvems All-Star panel of AWS expert users as they discuss their experiences, insights, and best practices on how usage analytics can save a ton of money, make your CIO and CFO really happy, and ensure business performance. Learn how usage analytics can enable you to accomplish optimal resource usage across your cloud adoption/deployment life-cycle: deterministic planning, right sizing, elasticity, compliance, and cost effectiveness.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR209 - On Demand IT with Cloud360 (Presented by Cognizant)&lt;/b&gt;&lt;br&gt;
by Ramesh Panuganty - Managing Director, Cloud360 Solutions - Cognizant &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this new age of IT, say goodbye to siloed, monolithic application environments, operations, and governance. Embrace the dynamic, agile application environments, and future-proof your virtual data centers. As businesses strive to tackle unrelenting information growth, increasing customer demands, cost pressures, and complex application environments, embrace an unprecedented ability to manage every aspect of your services; quality, SLAs, performance, and compliance from the operations, governance, and cost perspective. Through this session, discover how to use the service management and service governance layers to automate and manage your application environments. Learn how to apply strategic points of control in your organization and deploy automation and intelligencewhether in provisioning new application resources, migrating data, adjusting capacity, supporting new hypervisor, securing resources, or integrating AWS  cloud into your operations. Understand how Cognizant's  Clou&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR210 - How Zumba Delivers Superior Application Performance to Distributors &amp;amp; Customers Around the Globe (Presented by New Relic)&lt;/b&gt;&lt;br&gt;
by Chris Kelly - Developer / Evangelist - New Relic, Douglas Jarquin - Technical Operations Manager - Zumba&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Introduction: Chris Kelly, New Relic; Speaker: Douglas Jarquin, Technical Operations Manager, Zumba.  Zumba is one of the largest branded fitness programs in the world, with more than 12 million weekly class participants, in over 140,000 locations, across more than 150 countries. Zumba uses New Relics PHP agent to help them deliver the scalability, superior performance, and mobile access for both their B2B and B2C customers around the globe. With over 1 million unique visitors and 35 million total visitors each month, features like Real User Monitoring, Server Monitoring, and App Map help the IT team monitor and tune performance in every Zumba location. In this session Douglas Jarquin, Zumba Technical Operations Manager, discusses how he keeps the application and technical infrastructure that are critical to Zumbas business results running at peak performance, his approach to ongoing performance management, and how the team uses New Relic to help prioritize their performance workload&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR211 - Enterprise in Motion: Convergence of The Big 4 (Presented by Wipro)&lt;/b&gt;&lt;br&gt;
by Atul Sood - General Manager and Global Practice Head, Integrated Cloud Services - Wipro Technologies&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In todays fast paced and challenging business environment, IT priorities are increasingly being integrated with Business Strategy. Technology is powering business innovation and establishing a culture of agility. Social and Mobility have led the way  to a connected planet and this bears relevance across industries undergoing rapid transformation. Hear from Wipro on how you can harness the power of the Social, Analytics, Mobility on public cloud to create an Enterprise in Motion!&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR212 - Conquering Challenges to Company Wide Cloud Adoption @Adobe (Presented by Cloudability)&lt;/b&gt;&lt;br&gt;
by Tim Prendergast - Senior SaaS Infrastructure Architect  - Adobe Cloud Services&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The convergence of company and cloud happens at more than just the engineering/ops tier. Without good processes and communication, cloud can quickly become a four-letter word in your company. Cloudability has invited the Adobe Cloud Services Team to show you how they work with finance, operations, engineering, and legal teams to ensure that everyone loves the cloud as much as they do.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR213 - Leverage the Cloud with Mapping and Geographic Data (Presented by Esri)&lt;/b&gt;&lt;br&gt;
by Marwa Mabrouk - ArcGIS Server Product Manager  - Esri&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The cloud has opened new capabilities for location analytics. If youre already using the cloud, how can you leverage those capabilities? In this session, we cover how location analytics' need for processing power and storage capacity has put the cloud to use. We also discuss how users who want to leverage location analytics can get started in the AWS cloud today.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR214 - Enterprise Grade, Secure Big Data Analytics (Presented by Intel)&lt;/b&gt;&lt;br&gt;
by Greg Khairallah - Business Development Manager for Big Data - Intel&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Analysts predict that enterprises who embrace extreme information management architectures that deliver real time, actionable analytics will outperform competitors by 25%. This requires mastery of not only Hadoop software data analysis &amp;amp; processing paradigms- it requires focus on access control, data compliance, interoperability with cloud, and optimized hardware infrastructure across storage, network, and compute processing. Intel is a key contributor to the enablement of Apache Hadoop and is focused on delivering optimizations that span a whole Big Data deployment from hardware to software. This session will focus on the software and hardware engineering efforts to bring security, performance and stability to the cloud ecosystem.  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR215 - Limitless IT: Control for the unbounded datacenter (Presented by BMC)&lt;/b&gt;&lt;br&gt;
by Kia Behnia - Senior Vice President and Chief Technology Officer - BMC &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;While many large enterprises are embracing Amazon Web Services for the promise of unlimited capacity, flexibility, and reduced capital expenditure, IT departments are just starting to engage and manage AWS as a strategic vendor. In order to accelerate adoption of AWS, IT needs a clear strategy that extends their existing operations, controls, and governance models to enterprise workloads running on AWS. Working with AWS, BMC Software is delivering the technology and process changes that enable enterprise IT to embrace AWS while maintaining the oversight their business requires. In this session, Kia Behnia, chief technology officer of BMC Software, explores the balance of running IT in traditional data centers and running in AWS. Kia discusses how you can unlock value for your business with AWS, and how you can address the management challenges of provisioning, billing, change management, and monitoring in mixed AWS and on-premise IT environments.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR216 - Migrating a Large SAP Landscape to the Amazon Cloud &lt;/b&gt;&lt;br&gt;
by Joe Coyle - North American Chief Technology Officer - Capgemini &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;A real life case study of migrating existing global SAP instances from a traditional datacenter infrastructure to the Amazon Web Services Cloud. This presentation will cover the business case, how the planning was executed, major challenges and how to navigate them, and how we adapted SAP to a consumption based Cloud environment. We will also cover how we performed Heterogeneous system copies to the Cloud. Finally we will cover the Capgemini Cloud Framework used and how we tackled the Legal and Audit implications of the migration.   &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR217 - Real World Privileged Identity, Security and Operational Experiences Panel (Presented by Xceedium)&lt;/b&gt;&lt;br&gt;
by Craig Sutherland - Principal Engineer  - Booz Allen Hamilton, Balaji Balakrishnan  - CISO - International Finance Corporation, John Suit - VP of Product Management - Xceedium, Sri Vasireddy - Chief Cloud Officer - 8KMiles.com, Slawek  Ligier - CTO and Corporate VP of WW Product Development - SafeNet&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Xceedium and guests discuss real world privileged identity, security and operational experiences when building or migrating applications to the AWS Cloud.Topics: 1) What did you perceive as the key risks before you started? What are the actual risks?; 2) How are the models/approaches to IT operations, Managing Privileged Identities/Accounts, and Security different?; 3) What did you do well? What would you do differently if starting over again? 4) Thoughts on managing/securing across hybrid cloud/data center architectures?&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR219 - Manage for Peak Performance with AWS (Presented by RightScale)&lt;/b&gt;&lt;br&gt;
by Brian Adler - Senior Professional Services Architect - RightScale&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The possibilities are endless with AWS. You can spin up more servers than you ever imagined  across the globe and across your organization.  But how will you manage all your AWS usage, especially as it continues to grow?  How will you ensure that your deployments on AWS are rock-solid?  In this session we will discuss and demonstrate how to use RightScale cloud management to: Bullet-proof your application: how to structure a build and deploy methodology across AWS regions.  Well demo how to replicate configurations across EC2 availability zones to enable disaster recovery. Automate and organize: well show you how to automate redundant tasks so you can organize, clone, and deploy entire systems efficiently. Forecast cloud costs: well demo our new tool that gives you the ability to model deployments and usage patterns with AWS.This session will be presented by Brian Adler, RightScale Senior Services Architect. RightScale customers, Coupa and Pearson, will join the &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR220 - Portability and Content Management When Moving from On-Premise to AWS (Presented by Red Hat)&lt;/b&gt;&lt;br&gt;
by Todd Sanders - Director, Software Engineering - Red Hat&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In this session attendees will learn about open source software solutions sponsored by Red Hat that help to create a framework for distributed cloud services, focusing initially on content and entitlement (CaaS and EaaS, respectively) of Red Hat Subscriptions.  Utilizing PKI for authorization and authentication, the audience will learn about technologies that are creating the plumbing and laying the groundwork which will allow for more ubiquitous and pervasive use of their Red Hat Subscriptions both on-premise and on AWS, while addressing the business, operational and technical issues that such subscription movements can entail.  There will be a live demonstration and technology preview showing Red Hat's new content management solution running inside of Amazon EC2.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR221 - Learn How Enterprises Can Manage their AWS Cloud Services with CA Automation Suite for Clouds Powered by Amazon Web Services (Presented by CA)&lt;/b&gt;&lt;br&gt;
by Jeff Williams - Principal Product Manager, Alliance Solutions, Cloud Management - CA Technologies&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Enterprises are looking to effectively consume and manage Amazon cloud based services. CA Automation Suite for Clouds incorporates the full benefits of CA Service Catalog interface combined automation connectors to enable AWS services into an enterprise service delivery and support platform.  The enterprise grade solution provides administrative and governance for the entire Amazon cloud lifecycle which includes; aggregating existing machine images to a single Amazon account, building standard corporate machine images, publishing services, managing request approval, service provisioning (via AWS CloudFormation APIs), access provisioning, and image de-provisioning. Join our session to learn how CA Technologies management tools can provision and manage AWS compute services in an enterprise environment to establish standards, reduce cost, enable service delivery and improve service support.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR301 - Optimizing Enterprise Applications and User Access in the Cloud (Presented by F5 Networks)&lt;/b&gt;&lt;br&gt;
by Siva Mandalam - Product Management Executive Director for Cloud, Virtualization and Management - F5 Networks&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Are you interested in delivering enterprise or enterprise class applications and user access and various workloads like SharePoint on AWS? This session gives you an overview of issues surrounding application delivery in Cloud, and presents a number of architectural options for workloads in AWS. The session also discusses approaches to architecting networks that can dramatically simplify deployment and ongoing management or applications, particularly as they migrate to AWS from another cloud or they operate in active/passive deployment clouds for business continuity.  The session includes guidance on deployment through examples, and presentation of reference architectures, tools and strategies for delivering and security applications on AWS.  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SPR302 - Migrating to the Cloud Without Breaking Compliance (Presented by SafeNet)&lt;/b&gt;&lt;br&gt;
by Slawek  Ligier - CTO and Corporate VP of WW Product Development - SafeNet&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Organizations who have locked down compliance in the traditional data center are now struggling with how to migrate to the cloud with compliance intact.  Ownership and liability, lack of transparency from the cloud provider, an almost complete absolution of liability in contracts, and lack of clear guidance on required controls have been creating confusion in cloud migrations. Plainly put, regulatory compliance is typically enabled through a combination of certified infrastructures, and protection and control of PAN data  and the same principles apply whether youre in the Data Center and in the Cloud.  In this presentation, we guide you through understanding audit scope, selecting the right infrastructure, and preparing you with whats in store - from a new class of privileged users to shared responsibility and contract implications.  We also arm you with checklist for enforcing and enabling controls that will ensure critical protection and compliance of your data no matter where it &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STG201 - Understanding AWS Storage Options&lt;/b&gt;&lt;br&gt;
by Joe Lyons - Manager, Global Storage Business Development - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/understanding-aws-storage-options-aws-reinvent-2012-stg201" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=pTpZQFrtFac" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;AWS provides multiple storage options to meet your varying needs. We provide an overview of how AWS storage services can be used to support application development and delivery, backup, archive, disaster recovery, and virtualized compute.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STG202 - Parmigiano, a Monastery, Love and Faith: Technical Lessons on how to do Backup and Disaster Recovery in the Cloud&lt;/b&gt;&lt;br&gt;
by Simone Brunozzi - AWS Evangelist - AWS, Augusto Rosa - Manager, Server Operations - Shaw Media&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/stg202-parmigianomonastery-15493086" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Aj5SX_w26Tw" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;IT systems provide tremendous value, and maintaining data integrity and guaranteeing business continuity is of utmost importance for any organization. However, in today's world, those systems have grown in complexity and cost, while the business demands IT agility and lower costs. In this talk, AWS technology evangelist, Simone Brunozzi, joined by AWS customers, will explore how organizations should approach backup and disaster recovery, and how these two aspects can be implemented in the cloud to improve efficiency and flexibility. The talk starts with general concepts, and then dives into technical details, culminating in real customer examples that showcase some tips and tricks and the benefits of a cloud-based approach.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STG203 - Cloud Storage War Stories:  From the front lines of some of the biggest battles&lt;/b&gt;&lt;br&gt;
by Stephanie Cuthbertson - Sr Manager, Product Management - AWS, Don MacAskill - Co-Founder, CEO &amp;amp; Chief Geek - SmugMug , Peter Esposito - Systems Manager - USTA , Greg Arnette - Founder &amp;amp; CTO - Sonian , Jeff Kimsey - Head of U.S. Product Management - Global Data Products NASDAQ OMX , James Petts - Manager Database Automation - Amazon.com&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=FwnJzB8rX0Q" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Here is your chance to learn from others' front line experiences in building game changing cloud storage implementations. We've put together a panel of battle-hardened cloud storage customers. They've gone through, over, and around obstacles to come out smarter, faster, better. They've been where you are and theyre going to share their challenges and their lessons learned with their cloud storage implementations, how they've learned to leverage AWS as their vendor, and their future plans for using the latest storage services and features.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STG204 - Using AWS Storage Gateway&lt;/b&gt;&lt;br&gt;
by Arun Sundaram  - Sr. Product Manager - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/stg204-using-the-aws-storage-gateway" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Ut5TG1ueU1E" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Organizations are increasingly looking to cloud storage to address many of their corporate IT use cases, but prefer to do so in a way that minimizes the impact to their existing on-premises applications. This presentation provides an overview of AWS Storage Gateway, a service that connects an on-premises software appliance with cloud-based storage for seamless integration between on-premises IT environments and AWSs storage infrastructure. The presentation covers the key use cases of the service, discusses how AWS Storage Gateway works, and provides guidance on getting started. &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STG205 - Amazon S3: Reduce costs, save time, and better protect your data&lt;/b&gt;&lt;br&gt;
by Khawaja Shams - Software Engineer - NASA , Dan Winn - Sr Manager, Software Development - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=cX6XjM7d4rM" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Amazon Simple Storage Service (S3) offers an expanding set of capabilities for protecting and managing data, as well as hosting content. We'll cover the breadth of the service's features and show you how you can take advantage of them.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STG301 - Using Amazon Elastic Block Store&lt;/b&gt;&lt;br&gt;
by Miles Ward - Solutions Architect - AWS, Steve Newman - Scalyr - Cloud Engineer, JP Schneider - DevOps Engineer - Obama For America&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/stg301-usingamazonebs" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=vXkBvuAM7T4" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;This session will walk through best practices on architecting Amazon EBS for high performance workloads.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STG302 - Archive in the Cloud with Amazon Glacier&lt;/b&gt;&lt;br&gt;
by Mark Seigle - Software Dev Manager - AWS &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=WXLxc2wRCwY" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Archive in the cloud explores the rapidly growing amount of infrequently accessed (or "cold") data being stored by enterprises, and how IT organizations can use the cloud to dramatically reduce the cost of storing that data while improving durability. The talk gives a technical overview of Amazon Glacier, including coding samples, and tips and tricks for data indexing and reducing cost.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STG303 - Building Scalable Applications on Amazon Simple Storage Service&lt;/b&gt;&lt;br&gt;
by Jim Sorenson - Principal Engineer - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/building-scalable-applications-on-amazon-s3-stg303" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=YYnVRYbUR6A" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Want to build an application that requires minimal up-front investment, and will seamlessly scale from hundreds to millions of users?  Amazon S3 is a powerful building block that can enable you to focus your time on the value and functionality of your application, rather than the challenges of scaling it. In this session we'll cover techniques to best take advantage of the platform.  We'll discuss structuring your key naming convention to maximize consistency of performance, as well as ways to optimize your upload and download throughput.  We'll learn how to eliminate proxies between your application and Amazon S3, and use the platform for your logging needs.  Finally, we'll cover simple techniques for efficiently managing the billions of objects your highly scaled application may accumulate.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STP101 - What Can You Do With $100?&lt;/b&gt;&lt;br&gt;
by Josiah Carlson - Chief Architect and Co-Founder - ChowNow , Jason Gurwin - Co-Founder - PushPins , Kevin Gibbon - Co-Founder &amp;amp; CEO - SmartAisles , Jeff Barr - Technical Evangelist - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;This panel, led by Senior AWS Evangelist Jeff Barr, shares their build-with-no-cash experiences. Find out how these companies creatively built prototypes on AWS to secure slots in top accelerators and/or investment from top firms. From efficient use of engineering resources, to fully leveraging AWS to remain agile, scale as needed, and even pivot with little or no infrastructure cost.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STP102 - Ahead in the Clouds&lt;/b&gt;&lt;br&gt;
by Don MacAskill - Co-Founder, CEO &amp;amp; Chief Geek - SmugMug &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/stp102-ahead-in-the-clouds" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=Lpcn_5EURkY" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Session Information coming soon.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STP201 - Efficiency at Scale&lt;/b&gt;&lt;br&gt;
by Ammon Bartram - Co-Founder - Socialcam , Guillaume Luccisano - Co-Founder &amp;amp; VP of Engineering - Socialcam &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/stp201-efficiencyatscale" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=nnHkvnGYFm8" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;In May of 2012, Socialcam exploded, gaining tens of millions of new users in just a few weeks. At the time, the service ran on 15 servers in a co-location facility in San Francisco. To meet new user traffic demands and continue to deliver maximum user satisfaction, Socialcam made the move to cloud services. With only two engineers and a constant barrage of users, there was limited time for technical transition, but Socialcam endured with no significant downtime. In this technical session, Socialcam co-founders Guillaume Luccisano and Ammon Bartram talk about their experience scaling Socialcam. They present the challenges they encountered, how they addressed them, and the technologies they used in the process. They focus particularly on how they used Amazon services in conjunction with their own hardware to keep Socialcam active with no significant downtime and no costly system redesign.   &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STP202 - Driving to Success: Fueling Growth and Innovation&lt;/b&gt;&lt;br&gt;
by Bob Van Nortwick - Business Development Manager - Venture Capital and Startups - AWS, Meir Morgenstern - Co-Founder and VP of Engineering &amp;amp; Operations - CloudOn , Sam Parnell - CTO - Bleacher Report , Gregarious Narain - Co-Founder &amp;amp; CTO - Chute, Jack Murgia - Senior DevOps Engineer - Edmodo, Robert Kotredes - Head of Engineering - TinyCo&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;This cutting edge panel explores the approaches of companies managing rapid customer adoption and innovation cycles.  Many of these companies are at the forefront or in the middle of explosive growth curves- they are continuing to innovate as a vehicle for  accelerating that growth.  These companies will share how they were able grow quickly, maintain market advantage and in some cases position themselves for acquisition.   You will learn from the scoop from the inside-  what these companies experienced and how they were able to leverage AWS to capitalize on growth and push innovation without compromising customer experience or breaking the bank. &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STP204 - Pinterest Pins AWS! Running Lean on AWS Once You've Made It&lt;/b&gt;&lt;br&gt;
by Ryan Park - Operations Engineer - Pinterest &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/stp204-running-lean-on-aws" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=73-G2zQ9sHU" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;When youre starting out, its not worth putting a lot of effort into optimizing your costs; you should put your time into growing your business. But as your infrastructure grows, it becomes worthwhile to optimize your use of AWS resources. Ryan Park from Pinterests technical operations team presents how they have optimized their infrastructure costs as their site has exploded in popularity.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STP205 - Making it Big Without Breaking the Bank&lt;/b&gt;&lt;br&gt;
by Jim Blomo - Engineering Manager - Data Mining - Yelp , Ray Bradford - Investment Partner - Kleiner Perkins Caufield &amp;amp; Byers, Gregory  Scallan  - Chief Architect  - Flipboard&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/stp205-making-it-big-without-breaking-the-bank" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=oGh5Tr4f_kQ" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Join Ray Bradford from Kleiner Perkins in a frank discussion with Yelp Engineering Manager Jim Blomo, and Flipboard Chief Architect Greg Scallan , as they explore how they are optimizing their costs with AWS,  and how they think about owning vs. renting hardware as they grow. Ray will also share observations and trends on how successful VC funded companies think about IT costs and the right things to be spending money on.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STP301 - Building in the Cloud Best Practices&lt;/b&gt;&lt;br&gt;
by Sarah Novotny - CIO - Meteor Entertainment , Ralph Gootee - CTO - PlanGrid , Joe Ziegler - Technology Evangelist - AWS, Bill Platt - Sr. VP of Operations - Engine Yard , Kate Matsudaira - VP of Engineering - Decide , Adam D'Amico - Director of Technical Operations  - Okta &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=ONAMYFYYtms" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Amazon Web Services are fundamentally changing the way organizations are building new applications and services by enabling them to focus on their customers needs, and not on the underlying infrastructure and technology. Organizations are dramatically accelerating their agility and time to market, enabling developers to rapidly deliver new applications and then quickly iterate based on customer and market response. Businesses no longer have to focus on scaling databases, the unique challenges of big data and the complexities of highly available global applications and instead invest directly in building their market offerings.  This panel will speak to the best practices for creating applications on AWS from decision makers of companies who have successfully built enterprises on top of AWS and are benefiting from the advantages of running in the cloud.  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;STP302 - Top Venture Capitalists Discuss Investing in the App and Cloud Economy&lt;/b&gt;&lt;br&gt;
by Ann Winblad  - Managing Director  - Hummer Winblad Venture Partners , Michael Skok - Partner - North Bridge Venture Partners  , Brad Steele - Business Development Manager - AWS, Matt Mcllwan - Managing Director - Madrona, Matthew  Miller - Partner - Sequoia Capital &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.youtube.com/watch?v=TrRHx8trn2E" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;This panel of top venture capitalists discusses how their investment thesis and strategies have evolved over the past several years in light of rapid and low cost development cycles made possible by the cloud. They share insights into how they evaluate investments in various vertical markets and stages, what metrics they use to monitor progress and success of their portfolio companies, provide advice and best practices to entrepreneurs looking to raise capital, and share what they see on the cloud horizon that will change the world. This panel is moderated by Brad Steele of Amazon Web Services.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SVC101 - Building Search into Your App&lt;/b&gt;&lt;br&gt;
by Jon Handler - CloudSearch Solutions Architect - AWS, Matt Norton - Director of Application Development - Public Broadcasting Service&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/svs101-building-search-into-your-application-final" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=b5_bJCUffXg" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;    Amazon CloudSearch is a fully-managed search service in the cloud that allows customers to easily integrate fast and highly scalable search functionality into their applications. In this session, we cover the basics of search and search engines. We take an introductory look at CloudSearch along with a deep dive showing how to build a CloudSearch-based web application.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SVC103 - The Whys and Hows of Integrating Amazon Simple Email Service into your Product or Website&lt;/b&gt;&lt;br&gt;
by Chris Wheeler - Sr. Technical Program Manager - AWS, Rohan Deshpande - Software Development Engineer - AWS, James LaPlaine - Vice President, Technology Operations - AOL &lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/svc103-whyshowsses" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=f3xncKCdI_0" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;If you're already building your website our application on AWS, using Amazon SES is a quick and cost-effective way to send your email. This  session will talk about what Amazon SES is and why you would want to use it. Then we will dig into the most common ways our customers use Amazon SES with their current systems and give you the tools you need to do the same.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SVC104 - AWS Marketplace&lt;/b&gt;&lt;br&gt;
by David Zipkin - Sr. Manager, AWS Marketplace - AWS, Barry Russell - Sr. Manager, AWS Marketplace - AWS, Paul Wallace - Director, Product Marketing, Stingray Business Unit  - Riverbed Technology, Misha  Govshteyn - Co-Founder &amp;amp; Vice President of Emerging Products - Alert Logic&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/svc104-aws-marketplace-101" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=3WfMVEqg7XQ" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;AWS Marketplace is an online store that helps customers find, buy, and immediately start using the software and services they need to build products and run their businesses. Visitors to the marketplace can use AWS Marketplaces 1-Click deployment to quickly launch pre-configured software and pay only for what they use, by the hour or month.  AWS handles billing and payments, and software charges appear on customers AWS bill. The first half of this session talks about what AWS Marketplace offers to AWS customers buying software and the second half of this session discusses why AWS Marketplace is a great place to sell software.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SVC105 - AWS Messaging&lt;/b&gt;&lt;br&gt;
by Jon Turow - Sr. Product Manager - AWS, Clay Magouyrk - Software Development Engineer - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/aws-messaging-aws-reinvent-2012-application-services-svc" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=zwLC5xmCZUs" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Amazon SNS and Amazon SQS are important systems for sending, managing, and queuing system notifications. This session details the fundamentals on how to use these services, demonstrates the value for application developers, and covers some common use cases and customers where they have solved a critical business problem.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SVC201 - Distributing Work in the Cloud with Amazon&lt;/b&gt;&lt;br&gt;
by Rick Sears - Software Development Manager - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/distributing-work-in-the-cloud-with-aws-flow-framework-and-amazon-swf-aws-reinvent-2012-svc201" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=HR3XyvHFYEg" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Applications today can span on-site and off-site environments, as well as across multiple compute resources in the cloud. Come learn how to simplify your applications state management, asynchronous tasks and work distribution with Amazon Simple Workflow (SWF). During this session, you will learn how to use the SWF Flow Framework to define your application logic in workflows that are managed at high-scale and with fault-tolerance by Amazon SWF.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;SVC202 - Scaling Your Application&lt;/b&gt;&lt;br&gt;
by Andrew Kerr - Principal Engineer - Fluid.com , Andrew Guldman - VP of Product Engineering - Fluid.com , Mai-lan Tomsen Bukovec - Director, EC2 Compute - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/svc202-scaling-your-applications-work" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=DYmJIQO2ZyQ" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Dealing with scale and concurrency in todays web and mobile services can require complex business logic in your application. To achieve high scale in the cloud, often developers have to coordinate and track state for steps in application processes distributed across remote data centers. Come to this session to learn how Amazon Simple Workflow (SWF) manages and coordinates your application sequences in workflows by our AWS pay-as-you-go service. We will walk through real-world examples of customers who are basing their high-scale, fault-tolerant applications on Simple Workflow today. &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;TLS301 - Deploying to the AWS Cloud with Visual Studio&lt;/b&gt;&lt;br&gt;
by Norm Johanson - Software Development Engineer - AWS, Steve Roberts - Software Development Engineer - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/deployingtotheaws-cloudwithvisualstudio-tls301" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=5N352oeYmqE" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The AWS Toolkit for Visual Studio contains many features to help you deploy and maintain your applications in the AWS cloud. In this session, learn how easy it is to deploy and manage your SQL Server powered ASP.NET application from the IDE and command-line tools using AWS Elastic Beanstalk and Amazon RDS. The session also includes some discussion of automated deployment with continuous integration build systems.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;TLS302 - Being Productive with the AWS SDK for Java&lt;/b&gt;&lt;br&gt;
by Jason Fulghum - Software Development Engineer - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/beingproductivewiththeawssdk-forjava-tls302" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=bj6vaQxrmfA" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The AWS SDK for Java includes several higher level APIs that make working with AWS simpler. Learn more about higher level APIs such as TransferManager, which allows developers to easily manage asynchronous uploads and downloads from Amazon S3; the AWS DynamoDB Object Persistence Layer, which allows developers to annotate their Java classes to specify how the SDK should map them to AWS DynamoDB tables when they are saved and loaded; and other higher level APIs such as the Amazon Simple Email Service JavaMail provider. &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;TLS303 - How to Deploy Python Applications on Elastic Beanstalk&lt;/b&gt;&lt;br&gt;
by James Saryerwinnie - Software Development Engineer - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/how-to-deploy-python-application-on-elastic-beanstalk-tls303" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=gymX8TAP6s4" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn how to configure, deploy and scale a Python application running on Amazon Elastic Beanstalk. This talk uses two samples, a simple url shortening API built using Flask, and an image processing app built using Django, to demonstrate how to quickly get up and running on Amazon Elastic Beanstalk.  In addition to learning best practices, the talk covers performance tweaks, and options for scalable data storage including S3, DynamoDB and RDS.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;TLS304 - Getting Productive with the AWS SDK for Ruby&lt;/b&gt;&lt;br&gt;
by Trevor Rowe - Software Development Engineer - SDK and Tools - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/getting-productive-with-the-aws-sdk-for-ruby-tls304" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=BxrDvBSPdzs" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn best practices for using the AWS SDK for Ruby, including configuration, logging, debugging, consuming high and low level interfaces, collections, memoization, Rails integrations, AWS::Record and more. &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;TLS305 - Using Amazon DynamoDB Effectively with the AWS SDK for PHP&lt;/b&gt;&lt;br&gt;
by Jeremy Lindblom - PHP Software Engineer - AWS, Michael Dowling - Software Development Engineer - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/using-dynamod-bwith-aws-sdk-for-php-tls305" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=h_u3Ig5Cpv0" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;Learn how to work with Amazon DynamoDB using the AWS SDK for PHP. Attendees learn about the AWS SDK for PHP including how to install and configure the SDK and how to perform operations with DynamoDB. Advanced discussion topics include tips for effective DynamoDB usage, request batching, performance tuning, configuring event listeners, and setting up the included DynamoDB session handler for session storage.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
&lt;td&gt;&lt;b&gt;TLS306  - Develop, Deploy and Debug with Eclipse and the AWS SDK for Java &lt;/b&gt;&lt;br&gt;
by Zach Musgrave - Software Development Engineer - AWS&lt;/td&gt;
&lt;td align=right width="90"&gt;&lt;a href="http://www.slideshare.net/AmazonWebServices/tls306-developdeploydebugeclipse" imageanchor="1"&gt;&lt;img border="0" height="34" width="34" src="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s400/slideshare.png" /&gt;&lt;/a&gt;&lt;a href="http://www.youtube.com/watch?v=YeRNErD81VA" imageanchor="1"&gt;&lt;img border="0" height="32" width="50" src="http://4.bp.blogspot.com/-qNWHoqPKnFI/UQYaRa2yMvI/AAAAAAAABXw/suF-1j6ok50/s400/youtube.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=2 style="padding-left:20px; padding-bottom:10px; font-size:x-small;"&gt;The AWS SDK for Java and the AWS Toolkit for Eclipse enable developers to easily manage AWS resources, quickly build web scale Java applications that interact with AWS services, and deploy those applications to the AWS platform. In this session, learn what functionality the AWS SDK for Java and the AWS Toolkit provide, see common usage scenarios with the AWS SDK for Java, and discover how to use the management, deployment, and debugging capabilities in the AWS Toolkit for Eclipse. &lt;/td&gt;
 &lt;/tr&gt;
&lt;/table&gt;
&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/x80fndqT42E" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/3443973565700581512/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2013/01/aws-reinvent-2012-session-index-and.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/3443973565700581512?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/3443973565700581512?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/x80fndqT42E/aws-reinvent-2012-session-index-and.html" title="AWS re:Invent 2012 session index and links" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-91VxaMYZg3M/UQYaRNBPmwI/AAAAAAAABXk/aKceBQDbAoU/s72-c/slideshare.png" height="72" width="72" /><thr:total>2</thr:total><feedburner:origLink>http://rodos.haywood.org/2013/01/aws-reinvent-2012-session-index-and.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0MESXg_eSp7ImA9WhNbF04.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-6887029461648310886</id><published>2013-01-21T12:23:00.001+11:00</published><updated>2013-01-21T12:23:28.641+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2013-01-21T12:23:28.641+11:00</app:edited><title>What is the meaning of "Cloud for the Enterprise"?</title><content type="html">&lt;br /&gt;
What is the meaning of “Cloud for the Enterprise”, or its synonym “Enterprise Cloud”? The terms is used often, mostly as a throw away phrase. What is different about Cloud Computing which is “Enterprise” in nature, and that which is not? The phrase also comes up frequently in the discussions around “Enterprise Cloud adoption”.&lt;br /&gt;
&lt;br /&gt;
This has been a topic that I have been wrestling with in the back of my mind over the last month, probably due to me starting my new role at Amazon Web Services this past week, specifically to work within the Enterprise customers. Therefore over the break I have really been considering, what on earth is “Cloud for the Enterprise”?&lt;br /&gt;
&lt;br /&gt;
In thinking “Cloud for the Enterprise” there are three areas that we need to consider. &lt;u&gt;Who&lt;/u&gt; is the enterprise, what are their &lt;b&gt;applications&lt;/b&gt; and what are their &lt;b&gt;requirements&lt;/b&gt;.&lt;br /&gt;
&lt;h2&gt;
Who is the Enterprise?&lt;/h2&gt;
&lt;br /&gt;
What do we mean when we are referring to the Enterprise?&lt;br /&gt;
&lt;br /&gt;
The term Enterprise can sometimes refer to simply being commercial in nature. For example you will often hear people discussing services such as DropBox being for consumers. Where as alternative services, such as &lt;a href="http://www.huddle.com/"&gt;Huddle&lt;/a&gt;&amp;nbsp;or &lt;a href="http://www.syncplicity.com/"&gt;Syncplicty&lt;/a&gt;, are characterized as being for the Enterprise. Likewise some companies also have different editions or service levels of their Cloud services. For example &lt;a href="http://www.crashplan.com/"&gt;Crashplan&lt;/a&gt; have consumer, business and enterprise editions.&lt;br /&gt;
&lt;br /&gt;
In our understanding then we need to acknowledge firstly that the phrase is referring to Cloud services which are targeted to business use and not the consumer space.&lt;br /&gt;
&lt;br /&gt;
Next the term Enterprise can often refer to the size of the business, where size either equates to the number of employees or the dollar value of turnover. &amp;nbsp;Typical the business sizes are broken into categories of Small, Medium and Enterprise. Often the Small and Medium are joined to form a category Small-Medium Business (SMB) or Small-Medium Enterprise (SME). Whilst there are no standard on the splits especially across countries, typically if you have less than 500 employees you are a SME. These cutoffs are the stuff that Sales people loose sleep over as they have a big impact on their territories. If you are interested to know the number of businesses of different employee sizes in the US, they can easily be found in the &lt;a href="http://www.census.gov/econ/smallbus.html#EmpSize"&gt;census data tables&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
Therefore in our understanding we want to acknowledge that we are discussing large scale entities. Yes, small and medium enterprises can and are consumers of Cloud services, however I believe when we hear the term “Cloud for the Enterprise” we are not discussing them.&lt;br /&gt;
&lt;br /&gt;
To summarize our first area; when we discuss “Cloud for the Enterprise” we are discussing:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Business rather than consumer based services.&lt;/li&gt;
&lt;li&gt;Where that business is large, typically 500 or more employees.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;
What are Enterprise applications?&lt;/h2&gt;
&lt;br /&gt;
The second area that we should be thinking about in “Cloud for the Enterprise” is Enterprise applications or Enterprise software. Often when the phrase is used, it is attempting to make a distinction in the nature of the application workloads. I believe that the reference is to the breadth and the nature of Enterprise applications.&lt;br /&gt;
&lt;br /&gt;
First, breadth.&lt;br /&gt;
&lt;br /&gt;
In the business world there is usually a differentiation when things become “Enterprise” in nature. Anecdotally the most obvious is that the price tag has extra zeros on the end. I think that Mark McDonald &lt;a href="http://blogs.gartner.com/mark_mcdonald/2009/06/15/is-your-company-an-enterprise-the-answer-matters/"&gt;stated&lt;/a&gt; what this means really well.&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
People talk about the ‘enterprise’ all the time, particularly in IT. &amp;nbsp;There are enterprise solutions, enterprise architecture, enterprise portals, enterprise security, etc. &amp;nbsp;In this context the term enterprise is more often meant to mean all encompassing, across business units or geographies, the whole of our business operations.&lt;/blockquote&gt;
This breadth aspect of the “Enterprise” attribute, particularly in IT is very helpful. We know that there is great adoption of Cloud services within businesses that are Enterprise in size. Many of these deployments have not been concerned with finding Cloud services that are labeled as Enterprise in nature. We have all heard the stories of Cloud deployments that were skunk works funded through a corporate credit card. Likewise there have been significant deployments which have been blessed by or even driven by IT, but they have remained as isolated deployments, special projects, or have been given approval to live outside of the normal regime.&lt;br /&gt;
&lt;br /&gt;
My perception is that when we are discussing “Cloud for the Enterprise” we are also talking about deployments and solutions that are broad. Where the usage is the normal rather than the unknown or the exception. Where the use case runs across the breadth of the business and not for isolated solutions.&lt;br /&gt;
&lt;br /&gt;
Second, nature.&lt;br /&gt;
&lt;br /&gt;
Enterprise applications are software that is used to run the business rather than software used by an individual. So whilst a user might use Microsoft Excel to track and manage business functions it is not typically viewed as an Enterprise “application”. A helpful &lt;a href="http://en.wikipedia.org/wiki/Enterprise_software"&gt;definition&lt;/a&gt; from Wikipedia is&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
Enterprise application software is application software that performs business functions such as order processing, procurement, production scheduling, customer information management, energy management, and accounting. It is typically hosted on servers and provides simultaneous services to a large number of users, typically over a computer network. This is in contrast to a single-user application that is executed on a user's personal computer and serves only one user at a time.&lt;/blockquote&gt;
Given the nature of these systems they are usually large and complex, much of the business process is integrated and intertwined to the application. It is typically expensive and time consuming to implement or change from one application to another. These are the critical application that the whole business relies on to generate its revenue and service its customers.&lt;br /&gt;
&lt;br /&gt;
Many Enterprise applications, due to their legacy have certain architectures. Often these architectures are very different from the new paradigm that is Cloud computing. Traditional Enterprise applications are often (but not always):&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Scale up rather than scale out&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Have specific requirements in hardware and software compatibility&lt;/li&gt;
&lt;li&gt;Mandate specific and consistent performance from underlying infrastructure&lt;/li&gt;
&lt;li&gt;Are intolerant of failure in any underlying infrastructure and rely on the high availability of all components&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
It is a hyper exaggeration but a characterization could be made that modern Cloud applications are scale out, distributed systems built on Open Source Operating Systems and software, such as Linux. Enterprise applications on the other hand, are scale up, monolithic systems built on proprietary Operating &amp;nbsp;Systems and software such as that from Microsoft or Oracle.&lt;br /&gt;
&lt;br /&gt;
Enterprise applications, even leaving aside the way they are architected, are often sitting in a different class from others within the business. These are your “bet the business” workloads.&lt;br /&gt;
&lt;br /&gt;
To summarize our second area; when we discuss “Cloud for the Enterprise” we are discussing:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Where the solution has breadth and depth across the business rather than being an exception.&lt;/li&gt;
&lt;li&gt;Critical application that the whole business relies on to generate its revenue and service its customers.&lt;/li&gt;
&lt;li&gt;Often the applications are based on a traditional rather than cloud architecture.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;&lt;ul&gt;
&lt;/ul&gt;
&lt;h2&gt;
What are the requirements of an Enterprise?&amp;nbsp;&lt;/h2&gt;
&lt;br /&gt;
The third area of consideration is that of Enterprise requirements. Because we are dealing with much larger businesses and the workloads are critical in nature the requirements placed on the service are different.&lt;br /&gt;
&lt;br /&gt;
Requirements are an area where there will be great variation across different businesses and different applications. Even without introducing Cloud computing into the mix there is great variance in business maturity, execution and industry regulation. For example a business in the financial services industry is more regulated and manages data of greater sensitivity and risk, than a business in the media industry.&lt;br /&gt;
&lt;br /&gt;
However there will be requirements that are shared across Enterprise solutions. The list of requirements below outlines my starting thoughts, but I am sure these will grow as others provide some valuable insight.&lt;br /&gt;
&lt;br /&gt;
Enterprise requirements for Cloud, include:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Data sovereignty - there will be more concern over the geographical storage of data.&lt;/li&gt;
&lt;li&gt;Private networking – whilst many may interface to the public Internet there will be a dominance of deployment onto private networks, integrated with corporate wide area networks.&lt;/li&gt;
&lt;li&gt;Authentication, authorization and accounting (AAA) - with more staff and larger deployments sophisticated access controls and tracking is required, often integrated to existing systems.&lt;/li&gt;
&lt;li&gt;Security – including third party certifications, which validate procedures and policies that the Cloud provider claims to be operating.&lt;/li&gt;
&lt;li&gt;Detailed billing - which can also be interfaced for analysis and chargeback.&lt;/li&gt;
&lt;li&gt;Reference cases and best practices - a propensity to not be the first at adoption and that best practices and deployment guidelines are readily available.&lt;/li&gt;
&lt;li&gt;Support services - that can sustain the service levels the Enterprise is required to deliver to the business for the applications.&lt;/li&gt;
&lt;li&gt;Maturity in feature set - as the use cases are border and diversity across the business needs to accommodate the greatest amount of consolidation.&lt;/li&gt;
&lt;li&gt;Application vendor support - where the Cloud provider and vendor have worked together to test functionality and that cross company support arrangements are in place to resolve incidents in a timely manner.&lt;/li&gt;
&lt;li&gt;Maturity of the Cloud provider - that is of sufficient size to engage with large business and meet their unique needs.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;
Conclusion&lt;/h2&gt;
&lt;br /&gt;
Ultimately it will be customers to define for the industry what “Cloud for the Enterprise” means. As Cloud practitioners and as an industry we should be clear in our usage of terms and what they mean. We should not be Enterprise Cloud Washing, taking any Cloud and throwing an “Enterprise” label on it. When we are discussing Cloud for the Enterprise, we want to know what that generally means, as well as what it does not mean. Most importantly we want to understand what might make it different. &lt;br /&gt;
&lt;br /&gt;
“Cloud for the Enterprise” is for large business, for those strategic services that support the key functions of the business operations. The service will deliver to the requirements demanded by these entities and workloads.&lt;br /&gt;
&lt;br /&gt;
Appreciate your comments and contribution.&lt;br /&gt;
&lt;br /&gt;
Rodos&lt;br /&gt;
&lt;br /&gt;
P.S. As always, remember the views expressed are my own person ones and do not assert the view of my current or past employers.&lt;br /&gt;
&lt;br /&gt;
P.P.S. This is my starting position. I don’t think I have locked it all down yet. Over the next weeks I expect to have some great conversations with some really smart people at work who I am sure will have some golden nuggets on the topic. Just like a meeting I had many years ago with &lt;a href="http://www.linkedin.com/pub/kunjal-trivedi/0/2b5/b94"&gt;Kunjal Trivedi&lt;/a&gt; whilst he was at Cisco; his insight in Cloud way back then gave me many epiphany moments, which I milked for insight for years.&amp;nbsp;Also there was some discussion of this topic on a recent &lt;a href="http://speakingintech.com/sit-40-cloud-crunching/"&gt;SpeakingInTech podcast&lt;/a&gt;.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/bV9ie8hhvyY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/6887029461648310886/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2013/01/what-is-meaning-of-cloud-for-enterprise.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/6887029461648310886?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/6887029461648310886?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/bV9ie8hhvyY/what-is-meaning-of-cloud-for-enterprise.html" title="What is the meaning of &quot;Cloud for the Enterprise&quot;?" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://rodos.haywood.org/2013/01/what-is-meaning-of-cloud-for-enterprise.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUACSX05fCp7ImA9WhNSFUU.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-113776681661437246</id><published>2012-10-30T18:55:00.001+11:00</published><updated>2012-10-30T18:56:08.324+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-10-30T18:56:08.324+11:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="RabbitMQ" /><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><category scheme="http://www.blogger.com/atom/ns#" term="Developer" /><category scheme="http://www.blogger.com/atom/ns#" term="AWS" /><title>Architecture effects cost</title><content type="html">"Architecture effects cost", thats a simple and somewhat obvious statement. Those of us who architect systems know that there are outcomes for the design decisions that are made. Often there are tradeoffs and no environment lives in a world where money is unlimited. Well okay the unlimited funds projects probably do exist somewhere, but I have not had the pleasure of working in one of those environments in my career.&lt;br /&gt;
&lt;br /&gt;
The concept of architecture effecting costs is a key element when you are architecting for Cloud solutions. One of the reasons this is key, is that your&lt;i&gt; ongoing costs have a greater potential to be variable&lt;/i&gt;. This is a good thing, one of the benefits of moving to Cloud models is the elastic nature and you want your applications to be right sized and running efficiently both technically but also financially.&lt;br /&gt;
&lt;br /&gt;
There are two considerations when thinking about costs for Cloud.&lt;br /&gt;
&lt;br /&gt;
First there is the &lt;u&gt;selection cost&lt;/u&gt;. As an example, if you were using Amazon S3 there are two durability options available, one is lower durability and also lower cost. If you have scratch data or data that can be regenerated you might simply choose to use the less expensive storage.&lt;br /&gt;
&lt;br /&gt;
Second is then understanding your &lt;u&gt;elastic cost,&lt;/u&gt; based on your predicted demand. Based on your forecast demand, what will your peak and average expenditure be over time? What size of cheque are you signing up to if you implement your selected solution?&lt;br /&gt;
&lt;br /&gt;
An example of this crossed my mind this last week as a read a blog post from VMware on their vFabric blog. It was entitled "&lt;a href="http://blogs.vmware.com/vfabric/2012/10/roblox-rabbitmq-hybrid-clouds-and-1-billion-page-viewsmonth.html"&gt;ROBLOX: RabbitMQ, Hybrid Clouds, and 1 Billion Page Views/Month&lt;/a&gt;".&lt;br /&gt;
&lt;br /&gt;
Don't be distracted by the 1 billion number. Its an interesting article on how the application architecture for this company needed to be changed as they started to scale out. The example was an AWS customer and in order to speed up their service they introduced a message queue to decouple the synchronous relationship between the web services and the back-end services (as you do). Here is a pertinent bit of text.&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
To dive deeper, ROBLOX implemented RabbitMQ to help deal with the volume of database requests and slow response times. &amp;nbsp;The queue is managing 15 million requests a day. The example scenario is when there is an update to the ROBLOX catalog content, which needs to update the search index. &amp;nbsp;Before RabbitMQ, the web server would have to wait for an update to complete. &amp;nbsp;Now, the loosely coupled architecture allows the web server to update the message queue, not the database, and move on (technically, the update is enqueued and picked up by the consumers). &amp;nbsp;At some point, the message is picked up by a service that updates their search platform index.&lt;/blockquote&gt;
Wonderful stuff. But but it hit me, why bother implementing RabbitMQ? It does not sound like they were using a lot of its sophisticated functions, surely they could have used the AWS Simple Queue Service (&lt;a href="http://aws.amazon.com/sqs/"&gt;SQS&lt;/a&gt;). Thats when the "architect for cost" mantra kicked in. 15 million requests a day, that does not seam like much but lets see what that would cost for SQS. SQS is $0.01 per 10,000 requests and there are no data charges if the transfer is within a single region. Thats $15 a day which is reasonable. Thats about $465 a month. Thats about the same prices as a full license over a year potentially for RabbitMQ (or you could use the free version) but that is now a fixed cost and you have to factor in the cost for running the server to execute it along with the effort to maintain it (no cheating on the hidden costs).&amp;nbsp;Looks like others have pondered this SQS vs RabbitMQ question as well (&lt;a href="http://www.nsono.net/blog/?p=3"&gt;1&lt;/a&gt;, &lt;a href="http://stackoverflow.com/questions/10513317/slow-performance-of-amazon-sqs-compared-with-rabbitmq"&gt;2&lt;/a&gt;). However this is just an example of the point which jumped out this week.&lt;br /&gt;
&lt;br /&gt;
So when architecting for Cloud, don't forget "architecture effects costs". With a Cloud there is not only the &lt;u&gt;selection cost&lt;/u&gt; but also consider your &lt;u&gt;elastic cost&lt;/u&gt;.&lt;br /&gt;
&lt;br /&gt;
Rodos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/_uIeqDPaqkY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/113776681661437246/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2012/10/architecture-effects-cost.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/113776681661437246?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/113776681661437246?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/_uIeqDPaqkY/architecture-effects-cost.html" title="Architecture effects cost" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2012/10/architecture-effects-cost.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0ICRH87fCp7ImA9WhNTFEo.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-2620629156925026116</id><published>2012-10-17T19:22:00.002+11:00</published><updated>2012-10-18T00:12:45.104+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-10-18T00:12:45.104+11:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Security" /><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><title>Secure Multi-Tenancy</title><content type="html">Edward Haletky (&lt;a href="http://www.astroarch.com/"&gt;blog&lt;/a&gt;) once asked me what I thought secure multi-tenancy was in relation to Cloud Computing. I am willing to admit that at first I gave an answer reminiscent of a Ronald Reagan quote.&lt;br /&gt;
&lt;br /&gt;
Due to the painful memory of this event the actual definition of what security multi-tenancy is has always had my attention. I work with a lot of vendors and despite what their marketing and sales people declare their understanding of this topic is wide ranging in maturity and reality. Just as there is Cloud washing there is a lot of secure multi-tenancy washing going on.&lt;br /&gt;
&lt;br /&gt;
This week I actually had to sit down and document in a paper what secure multi-tenancy is. How would we know when it had been achieved?&lt;br /&gt;
&lt;br /&gt;
Of course one usually starts such an activity with Wikipedia and Google, just like my children do for their school work.&lt;br /&gt;
&lt;br /&gt;
Given how much you hear this phrase these days its a surprise that there is no clear and concise definition out there. &amp;nbsp;One of the earlier ones is from the &lt;a href="http://www.cisco.com/en/US/docs/solutions/Enterprise/Data_Center/Virtualization/securecldg.html"&gt;Cisco Validated Design&lt;/a&gt; that they produced with Netapp. It states&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
&lt;i&gt;... the capability to provide secure isolation while still delivering the management and flexibility benefits of shared resources. Both private and public cloud providers must enable all customer data, communication, and application environments to be securely separated, protected, and isolated from other tenants. The separation must be so complete and secure that the tenants have no visibility of each other.&lt;/i&gt;&lt;/blockquote&gt;
That is reasonable but personally I did not feel it catered as a measure of success. So I sad down and tried to summarise what I have learnt and have been implementing over the last few years.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Secure multi-tenancy ensures that for a shared service:&lt;/i&gt;&lt;br /&gt;
&lt;div class="MsoNormal"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="text-indent: -18pt;"&gt;&lt;i&gt;No tenant can determine the
existence or identity of any other tenant.&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="text-indent: -18pt;"&gt;&lt;i&gt;No tenant can access the data
in motion (network) of any other tenant.&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="text-indent: -18pt;"&gt;&lt;i&gt;No tenant can access the data
at rest (storage) of any other tenant.&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="text-indent: -18pt;"&gt;&lt;i&gt;No tenant can perform an
operation that might deny service to another tenant.&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="text-indent: -18pt;"&gt;&lt;i&gt;Each tenant may have a
configuration which should not be limited by any other tenant's existence or
configuration. For example in naming or addressing.&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="text-indent: -18pt;"&gt;&lt;i&gt;Where a resource (compute,
storage or network) is decommissioned from a tenant the resources shall be cleared
of all data and configuration information.&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
I have tried to keep it as succinct as possible. The last item regarding the clearing of all data and configuration is most familiar to people as the "&lt;a href="http://www.contextis.co.uk/research/blog/dirtydisks/"&gt;dirty disk&lt;/a&gt;" problem. &amp;nbsp;You could consider that this item is a duplication of the 3rd point, that no data of one tenant can be accessed by that of any other. Yet people tend to forget about the residual information of both configuration or information that may remain thus introducing vulnerabilities. Thanks to my colleague Jarek for contributing this 6th item to my original list.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Do you consider the environments that you use meet all of this criteria? Does this criteria cover the required elements or does it cover to much? Appreciate your comments.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Rodos&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;div style="text-indent: -24px;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;!--EndFragment--&gt;&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/QXkaYAS2zQc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/2620629156925026116/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2012/10/secure-multi-tenancy.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/2620629156925026116?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/2620629156925026116?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/QXkaYAS2zQc/secure-multi-tenancy.html" title="Secure Multi-Tenancy" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2012/10/secure-multi-tenancy.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUQFSH85cSp7ImA9WhJaGEs.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-260783474131511326</id><published>2012-10-10T20:48:00.001+11:00</published><updated>2012-10-10T21:01:59.129+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-10-10T21:01:59.129+11:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Drobo" /><category scheme="http://www.blogger.com/atom/ns#" term="Storage" /><category scheme="http://www.blogger.com/atom/ns#" term="Backup" /><title>Drobo Update - My experience of a failed disk drive</title><content type="html">Back in November 2009, thats 3 years ago, I did a &lt;a href="http://rodos.haywood.org/2009/11/drobo-configuration.html"&gt;post&lt;/a&gt; about &lt;a href="http://www.drobo.com/"&gt;Drobo&lt;/a&gt;. What made this interesting was that it included a video of my then 12 year old son doing the unboxing and deployment of the device.&lt;br /&gt;
&lt;br /&gt;
Well 3 years later a lot has changed. My son Tim is more of a geek than I am and a heck of a lot taller, and the range of Drobo hardware has changed. However the Drobo box has been faithfully running those last three years without incident. That is until last week when it suffered a drive failure.&lt;br /&gt;
&lt;br /&gt;
When I originally installed the Drobo I put in 3 x 1TB drives. Then after about two years, as usage started to increase, I picked up another 2TB drive to insert into the remaining slot. No config required, just inserted the drive and let it do its thing. Thats the benefit of BeyondRAID.&lt;br /&gt;
&lt;br /&gt;
Last week at work I get a text from Tim.&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
The drobo lights are flashing green then red, its got about 480g free. I dont have the drobo dashboard but if you tel me which drobo it is I can get it and see what it says.&lt;/blockquote&gt;
Of course I remember, unlike Tim, that there is the indicator light cheat sheet on the back of the front cover. I ring Tim and he reads out what the lights mean.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-QJb27o2IkxY/UHU9D4CfgRI/AAAAAAAABVk/ueSQyylQ4N4/s1600/drobo+lights.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="400" src="http://4.bp.blogspot.com/-QJb27o2IkxY/UHU9D4CfgRI/AAAAAAAABVk/ueSQyylQ4N4/s400/drobo+lights.png" width="314" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
The chart reveals the problem, the new 2TB drive has failed and a rebuild is occurring on the remaining 3 drives. Thats good. We have not lost any data, the unit is still operating, we can read and write data. The only change is that the available free space on the unit has reduced, as indicated by the blue lights on the front.&lt;br /&gt;
&lt;br /&gt;
After quite a few hours, Tim and I start to get impatient about the rebuild time. I of course am expecting the rebuild to take a while, I know that even in big enterprise storage arrays this can take a while and that the older Gen2 Drobo that we have is does not have much grunt in its processing power.&lt;br /&gt;
&lt;br /&gt;
To try and determine the time I browse a few sites on the Internet to read what others have experienced. It was a little disturbing to read so many horror stories about peoples rebuild times, sometimes its weeks and other stories of their units failing. Sounded a little ominous so we installed the Drobo Dashboard onto the Mac Mini it was now connected to in order to determine the rebuild time.&lt;br /&gt;
&lt;br /&gt;
The estimate for the rebuild was another 30 or so hours and it had probably been running around 12 hours already. We went to bed thinking we had a long wait ahead. In the end the rebuild finished ahead of schedule and probably took around the 24 hour mark. For the age of the device and the fact that we lost the largest drive in a box and that was reasonably utilised, I think that is a reasonable time.&lt;br /&gt;
&lt;br /&gt;
Turned out that the drive that failed was still under warranty (thank you serial numbers) but we figured we might as well go and get another 2TB drive and get back some free space, when the RMA arrives we can swap out one of the smaller drives with the larger one and get some new space.&lt;br /&gt;
&lt;br /&gt;
After a fun trip to a computer store we slotted in the new drive. The crazy thing was that within under a minute the indicator lights started flashing again and one of the original 1TB drives was showing red, another failed drive. I have no idea if it was good or bad luck! But the drive was certainly failed. The rebuild was much faster this time.&lt;br /&gt;
&lt;br /&gt;
A day or so later we found a spare 1TB hard drive in the study and threw it in the slot of the failed drive. All great. We are now back to where we were, plenty of space and redundancy. Here is the current state.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-B5rUQuZ1GGo/UHVBfqixoQI/AAAAAAAABV0/EHHAufE9-Kk/s1600/DroboScreenCap.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="459" src="http://1.bp.blogspot.com/-B5rUQuZ1GGo/UHVBfqixoQI/AAAAAAAABV0/EHHAufE9-Kk/s640/DroboScreenCap.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Now once that 2TB drive returns from the RMA we will still swap out one of the original drives.&lt;br /&gt;
&lt;br /&gt;
So whats my thoughts on the Drobo after 3 years and experiencing a real life drive failure?&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Everything works as advertised.&lt;/li&gt;
&lt;li&gt;The setup was easy, we experienced that 3 years ago.&lt;/li&gt;
&lt;li&gt;When a drive failed it was great that everything continued to operate as normal, we could still read and write data as we wanted.&lt;/li&gt;
&lt;li&gt;It was great that it did not matter if we had the Drobo Dashboard software up to date or even installed, the unit took care of everything itself.&lt;/li&gt;
&lt;li&gt;The rebuild after a failure did take time, but in our experience that time was reasonable and as it did not really on the computer, and that we could still utilise the device, the only thing inconvenienced was our patience.&lt;/li&gt;
&lt;li&gt;Even thought the unit is starting to age, the software and firmware updates are still available.&lt;/li&gt;
&lt;li&gt;Never trust a single device. All of data that is critical such as family photos, but also general data we would be inconvenient to loose is also backed up to the Cloud using CrashPlan. I don't care how highly available a storage unit is, it is not backup if its your primary copy! That is one concept I think a few of those people complaining about their Drobo experiences need to take heed of.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
There is sometime attractive about technology that is so smart it can make things so simple to use.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Rodos&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/UUWdGU4AyJM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/260783474131511326/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2012/10/drobo-update-my-experience-of-failed.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/260783474131511326?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/260783474131511326?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/UUWdGU4AyJM/drobo-update-my-experience-of-failed.html" title="Drobo Update - My experience of a failed disk drive" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-QJb27o2IkxY/UHU9D4CfgRI/AAAAAAAABVk/ueSQyylQ4N4/s72-c/drobo+lights.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2012/10/drobo-update-my-experience-of-failed.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkABSXk9fip7ImA9WhJaE0Q.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-8587363821301862669</id><published>2012-10-05T08:45:00.001+10:00</published><updated>2012-10-05T08:45:58.766+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-10-05T08:45:58.766+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Storage" /><category scheme="http://www.blogger.com/atom/ns#" term="SNIA" /><category scheme="http://www.blogger.com/atom/ns#" term="BigData" /><title>IDWS - Come hang out with the storage geeks</title><content type="html">If you are in Sydney next Tuesday (9th of October) come hang out with the storage and information systems geeks.&lt;br /&gt;
&lt;br /&gt;
IDWS, or Information &amp;amp; Data World Symposium is on and a great place to catch up with vendors and providers, share experience with colleagues and industry, and of course learn new things.&lt;br /&gt;
&lt;br /&gt;
Here is the blurb&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
A comprehensive technical symposium designed for data management professionals and IT practitioners to broaden their knowledge into all facets of building and maintaining their information infrastructures.&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class="tr_bq"&gt;
The symposium will be educational and technical, targeted to all IT levels from CIOs to the skilled staff responsible for managing and protecting their companies greatest asset, it's data.&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class="tr_bq"&gt;
Be engrossed as key industry players battle it out against each other at the 'Great Debate'. Throw in live tweets and feeds from the floor including voting and see who will be crowned champion on a range of key topics.&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class="tr_bq"&gt;
The symposium will feature a Technical Lab for vendors to demonstrate real information infrastructure solutions as well as technical workshops&amp;nbsp;to suit all delegates.&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class="tr_bq"&gt;
This one-day event will cover Big Data Analytics, Cloud Storage &amp;amp; Services, Infrastructure Convergence, Data Management &amp;amp; Protection, Storage Security, Virtualisation and a lot more.&lt;/blockquote&gt;
&lt;div style="background-color: white; border: 0px; font-family: 'Istok Web', arial, verdana, sans-serif; font: inherit; line-height: 1.4em; margin-top: 1.4em; padding: 0px; vertical-align: baseline;"&gt;
Registration is free, head to&amp;nbsp;http://www.idws.com.au/ to learn more and register.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; font-family: 'Istok Web', arial, verdana, sans-serif; font: inherit; line-height: 1.4em; margin-top: 1.4em; padding: 0px; vertical-align: baseline;"&gt;
See you there.&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; font-family: 'Istok Web', arial, verdana, sans-serif; font: inherit; line-height: 1.4em; margin-top: 1.4em; padding: 0px; vertical-align: baseline;"&gt;
Rodos&lt;/div&gt;
&lt;div style="background-color: white; border: 0px; font-family: 'Istok Web', arial, verdana, sans-serif; font: inherit; line-height: 1.4em; margin-top: 1.4em; padding: 0px; vertical-align: baseline;"&gt;
P.S. As you know I am a Board Member of SNIA who are part of this event.&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/lZtHqlIOxNk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/8587363821301862669/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2012/10/idws-come-hang-out-with-storage-geeks.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/8587363821301862669?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/8587363821301862669?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/lZtHqlIOxNk/idws-come-hang-out-with-storage-geeks.html" title="IDWS - Come hang out with the storage geeks" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2012/10/idws-come-hang-out-with-storage-geeks.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ak4DQ306fSp7ImA9WhJVFEs.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-3381767378843241779</id><published>2012-09-01T13:09:00.001+10:00</published><updated>2012-09-01T13:09:32.315+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-09-01T13:09:32.315+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Storage" /><category scheme="http://www.blogger.com/atom/ns#" term="Backup" /><category scheme="http://www.blogger.com/atom/ns#" term="Crashpan" /><title>Crashplan gets Australia based service</title><content type="html">  &lt;a href="http://www.crashplan.com/"&gt;Crashplan&lt;/a&gt; from Code42 is one of those services that are so great that I just tell everyone about it. You never have a problem recommending something that has worked so well for yourself and that you know others will really benefit from.&lt;br/&gt;&lt;br/&gt;I have always recommended crashplan to colleagues, friends and family for many reasons.&lt;br/&gt;&lt;br/&gt;&lt;ul&gt;   &lt;li&gt;It is free if you want to do local backup or backup to a friend.&lt;br&gt;&lt;/li&gt;&lt;li&gt;Their optional Cloud backup destination is all you can eat and competitively priced.&lt;br&gt;&lt;/li&gt;&lt;li&gt;You can backup to multiple locations with different data sets, which is a key feature.&lt;/li&gt;&lt;li&gt;It's very secure when backing up locally or remotely.&lt;/li&gt;&lt;li&gt;It's automated and just works, set and forget.&lt;/li&gt;&lt;li&gt;You can access the files you have backed up via an iPad app.&lt;/li&gt;&lt;li&gt;I have tried other services and they were not as good.&lt;/li&gt;&lt;/ul&gt;So I was really please when at VMworld this week I ran into the CrashPlan stand.&lt;br/&gt;&lt;br/&gt;&lt;div class="separator" style="clear: both; text-align: none;"&gt;&lt;a href="https://lh3.googleusercontent.com/-6_K3ktbsnbg/UEF3-HstjyI/AAAAAAAABVM/4CMEQOPTsbc/s1024/2012%2525201%25253A41%252520PM.jpg" target="_blank" style=""&gt;&lt;img src="https://lh3.googleusercontent.com/-6_K3ktbsnbg/UEF3-HstjyI/AAAAAAAABVM/4CMEQOPTsbc/s500/2012%2525201%25253A41%252520PM.jpg" id="blogsy-1346468906321.421" class="alignnone" alt="" width="500" height="375"&gt;&lt;/a&gt;&lt;/div&gt; On the stand was their chief marketing officer and he happened to mention that they were &lt;strong&gt;launching an Australian based presence for their service&lt;/strong&gt;. My accent must have given away that I was Australian, go figure.&lt;br/&gt;&lt;br/&gt;Here is what their press release says about it&lt;br/&gt;&lt;br/&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;"We've always had a strong customer base in Australia. Now, with the opening of our Australian office, we’re positioned to serve this fast-growing market much more effectively," commented Matthew Dornquast, co-founder and CEO, Code 42 Software. "In addition, having a local data centre means we can deliver even better performance for our cloud backup customers located across the entire Asia-Pacific region."&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;The new data centre will provide state-of-the-art, cloud-based backup services to Australian users of Code 42‘s CrashPlan products:&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;•          CrashPlan+ - the award-winning computer backup solution for home users.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;•          CrashPlan PRO - the innovative backup system for small and mid-sized businesses.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;•          CrashPlan PROe - the world's most advanced backup and disaster-recovery solution for enterprises.&lt;/em&gt;&lt;/p&gt;&lt;p&gt;&lt;em&gt;A local data centre also enables Code 42 to extend its popular U.S. “seeding” option to Australian customers. With this option, Australian customers have the option of shipping their initial backup to Code 42 where it’s then loaded directly onto CrashPlan servers. “This approach is extremely beneficial because it can save our customers a lot of time, especially those with large initial backups or where bandwidth is limited,” Dornquast explained.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt; Latency always adds some overhead to these network applications so having an Australian presence is going to help all of us Australian users. Plus the ability to send them you're data for seeding is great for those with slow Internet links.&lt;br/&gt;&lt;br/&gt;However, if you are already a happy customer, like myself, you will continue to use the US servers, for the moment at least. Only new Australian customers will use the new site. According to the person I spoke to they are working on the process for moving existing customers on shore and their was no timeframe for when this might be done by. Definetely something we need to all encourage them to do. I don't want to start a new service and have to push my 0.5TB back again plus loose all of my regions and deleted files.&lt;br/&gt;&lt;br/&gt;So if you were looking for a backup service for your personal machine, you have even more reason to give Crashplan a look!&lt;br/&gt;&lt;br/&gt;Rodos&lt;br/&gt;&lt;br/&gt;P.S. I will have to see if I can go visit their Australian office and interview their local staff to find out more about their environment. I should also write up my best tips for using Crashplan.&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&lt;br/&gt;&lt;br/&gt;&lt;div style="text-align: right; font-size: small; clear: both;" id="blogsy_footer"&gt;&lt;a href="http://blogsyapp.com" target="_blank"&gt;&lt;img src="http://blogsyapp.com/images/blogsy_footer_icon.png" alt="Posted with Blogsy" style="vertical-align: middle; margin-right: 5px;" width="20" height="20" /&gt;Posted with Blogsy&lt;/a&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/AVgQC-2V9ww" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/3381767378843241779/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2012/09/crashplan-gets-australia-based-service.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/3381767378843241779?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/3381767378843241779?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/AVgQC-2V9ww/crashplan-gets-australia-based-service.html" title="Crashplan gets Australia based service" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh3.googleusercontent.com/-6_K3ktbsnbg/UEF3-HstjyI/AAAAAAAABVM/4CMEQOPTsbc/s72-c/2012%2525201%25253A41%252520PM.jpg" height="72" width="72" /><thr:total>4</thr:total><feedburner:origLink>http://rodos.haywood.org/2012/09/crashplan-gets-australia-based-service.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUICRXw6cCp7ImA9WhVbGEg.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-203171423435972431</id><published>2012-06-05T10:52:00.001+10:00</published><updated>2012-06-05T10:52:44.218+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-06-05T10:52:44.218+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><category scheme="http://www.blogger.com/atom/ns#" term="BigData" /><title>BigData. So what?</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://www.businesscomputingworld.co.uk/wp-content/uploads/2012/05/Big-Data3.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="224" src="http://www.businesscomputingworld.co.uk/wp-content/uploads/2012/05/Big-Data3.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
Sometimes it takes a bus trip to connect the dots. In my case today these were BigData and a Wired Magazine article.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
We have all been hearing a lot about big data lately. If a vendor has little to say, or possibly said everything they can, about Cloud then they just search and replace the marketing materials with the phrase "Big Data". &amp;nbsp;We are not at the stage where McDonalds has decided to replace the BigMac with the BigData burger so the consumer world is safe for the moment, but most CIOs are probably getting their in tray full of promotions and case studies.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Whilst I get big data and see its value, I have personally struggled with the realities of execution. We have been &lt;a href="http://www.computerworld.com/s/article/9221722/Hadoop_skills_are_in_high_demand"&gt;reading&lt;/a&gt; about the increasing demand of developers skilled in Hadoop and I have a college who is a CCIE, got into Cloud and is now chasing the Hadoop angle. But to me BigData itself brought no real shift in ability to execute here. It might be cheaper and easier to store and process big data these days, but the insights have always been a human effort. the human effort to develop the analytics takes intellect and scale. There was the rub, not all humans have the same intellect and humans don't scale in the specialist areas. I have a friend who works for Oracle in demand planning. His is real smart at building data mining for global companies that need to forecast all sorts of whacky things. Yet he is very specialised and uses some real high end software. The gap between those people with big data, and those who can do something with it, has always irked me.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
So today I am on the bus reading &lt;a href="http://www.wired.com/"&gt;Wired&lt;/a&gt; on my iPad, as you do, and read an article "&lt;a href="http://www.wired.com/gadgetlab/2012/04/can-an-algorithm-write-a-better-news-story-than-a-human-reporter/all/1"&gt;Can an Algorithm Write a Better News Story than a Human Reporter?&lt;/a&gt;". Have a scan thru the article but the premise is that given large amounts of statistical data companies such as Narrative Science and turn it into a news story that is very insightful. They started out doing this with children's baseball games. Feed in the play by play data and it generates a story such as&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
Friona fell 10-8 to Boys Ranch in five innings on Monday at Friona despite racking up seven hits and eight runs. Friona was led by a flawless day at the dish by Hunter Sundre, who went 2-2 against Boys Ranch pitching. Sundre singled in the third inning and tripled in the fourth inning … Friona piled up the steals, swiping eight bags in all …&lt;/blockquote&gt;
&lt;div&gt;
Baseball, financial markets, they can do some amazing stuff. Many companies are actually using machines to find insights and produce prose. As mentioned&lt;/div&gt;
&lt;blockquote class="tr_bq"&gt;
Once Narrative Science had mastered the art of telling sports and finance stories, the company realized that it could produce much more than journalism. Indeed, anyone who needed to translate and explain large sets of data could benefit from its services. Requests poured in from people who were buried in spreadsheets and charts. It turned out that those people would pay to convert all that confusing information into a couple of readable paragraphs that hit the key points.&lt;/blockquote&gt;
and&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
And the subject matter keeps getting more diverse. Narrative Science was hired by a fast-food company to write a monthly report for its franchise operators that analyzes sales figures, compares them to regional peers, and suggests particular menu items to push. What’s more, the low cost of transforming data into stories makes it practical to write even for an audience of one. Narrative Science is looking into producing personalized 401(k) financial reports and synopses of World of Warcraft sessions—players could get a recap after a big raid that would read as if an embedded journalist had accompanied their guild. “The Internet generates more numbers than anything that we’ve ever seen. And this is a company that turns numbers into words,” says former DoubleClick CEO David Rosenblatt, who sits on Narrative Science’s board. “Narrative Science needs to exist. The journalism might be only the sizzle—the steak might be management reports.”&amp;nbsp;&lt;/blockquote&gt;
This is where the dots connected and I became a lot more relaxed about big data. Here we have the birth of what can start to give reality to big data capture and processing. Whether you view it as AI, clever algorithms or plain ole automation does not matter. Looking forward you can see how companies can cheaply and easily generate business insights from the data they collect.&lt;br /&gt;
&lt;br /&gt;
Until these analytic services mature you might want to brush up on your hadoop skills, but in the future you might just start getting more emails from a automated account like the following.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
"&lt;i&gt;Rodos, yesterday there was a flood of traffic on the fibre channel network that was generated from workloads in the Melbourne IaaS availability zone. Looks like this was mostly from a specific customer and I also picked up that their Unified Communications workloads in the UCaaS nodes in Singapore peaked. The company in question just listed on the stock exchange in Hong Kong and forecast interest in their services, if it continues at the rate, will cause increased workload that will take the Melbourne availability zone B to 90% capacity. Last time zone B hit 88% capacity (Sept 2014) SLAs for 2 customers were broken. Just a heads up, regards Siri&lt;/i&gt;".&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/Oa7Tun9FmAM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/203171423435972431/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2012/06/so-what.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/203171423435972431?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/203171423435972431?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/Oa7Tun9FmAM/so-what.html" title="BigData. So what?" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2012/06/so-what.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUcARnwzeSp7ImA9WhVTEEo.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-858743383781515557</id><published>2012-02-24T19:44:00.000+11:00</published><updated>2012-02-24T19:44:07.281+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-24T19:44:07.281+11:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VM" /><category scheme="http://www.blogger.com/atom/ns#" term="Xangati" /><category scheme="http://www.blogger.com/atom/ns#" term="VFD2" /><title>VFD2 - Xangati</title><content type="html">&lt;!--?xml version="1.0" encoding="UTF-8" standalone="no"?--&gt;

&lt;br /&gt;
&lt;div style="font-family: Arial;"&gt;
Third and last on the first day of Virtualisation Field Day #2 was &lt;a href="http://xangati.com/"&gt;Xangati&lt;/a&gt;.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
There was great food presented before the start of the session, ice-cream and a variety of bacon in different flavours. The idea was not to mix them (hey they do weird things with food in America) but to provide choice. The bacon was very well received by the delegates. For some reason bacon is very popular.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-St8VaBXBRAQ/T0dGddcPCyI/AAAAAAAAA4Y/jCG894fS5jM/s1600/IMG_0418.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://4.bp.blogspot.com/-St8VaBXBRAQ/T0dGddcPCyI/AAAAAAAAA4Y/jCG894fS5jM/s320/IMG_0418.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Jagan Jagannathan, the founder and CTO grabbed the whiteboard pen and started to explain things. It worth repeating (and it gets repeated a lot), this is exactly the type of engagement and insight that delegates at TFDs respect and value. You can tell the difference. The room is quiet, the questions and interruptions are minimal, people listen intensity. I have seen this again and again at these days. It staggers me how some vendors do it and succeed and other ignore the advise and struggle. In a similar way, Xangati provided a list to each person of who was present, their names, titles and twitter handles. When you are writing up notes and posting on twitter, this easy access to info is so very helpful. You would think that the PR people at Xangati had not only read the advise given them (&lt;a href="http://techfieldday.com/sponsors/presenting-engineers/"&gt;http://techfieldday.com/sponsors/presenting-engineers/&lt;/a&gt;) but they actually attempted to put it into practice!&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
I was engaged with what was being presented and ended up not taking many notes.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-_1fq92deuX0/T0dM0xVeEvI/AAAAAAAAA4w/0WfLbK-LG7I/s1600/IMG_0422.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="http://3.bp.blogspot.com/-_1fq92deuX0/T0dM0xVeEvI/AAAAAAAAA4w/0WfLbK-LG7I/s400/IMG_0422.JPG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Some of the interesting things discussed was how in the performance monitoring world you have triage vs postmortem. For triage you need real time, at this minute information, anything older than that and its not as useful. Older data such as five minutes later, thats used for postmortem analysis.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
One of the key things that Xangati does is take all of the incoming data and process/analyse it in memory, rather than writing it to a database for analysis. This allows them to give very timely and detailed information in their UI and alarming. The interface has a slider and you can wind back the clock a little and see what was just happening prior to now. You can also record the detailed real time information you are looking at for later analysis. This recording links in with their alerting. That is when an alert is created it records the associated real time info for that short time period so you can see what was happening. Of course the data, is also written to database in a &amp;nbsp;summarised form for later analysis. This uses a reporting interface that is not as nice or as interactive as the real time interface. I would like to see the two much more similar, its feels a little strange to have them so different. However given that they work of different data models and server different purposes you can see the reasons why.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
They have self calculating thresholds but you can create your own.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Xangati have been doing a lot in the VDI monitoring space but they were keen to point out that they are not a VDI monitoring company, they do straight virtualistion too. I think they don't like being tarred to much with the pure VDI brush.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
The do have some great VDI features though. If you are looking into desktop performance you can launch into a&amp;nbsp;WMI viewer as well as a PCoIP or Citrix HDX viewer to see a lot more detail about whats going on inside the desktop and the display protocols. They even have a neat feature where and end user can self service a recording of their performance for a help desk to analyse. The&amp;nbsp;user can go to a form and request a recording for their environment, it records the previous 1 minute before the submission. Thats nice.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Here is a look a the demo environment I interacted with.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-tqPlvdDTqKM/T0dK_MqDpaI/AAAAAAAAA4g/sAy4Q9WDdLo/s1600/xangati1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="404" src="http://3.bp.blogspot.com/-tqPlvdDTqKM/T0dK_MqDpaI/AAAAAAAAA4g/sAy4Q9WDdLo/s640/xangati1.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;img src="file:///Users/Rodos/Library/Application%20Support/Evernote/data/101370/content/p1526/2fe7719688beabe637cfab27ef265d55.png" /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Where there are reports that have sub elements (such as a protocol list) you can drill down to those. At first I thought the reports were not interactive, but I was wrong about that and shown the error of my ways.&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-Cydbf2jE278/T0dLGJ9nT3I/AAAAAAAAA4o/6U_clizXKTQ/s1600/xangati2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="406" src="http://1.bp.blogspot.com/-Cydbf2jE278/T0dLGJ9nT3I/AAAAAAAAA4o/6U_clizXKTQ/s640/xangati2.png" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
It was a good session. I certainly got the impression that for real time performance trouble shooting Xangati is a real player worth investigating. I did not get enough of a chance to look at the product or discuss with them its suitability as an comprehensive monitoring solution. I think there are a few things that an overall monitoring solution requires that I did not see in the product, for example inventory data. Maybe a more in-depth look at the features and functions would help nut this out more. Hard to do in our limited time. They do have the free version which is popular and evils are available, so its easy to check these out for yourself.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Well its been a long day, lots to see and think about. Looking forward some brief sleep before another day of it all tomorrow.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Rodos&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial; font-size: x-small;"&gt;P.S. Note that I am at this event at the invite of GestaltIT and that flights and expenses are provided. There is also the occasional swag gift from the vendors. However I write what I want, and only if I feel like it. I write nice things and critical things when I feel it is warranted.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/UIsCc76hTk0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/858743383781515557/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2012/02/vfd2-xangati.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/858743383781515557?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/858743383781515557?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/UIsCc76hTk0/vfd2-xangati.html" title="VFD2 - Xangati" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-St8VaBXBRAQ/T0dGddcPCyI/AAAAAAAAA4Y/jCG894fS5jM/s72-c/IMG_0418.JPG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2012/02/vfd2-xangati.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkENSXo-fip7ImA9WhVTEEo.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-5856733142014956926</id><published>2012-02-24T19:04:00.000+11:00</published><updated>2012-02-24T19:04:58.456+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-24T19:04:58.456+11:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><category scheme="http://www.blogger.com/atom/ns#" term="SRM" /><category scheme="http://www.blogger.com/atom/ns#" term="VFD2" /><category scheme="http://www.blogger.com/atom/ns#" term="Zerto" /><category scheme="http://www.blogger.com/atom/ns#" term="DR" /><title>VFD2 - Zerto</title><content type="html">&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-LVhUwUmUHMk/T0SEITx-bAI/AAAAAAAAA3U/HB8LR8sNlIk/s1600/zerto-100.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-LVhUwUmUHMk/T0SEITx-bAI/AAAAAAAAA3U/HB8LR8sNlIk/s1600/zerto-100.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;The second vendor for day 1 of Virtualisation Tech Field Day #2 was &lt;a href="http://www.zerto.com/"&gt;Zerto&lt;/a&gt;.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;The session was held back at the hotel. The camera crew did not come back and this event was not broadcast over the Internet. To be honest I was a little confused about the what you can say, and what you can't say, discussion. There was going to be mention of some things which are coming out in the next version as well as some customer names. Both of these&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;&amp;nbsp;might be things that should not be in the public domain until appropriate. To be honest, this is difficult as a blogger and I thought there was some "understanding" with these events that everything was public, no NDAs. Whilst I respect a vendor wants to keep things private whilst balancing giving us the &lt;u&gt;greatest&lt;/u&gt; insights and information, it makes it really difficult for me to navigate what I can and can't write about. So if I make a bad mistake treading that line I am sure someone will let me know in the morning and I will be editing this post very fast.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;Our presenting were Gil Levonai who is the VP Marketing and Products and Oded Kedem, CTO &amp;amp; Co-founder. So we were really getting things from the experts.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-cesHImGpMFE/T0c0YOyMrdI/AAAAAAAAA4I/zJB0Ihnjlik/s1600/IMG_0414.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://4.bp.blogspot.com/-cesHImGpMFE/T0c0YOyMrdI/AAAAAAAAA4I/zJB0Ihnjlik/s320/IMG_0414.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;Zerto do disaster recovery solutions for the VMware environment. Their target customers are the Enterprise and now the Service or Cloud providers. Having spent quite a few years working in the DR and recently the Cloud space I was very keen to hear what Zerto had to say.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;Here is my summary notes for the session.&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;The founders were also the founders of Kashya Inc which was sold to EMC. After being sold to EMC Kashya turned into RecoverPoint which is one of the mainstream replication technologies for Continuous Data Protection (CDP) based DR today.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;They are more after the Enterprise market and not the SMB players. I have no idea what their pricing is like, I wonder if their pricing matches that market segmentation?&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Replication of a workload can be of a number of scenarios. One is between internal sites within the same Enterprise. Alternatively you can go from within an Enterprise to an external Cloud provider. There is a third use case (which is very similar to the first) where a Cloud provide could us Zerto to replicate between their internal sites.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;The fundamental principal for Zerto is moving the replication from the storage layer up to the hypervisor without loosing functionality. Essentially it is a CDP product in the nature of RecoverPoint or FalconStore Continuous Data Protector, but rather than being done at the storage or fabric layer it utilises the VMware SCSI Filter Driver (as &lt;a href="http://www.virtualizationpractice.com/blog/virtualized-replication-vsphere-apis-expand-11133/"&gt;detailed&lt;/a&gt; by Texiwill) to get up and close to the Virtual Machine. This means that Zerto can be totally agnostic to the physical storage that might be being used which is a great feature. This is important in the Cloud realm were the consumer and the provider might be running very different storage systems.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;The goal of Zerto is to still keeping all of the Enterprise class functions such as consistency groups, point in time recovery, low RPOs and RTOs. The only obvious high end feature that I saw was lacking was synchronous replication. This question was asked and Gil responded that they felt that this was not really that much of a requirement these days and synchronous might not be required. I think their is still a case of needing synchronous but Zerto just does not seam to be wanting to go after it, which is fair enough.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-w3vmcD6CxNs/T0c8sUnRcqI/AAAAAAAAA4Q/vF-qQ5HPb84/s1600/zerto-architecture.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/-w3vmcD6CxNs/T0c8sUnRcqI/AAAAAAAAA4Q/vF-qQ5HPb84/s1600/zerto-architecture.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;There are two components (shown above). The Zerto Virtual Manager that sits with vCenter. This is the only thing that you interact with. It is provided as a windows package that you need to deploy on a server and it integrates to vCenter as a plugin.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;Then there is the Zerto Virtual Replication Appliance (Linux based) which is required on each host. This is deployed by the manager.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;Some of the features of Zerto are :&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;Replication from anything to anything, its not reliant on any hardware layers, just VMware&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;Its highly scalable, being software based&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;It has an RPO in seconds, near sync (but not sync)&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;It has bandwidth optimisation and WAN resiliency. Built in WAN compression and throttling.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;Built-in CDP which is journal based.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;It is policy based and understands consistency groups. You can set CDP timelines for retention in a intelligent way.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;If it gets behind and can't keep up it will drop from a send every write mode to a block change algorithm and drop writes in order to catch up. This catchup mode is only used if the replication can't keep up for some reason (lack of bandwidth, higher priority servers to be replicated. What I would like to see is for this to be a feature you can turn on. So rather than CDP you can pick a number of points in time that you want and writes between these are not replicated. This would emulate what occurs with SAN snapshots. Yes its not as protection but for lower tier workloads you might want to save the bandwidth, you can match what you might be doing with &amp;nbsp;SAN snapshots but can do it across vendor. Gil did not think this was a great idea but I think their is real merit to it, but I would, being my idea.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Often people want to replicate the same workload to multiple sites. Sometime the same machine two different sites from the primary one (call this A to B and A to C), or from the primary to a secondary site and then a replication from the secondary site to a third site (A to B to C). You can't do either of these modes at the moment but watch this space.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;There is a concept of Virtual protection groups. VM and VMDK level consistency groups. This is very important for some applications which need to have data synchronised across multiple disks or across systems, its great to see this supported.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;Support for VMotion, Storage VMotion, HA, vApp.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;There are check points in the CDP stream every few second and you can set a time for doing a special VSS check point. This is excellent.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;Its vApp awareness is very good. If you add a VM to a vApp it will start replicating it. It also knows things like startup order within the vApp and retains that information for recovery at the other site. This is better then VMware Site Recovery Manager (SRM).&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;You can denote a volume as swap or scratch so its not replicated. It does replicate it once, just so it has the disk to be able to mount up to the OS. Once once replicated it does not send any writes made to the disk. This way you get a valid disk that will mount fine at the destination with the initial swap or scratch state. This is a great feature.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;They will be able to pre-seed the destination disk at the other site to speed up the synchronisation, a big need in the DR space when you are dealing of very large amounts of bandwidth down restricted bandwidth pipes.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;There is no need for a shadow VM at the destination site. They are created on recovery or failover. At the failover the VMs are created and disks connected to it.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Failback is supported.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Test failover is provided and it can have read write capability. Replication continues to run while the test recovery is taking place (you always need to be protected). The test can't run longer than your CDP journal size. The test recovery is very efficient in storage size as it sources the reads from the replica journal and it does not have to create a full copy of the disk, so only your writes to the test copy take up additional space.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;For the recovery migration you can do a move instead of a failover which does a shutdown of the VM first to give constancy.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;For the failover you can choose the network to connect each nic to at the other site. You can specify different NICs for actual failover versus a test failover. It can also re-ip address the machine if required.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Support the Nexus 1KV but as port groups. I don't think it can orchestrate network creation on the N1K.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Pre and post recovery scripts can be configured to run, so you can script actions to want ever you want, such as updating DNS entires etc.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;Now the really really really nice thing is that you can destine to a VMware vCloud implementation. When you target to a vCloud you select which of your available organisation VDCs you want to recover to. Then, when you are selecting you networking, it presents the organisational Networks as your choices. Very nice. A demo was done or doing a failover to a VCD environment and it worked very nicely. I was quite impressed. I discussed with Oded how all of the provider side was handled, the multi-tennacy, security etc, just about everything had been covered an quickly explained. This showed to me that this stuff is very real and they have thought about this a lot. I see a lot of potential solutions for this that might work in a Enterprise space but that have no chance in the service provider space, but from what I could see I think Zerto gets it.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;When you need to do a failover , what happens if the source site no longer exists. Well you go to the vCenter on the destination site and do it their. This is a problem in the Cloud space as the customers are not going to have access to the vCenter, only the provider. Today the provider is going to have to do the recovery for you if you your site is gone. Their is an API for the provider to use with their own portal. Ultimately Zerto are saying they will provide a stand alone interface to do this function.&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;I really enjoyed the presentation for Gil and Oded. Not to many slides, a great demo, lots of explanation and really showing of what was unique about their offering. I am looking forward to learning more about what they are doing and in seeing their functionality grow, I think they have many things right in this new hybrid Cloud world.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;Rodos&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="font-family: Arial; font-size: x-small;"&gt;P.S. Note that I am at this event at the invite of GestaltIT and that flights and expenses are provided. There is also the occasional swag gift from the vendors. However I write what I want, and only if I feel like it. I write nice things and critical things when I feel it is warranted.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; border-collapse: separate; color: black; font-family: Arial; font-size: small; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;img name="en-media:image/jpeg:37f88f377e5b7a5fb555890d8c5f9b60:none:none" src="file:///Users/Rodos/Library/Application%20Support/Evernote/data/101370/content/p1524/37f88f377e5b7a5fb555890d8c5f9b60.jpeg" /&gt;&lt;/span&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/HP6QEbmkxEs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/5856733142014956926/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2012/02/vfd2-zerto.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/5856733142014956926?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/5856733142014956926?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/HP6QEbmkxEs/vfd2-zerto.html" title="VFD2 - Zerto" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-LVhUwUmUHMk/T0SEITx-bAI/AAAAAAAAA3U/HB8LR8sNlIk/s72-c/zerto-100.jpg" height="72" width="72" /><thr:total>2</thr:total><feedburner:origLink>http://rodos.haywood.org/2012/02/vfd2-zerto.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkQBQ30_fip7ImA9WhVTEEo.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-6939604798905859766</id><published>2012-02-24T11:02:00.002+11:00</published><updated>2012-02-24T20:05:52.346+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-24T20:05:52.346+11:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Symantec" /><category scheme="http://www.blogger.com/atom/ns#" term="VFD2" /><title>VFD2 - Symantec</title><content type="html">&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-xR6Sh0-3VZw/T0aqwMeTnsI/AAAAAAAAA3g/QBXa-4oIaGk/s1600/IMG_0387.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="150" src="http://4.bp.blogspot.com/-xR6Sh0-3VZw/T0aqwMeTnsI/AAAAAAAAA3g/QBXa-4oIaGk/s200/IMG_0387.JPG" width="200" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
First vendor off the rank at Virtualisation Field Day # 2 was Symantec. It was an early start as we were having breakfast there.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
It was an interesting start as things took a while to get organised and the opening question was, who uses backup. Given you have a room full of top virtualisation bloggers I figure they can all be dangerous on the topic of backup. We also hear that&amp;nbsp;Symantec is the #1 in VMware backup and they have been working with VMware for 12 years now. GSX and ESX were released to market in 2001 so they must have been there right from the very first day.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
First up was NetBackup.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;b&gt;George Winter, Technical Product Manager, presented on&amp;nbsp;NetBackup.&lt;/b&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-ljObcuVDtqc/T0asXqy7kfI/AAAAAAAAA3o/ulLQs1mhOh4/s1600/IMG_0395.JPG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="240" src="http://2.bp.blogspot.com/-ljObcuVDtqc/T0asXqy7kfI/AAAAAAAAA3o/ulLQs1mhOh4/s320/IMG_0395.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Some general notes, assume these relate to NetBack but some refer to Symantec products in general.&lt;/div&gt;
&lt;ul style="font-family: Arial;"&gt;
&lt;li&gt;They don't support VCB anymore as of the current version.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;On the topic of passing off VMware snapshotting to the array, they don't do anything today but in the next release (by end of 2012) this will be provided through something called Replication Director.&lt;/li&gt;
&lt;li&gt;They have their own VSS provider for application quiescence which you can use to replace the VMware one. This is free of charge and included in the distribution.&lt;/li&gt;
&lt;li&gt;We spent a while looking at dedupe and the different ways that you can do it with Symantec products. You have all sorts of ways of doing this from source based in the agent to hardware appliances that can replicated to each other across sites.&lt;/li&gt;
&lt;li&gt;In regards to the lifecycle of retention policies you can have local copies, replicate to another site using depuce and might even also destine a copy to "the Cloud". There was little detail about what "the Cloud" means apart from a list of providers that are supported such as Nirvanix, AT&amp;amp;T, Rackspace or Amazon. &amp;nbsp;No details were provided to on the protocols that are supported, I am sure that can be sourced in the product information. Data destined to the Cloud is encrypted and the keys are stored on the local media server. In destining to Clouds it supports cataloging, expiring and full control of data that might be destined there.&lt;/li&gt;
&lt;li&gt;They have an accelerator client that rather than doing source based dedupe do a changed block technique so they only send a small amount of data without the load of source dedupe. Symantec claim they are the only people that do this and its new in the latest 7.5 release.&lt;/li&gt;
&lt;li&gt;For VMDK backups the files are cataloged at ingestion so when you need to do a file level restore you can search for where that file might be, you don't need to know which VM or VMDK it might have been in in the first place. When data is being stored, the files and their mapped blocks are recorded. So at restore time for a file they only need to pull the blocks for the file back in, you don't have to restore the entire VMDK which saves a lot of time, space etc.&lt;/li&gt;
&lt;li&gt;Integration with vCenter. Backup events can be sent to the vCenter events for a VM and custom attributes can be updated with date of last backup etc. There is no plugin available but there is one coming but no details provided on this.&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style="font-family: Arial;"&gt;
There were some specific topics that sparked my interest.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;i&gt;vCloud Director&lt;/i&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
I am keeping my eye out for things around vCloud Director over the two days. Mike Laverick got the vCloud question in before I got the chance, asking what their NetBackup support was. They don't have anything today but have been working on it since it was first released. The good news is that this work is about to released this year. It always hard to get details about products that are not released but I tried to dig some sort of feature list out. It was revealed that there would be support for per tenant restore and it sounded like the tenant would be able to do this themselves. Going to be very interesting to see what features and functions this is going to really have. This should get some real attention as over the next 12 months I believe we are going to see many vendors start releasing support for vCloud Director.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;i&gt;VMware Intelligent policy (VIP)&lt;/i&gt;.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
One of the challenges about backup in a dynamic virtual environment is the effort to apply your policies to your workloads. To ease this pain VIP give you VMware protection on auto-pilot. It is an alternative method of selecting machines where new and moved VM's are automatically detected and protected. You specify a criteria which might match a particular VM which is based on 30 vCenter based definitions. These definitions can include things such as vApp details or even custom attributes. Its designed to help in the dynamic environments with have VMotion, Storage VMotion, DRS and Storage DRS. When you have this "rule based" matching one thing I am always concerned about is the hierarchy of rules as it can be very easy to have multiple rules that might match a machine. If multiple rules match it will apply both and do multiple backup of the machine. You can't set a hierarchy so have things like a default and then have an override for a more specific rule. I think this would be a great feature and suspect there might even be a way to do it, it might just have been my interoperation of the answer.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Another element of VIP is apply thresholds.&lt;i&gt;&amp;nbsp;&lt;/i&gt;One issue in vSphere backup environments is that your backup load can effect the performance of production by causing an impactful load on elements of your infrastructure. NetBackup can "automatically balance backups" across entire vSphere environment (fibre or network), physical location (host, Datastore or cluster) or logical attributes (vCenter Folder, resource pool, attribute).&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-5hdee8jvvcE/T0bRByxNeeI/AAAAAAAAA3w/0oT9qeQdl88/s1600/IMG_0396.JPG" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://4.bp.blogspot.com/-5hdee8jvvcE/T0bRByxNeeI/AAAAAAAAA3w/0oT9qeQdl88/s320/IMG_0396.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Resource limits to throttle the number of backups which execute concurrently can be set based on elements such as vCenter, snapshots, cluster, esxserver and lots of different datastore elements. So for example&amp;nbsp;you can set a resource limit such as no more than 1 active backup per datastore with no more than 2 active backups per ESX. A problems is that this is a global setting and that its fixed. It does not interact with the metrics from vSphere so it does not adjust and its for everything. I can see that you might want different values for different parts of your environment and for it to adjust based on load. This is the first release of this functionality so we should see this functionality build out in future versions.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Next we had the Backup exec guys.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;b&gt;Kelly Smith &amp;amp;&amp;nbsp;Gareth Fraser-King&lt;/b&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Some general notes&lt;/div&gt;
&lt;ul style="font-family: Arial;"&gt;
&lt;li&gt;Specific packaged solutions for virtualised solutions, targeted to the SMB.&lt;/li&gt;
&lt;li&gt;Showed the new GUI (pictures below) which will be released next month. Looks very slick with lots of wizards.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;You can visually/graphically see the stages of protection for a workload. For example the backup, followed by the replication etc. When you go back and look at the machine you see the types of jobs associated with the machine, what they do and when they are scheduled. It gives you a workflow centric view.&lt;/li&gt;
&lt;li&gt;Symantec are adding a backup option which can be destined to a Cloud provider (partnered with Doyenz.com) at which you can do a restore in the event of a disaster. I really would have liked to see this demo'd.&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://3.bp.blogspot.com/-LCWohqTQKeY/T0bRqMm1III/AAAAAAAAA34/XBOpk5RCCVA/s1600/IMG_0404.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://3.bp.blogspot.com/-LCWohqTQKeY/T0bRqMm1III/AAAAAAAAA34/XBOpk5RCCVA/s320/IMG_0404.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://4.bp.blogspot.com/-NfcnTGh5_A4/T0bR5vpkU5I/AAAAAAAAA4A/6kzmcEjDbQU/s1600/IMG_0403.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://4.bp.blogspot.com/-NfcnTGh5_A4/T0bR5vpkU5I/AAAAAAAAA4A/6kzmcEjDbQU/s320/IMG_0403.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Here are some other thoughts from the session.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
So why two backup products? We hear for example about the fact that there is no vSphere plugin for NetBackup but their is for BackupExec. Yes we know that there are historical factors, but if Symantec were to start again, why for technical reasons would you create two products? Its hard to summarise the answer as the conversation went around a little (maybe watch the video) but essentially their answers was because there are two markets, the big enterprise and the SMB to medium enterprise. Creating products, licensing and features sets that go across that entire spectrum of use cases is to hard, Symantec felt they really needed to have products target to the two different markets. I understand this argument, but as the audience are IT technical people, it would have been nice to hear about the technical aspects behind this. Maybe something about scaling catalog databases and how its hard to create a scaled down version or something. I did not really get why they needed two products (apart from history). However it was discussed that there are many techniques that are use by both products such as a lot of the dedupe functions.&amp;nbsp;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
In regards to the execution to be honest I would have expected something a little more polished from a vendor such as Symantec.&amp;nbsp;We spent a bit of time learning 101 about VMware backups, but given that the audience are bloggers and specialists of Virtualisation, this could probably be considered assumed knowledge. Maybe this was included for the remote audience, as the sessions were being recorded and broadcast. The format was also looking at some quite simple customer use cases, which I did not feel added much to explaining the value of Symantec products over other vendors. Also some of the explanations were inaccurate, such as talking about redo logs. Once we got into some of the cool things that Symantec do, and what they are doing different to others, it got a lot more interesting.&amp;nbsp;Also we can be a prickly bunch so you need to know how to do objection handle really well. I noticed this improved during the morning.&lt;br /&gt;
&lt;br /&gt;
Lastly a&amp;nbsp;presenter needs to be flexible in their delivery. The NetBackup team insisted on finishing their slides and talking through the last 5 so fast no one could really listen to what was being said. We had very little time from the BackupExec team who I think had some really interesting stuff and way to long on NetBackup. I think the imbalance did not help Symantec overall.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Thanks to Symantec. It was a really interesting morning and we learnt a few things.&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
Rodos&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: Arial;"&gt;
&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;P.S. Note that I am at this event at the invite of GestaltIT and that flights and expenses are provided. There is also the occasional swag gift from the vendors. However I write what I want, and only if I feel like it. I write nice things and critical things when I feel it is warranted. &lt;/span&gt;&amp;nbsp;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/QJvKIqCBmSQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/6939604798905859766/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2012/02/vfd2-symantec.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/6939604798905859766?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/6939604798905859766?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/QJvKIqCBmSQ/vfd2-symantec.html" title="VFD2 - Symantec" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-xR6Sh0-3VZw/T0aqwMeTnsI/AAAAAAAAA3g/QBXa-4oIaGk/s72-c/IMG_0387.JPG" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2012/02/vfd2-symantec.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YMR3s-eip7ImA9WhRaGEQ.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-3794375044924207037</id><published>2012-02-22T17:13:00.000+11:00</published><updated>2012-02-22T17:13:06.552+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-22T17:13:06.552+11:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Gestalt" /><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><category scheme="http://www.blogger.com/atom/ns#" term="Symantec" /><category scheme="http://www.blogger.com/atom/ns#" term="Apple" /><title>Virtualization Field Day #2 / Silicon Valley- pre event</title><content type="html">Well I have escaped from the wet and dreary shores of Sydney to spend some time geeking it up with the crew for the Virtualization Field Day #2. Having been to one of these events before I know just how much hard work and fun it can be. Its so great to hang out with people so smart in their field, plus to hear direct from the best people within the presenting vendors.&lt;br /&gt;
&lt;br /&gt;
The activities start Wednesday night with a get together dinner. Thursday and Friday are all of the vendor presentations. I arrived this last Sunday to do a few days work of meeting before the event. Of course I had to do a bit of the usual Silicon Valley shop hop around some of the favourite haunts for all things geek.&lt;br /&gt;
&lt;br /&gt;
One place I went today, that I had never thought of before, was to Apple HQ. Here is some guy who was wearing a suit, who wears a suit in the valley, only me!&lt;br /&gt;
&lt;br /&gt;
&lt;table cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-ynmUZtWAJZw/T0R9P8f4cgI/AAAAAAAAA20/NmheSNcCbcw/s1600/IMG_0364.JPG" imageanchor="1" style="clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="240" src="http://1.bp.blogspot.com/-ynmUZtWAJZw/T0R9P8f4cgI/AAAAAAAAA20/NmheSNcCbcw/s320/IMG_0364.JPG" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Who's the stiff in the suit!&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
The cool thing is that there is a company store there. Its not like an Apple store. It has a lot more Apple merchandise. It also has a t-shirt that can only be purchased from the Apple campus store. Of course I had to get one.&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-4_1AuWK3oHQ/T0R-U8Mj5tI/AAAAAAAAA28/XPAnsW3Vq9k/s1600/IMG_0360.JPG" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="240" src="http://4.bp.blogspot.com/-4_1AuWK3oHQ/T0R-U8Mj5tI/AAAAAAAAA28/XPAnsW3Vq9k/s320/IMG_0360.JPG" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;Apple Company Store&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Of course I also had to do a trip to Fry's and pick up something. Ended up getting a 4 port 1G switch for the home office. I am sick of 100Mb transfer speed between me and the Drobo storage device (which hangs off a Mac mini). Also some of those nice little pop up speakers for use in hotel rooms etc. This is on top of the other stuff I pre-shipped to my hotel, none of which has arrive yet. I pre shipped a bunch of t-shirts from ThinkGeek for the kids and a SSD drive for me.&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
One place I have never been to here in the US is In-N-Out burger. My American friends rave about it. So I had to check it out.&lt;/div&gt;
&lt;table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="margin-left: auto; margin-right: auto; text-align: center;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-5OD0sC_VbP4/T0R_p_N-xaI/AAAAAAAAA3E/yPPoADpiyRI/s1600/IMG_0372.JPG" imageanchor="1" style="margin-left: auto; margin-right: auto;"&gt;&lt;img border="0" height="240" src="http://1.bp.blogspot.com/-5OD0sC_VbP4/T0R_p_N-xaI/AAAAAAAAA3E/yPPoADpiyRI/s320/IMG_0372.JPG" width="320" /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class="tr-caption" style="text-align: center;"&gt;The back wall of In-N-Out burger, the view from the car park.&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
I had to go the whole hog and get a burger, fries and a shake. I am told the way to order your burger is "animal" style, which means it comes with (I think) sautéed onions and chilli. The person I was with sort of made a mistake and somehow also ordered their fries done "animal" style. Can you believe it, they actually do that. Here is what it looks like.&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://2.bp.blogspot.com/-7iY2HAShJJQ/T0SAn_raTrI/AAAAAAAAA3M/8QlPxaOA3vg/s1600/IMG_0367.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="http://2.bp.blogspot.com/-7iY2HAShJJQ/T0SAn_raTrI/AAAAAAAAA3M/8QlPxaOA3vg/s320/IMG_0367.JPG" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
After eating mostly healthy food for about a year it was great to chow down on great fast food. This stuff is fresh, you have to wait for it to be cooked. The fries are cut from whole potatoes just before they are cooked. However my stomach rebelled about half an hour later, the temple had been defiled! But was worth it. Repeat after me, "In-N-Out is occasional food!".&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
But what is going to be really fun this week is hanging out with the old friends plus some new people at the field day. The attendees this year are&amp;nbsp;Edward Haletky,&amp;nbsp;Bill Hill,&amp;nbsp;Mike Laverick,&amp;nbsp;Dwayne Lessner,&amp;nbsp;Scott Lowe,&amp;nbsp;Roger Lund,&amp;nbsp;Robert Novak,&amp;nbsp;David Owen,&amp;nbsp;Brandon Riley,&amp;nbsp;Todd Scalzott,&amp;nbsp;Rick Schlander and&amp;nbsp;Chris Wahl. Some real who's who of virtualisation thinkers.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
The vendors this event are interesting, we have&amp;nbsp;Symantec,&amp;nbsp;Zerto,&amp;nbsp;Xangati,&amp;nbsp;PureStorage,&amp;nbsp;Truebit.tv&amp;nbsp;and&amp;nbsp;Pivot3. Some big names their, some interesting new ones and great to see that I will get to hear the thoughtful words of Mr Backup himself, aka Mr W. Curtis Preston again.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="http://1.bp.blogspot.com/-LVhUwUmUHMk/T0SEITx-bAI/AAAAAAAAA3U/HB8LR8sNlIk/s1600/zerto-100.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/-LVhUwUmUHMk/T0SEITx-bAI/AAAAAAAAA3U/HB8LR8sNlIk/s1600/zerto-100.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
The only vendor I will call out specifically as sparking some very high interest from me pre event is &lt;a href="http://www.zerto.com/"&gt;Zerto&lt;/a&gt;. They have DR capabilities with full integration to VMware vCloud Director. As I deal daily with one of the leading deployments of vCloud Director in the service provider space this really gets my brain juices flowing. There is big interest in this topic and I am really keen to see exactly what these guys have. I want to separate the hype from the reality and really hope that the reality is an exciting story.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
You can see the details of the whole event over at the Field Day site &lt;a href="http://techfieldday.com/"&gt;http://techfieldday.com/&lt;/a&gt;, the &lt;a href="http://techfieldday.com/2012/vfd2-links/"&gt;links&lt;/a&gt; page really gives you all the resources you need. &amp;nbsp;The sessions will be broadcast online and you can follow the tweet stream via the hashtag #VFD2.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
More updates as the events unfold.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Rodos&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/oKqbtcygI9w" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/3794375044924207037/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2012/02/virtualization-field-day-2-silicon.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/3794375044924207037?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/3794375044924207037?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/oKqbtcygI9w/virtualization-field-day-2-silicon.html" title="Virtualization Field Day #2 / Silicon Valley- pre event" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-ynmUZtWAJZw/T0R9P8f4cgI/AAAAAAAAA20/NmheSNcCbcw/s72-c/IMG_0364.JPG" height="72" width="72" /><thr:total>2</thr:total><feedburner:origLink>http://rodos.haywood.org/2012/02/virtualization-field-day-2-silicon.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0QGRnw4fCp7ImA9WhRVEEQ.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-7947761952929546582</id><published>2012-01-09T17:40:00.004+11:00</published><updated>2012-01-09T17:42:07.234+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-09T17:42:07.234+11:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><title>Don't get fired over the cloud</title><content type="html">An actual paper magazine arrived via snail mail today, &lt;a href="http://www.datacenterdynamics.com/"&gt;Datacenter Dynamics&lt;/a&gt; Focus. Of course it was the August/September issue so those snails are really slow these days. I was flipping through the pages and the &lt;a href="http://www.datacenterdynamics.com/focus/archive/2011/09/warning-hp-dont-get-fired-over-cloud-0"&gt;article&lt;/a&gt; "Don't get fired over the Cloud" caught my attention.&lt;br /&gt;
&lt;br /&gt;
The premise of the article is probably summed up by this section entitle "The Danger in Change".&lt;br /&gt;
&lt;blockquote class="tr_bq"&gt;
But here’s the rub: “You will be fired as a CIO if you don’t know where things are running. You will be fired if something goes down and you don’t know about it. If you are a CIO and some of your apps are running on Amazon and you don’t know about it then your costs are running out of control. If they are running a mission-critical app and it gets breached, you will get fired.”&amp;nbsp;&lt;/blockquote&gt;
&lt;blockquote class="tr_bq"&gt;
Much of this comes down to service management and security. “Those horizontals must traverse this fragmented world of choice. Service management in the New World Order changes dramatically,” Karolczak says. “In the Cloud you had better know which applications are in the Cloud and which cloud they sit on. One of the delusions of the Cloud is that you have unlimited bursts of separation. But you can’t, in most situations, separate the apps from the Cloud.”&lt;/blockquote&gt;
Really, is this a little bit of Cloud washing? Could we not say "Don't get fired over &lt;u&gt;stupidity&lt;/u&gt;" rather than over Cloud? Why target out Cloud? If your app goes down it does not matter if its running internally or externally, thats an implementation thing. If your SLA is that it can't go down and you don't implement it in a way that achieves that then your are in trouble, Cloud or not. The costs running out of control is nothing that new either, we have being living with virtual sprawl within the data centre for a few years and the hidden cost impacts it can create.&lt;br /&gt;
&lt;br /&gt;
The statement is valid thought that "much of this comes down to service management". Thats really the point here. If you are not managing your environment, whatever it is, then thats where these issues can creep in and give you pain.&lt;br /&gt;
&lt;br /&gt;
What the CIO needs to be focusing, in order to not get fired, are two things as they adopt Cloud.&lt;br /&gt;
&lt;br /&gt;
First, is &lt;b&gt;the integration into the service management infrastructure&lt;/b&gt; as the article mentioned. In order to adopt Cloud services a review of your SM implementation will be required. For example you might need to work through your ITIL practices ensuring that you have a method of delivering each function. Some functions might be undertaken by the provider and this should be documented. You will end up getting into the details such as what additional CI records you will need in your CMDB to track services which reside within various Cloud providers.&lt;br /&gt;
&lt;br /&gt;
Second, is&lt;b&gt; educating your technical teams on Cloud architectures and implementations&lt;/b&gt;. Cloud might be existing technologies integrated and sold in a different way but there is a lot to learn about how to best utilise various providers Cloud services. IT teams have had years of practice at building and operating technologies in a manner that will not get them fired. However I often see a lot of assumptions and miss understanding of how various Cloud services work which result in implementation gaps that do have the potential to get you fired. IT teams need to skill up through training or hiring.&lt;br /&gt;
&lt;br /&gt;
Of course there is nothing new under the sun here, as IT professionals we have been dealing with these issues as information technology has evolved over the decades. Just think about our journey through virtualization over the last 5 years. Virtualization effected many of these areas as well, but these days you are more likely to get fired for not virtualising.&lt;br /&gt;
&lt;br /&gt;
Rodos&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/sof32qU1EZg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/7947761952929546582/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2012/01/dont-get-fired-over-cloud.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/7947761952929546582?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/7947761952929546582?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/sof32qU1EZg/dont-get-fired-over-cloud.html" title="Don't get fired over the cloud" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2012/01/dont-get-fired-over-cloud.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkMAR3gyeSp7ImA9WhdbFks.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-6685252306699466586</id><published>2011-10-15T17:33:00.001+11:00</published><updated>2011-10-15T17:34:06.691+11:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-10-15T17:34:06.691+11:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><category scheme="http://www.blogger.com/atom/ns#" term="Apple" /><title>Jobs on the early days of the Web, sounds like Cloud</title><content type="html">&lt;p&gt;Wired put out a special electronic issue which pulled together many of their previous articles about Steve Jobs.&lt;/p&gt;&lt;p&gt;One article was from 1996 when Steve was at NeXT. The hardware side had failed and they were focusing on Software, in particular around the web and object based programming. At this point in our history, the web was only a few years old. (As a side not the first HTTP server was created on a NeXT box.)&lt;/p&gt;&lt;p&gt;Jobs said a really interesting thing ...&lt;/p&gt;&lt;blockquote&gt;The Web reminds me of the early days of the PC industry. No one really knows anything. There are no experts. All the experts have been wrong. There's a tremendous open possibility to the whole thing. And it hasn't been confined, or defined, in too many ways. That's wonderful! &lt;p&gt;There is a phrase in Buddhism, "Beginners mind." It's wonderful to have a beginner's mind. &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;I thought that was a really interesting comment and made me think of the current Cloud space. Cloud is so new and exciting and there is a tremendous open possibility to the whole thing. We are a few years in but its early days. There are no experts and it's only through a beginners mind that we might get some insight and true innovation. &lt;/p&gt;&lt;p&gt;Rodos&lt;br&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/zbmJ4yiLWa8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/6685252306699466586/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2011/10/jobs-on-early-days-of-web-sounds-like.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/6685252306699466586?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/6685252306699466586?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/zbmJ4yiLWa8/jobs-on-early-days-of-web-sounds-like.html" title="Jobs on the early days of the Web, sounds like Cloud" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2011/10/jobs-on-early-days-of-web-sounds-like.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0UGQ304fSp7ImA9WhdWGUs.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-275395917818183476</id><published>2011-09-05T14:57:00.004+10:00</published><updated>2011-09-14T10:47:02.335+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-14T10:47:02.335+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="iPad" /><category scheme="http://www.blogger.com/atom/ns#" term="SIM" /><title>Prepaid SIM for US roaming for your iPad</title><content type="html">Having just purchased an iPad and been at VMworld in Las Vegas I figured I should write up how to get your iPad working with a US carrier.
&lt;br /&gt;
&lt;br /&gt;
I did some research before I went and there was a lot of complicated information about getting SIM cards, signing up plans etc.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Here is what I did.&lt;/div&gt;
&lt;div&gt;
&lt;ul&gt;
&lt;li&gt;Jumped into a cab. Ask driver where is the nearest AT&amp;amp;T store.&lt;/li&gt;
&lt;li&gt;Walk into AT&amp;amp;T store, hold iPad out in front of me and ask person behind the counter "I want to get this on the internet with a pre-paid SIM".&lt;/li&gt;
&lt;li&gt;The lovely assistant (photo below) replied, "No problem Sir". &lt;/li&gt;
&lt;li&gt;She took my iPad, ejected my existing SIM, inserted a new AT&amp;amp;T one and waited for the activation screen to appear. &lt;/li&gt;
&lt;li&gt;Followed the online activation screen entering my credit card details for my Australian credit card (they recommended not using an AMEX as it can have issues with the region check). I selected a plan of 2G for 30 days for $25 USD.&lt;/li&gt;
&lt;li&gt;It started working.&lt;/li&gt;
&lt;/ul&gt;
&lt;a href="http://3.bp.blogspot.com/-PqZEoj-u_PA/TmRXMoQCzaI/AAAAAAAAA2U/iXk3l4fn4PA/s1600/Photo%2B27-08-11%2B3%2B56%2B49%2BPM.jpeg"&gt;&lt;img alt="" border="0" id="BLOGGER_PHOTO_ID_5648735707104202146" src="http://3.bp.blogspot.com/-PqZEoj-u_PA/TmRXMoQCzaI/AAAAAAAAA2U/iXk3l4fn4PA/s400/Photo%2B27-08-11%2B3%2B56%2B49%2BPM.jpeg" style="cursor: hand; cursor: pointer; height: 300px; width: 400px;" /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Over the week I used 490Mb of data, way below the 2G I purchase. This was such an easy and &lt;b&gt;fast&lt;/b&gt; process. There were about 3 other people in the store at the same time as me doing exactly the same thing. They even did nice things like tape my existing SIM card to the AT&amp;amp;T SIM caddy so I would not loose it and could easily store it.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Forget what you read on the Internet, its dead easy to get your iPad 3G service running in the US.&lt;br /&gt;
&lt;br /&gt;
UPDATE 14/Sept : By default the plan does an Auto Renew so after the month it gives you another month. &lt;u&gt;Before you leave bring up the service plan option and turn the auto renew off&lt;/u&gt;. If you forget to do this &amp;nbsp;simply ring 1-800-331-0500 and ask them to turn it off. It took me less than 2 minutes to get onto an operate and have this completed.&lt;br /&gt;
&lt;br /&gt;
They mentioned that after 60 days the account will de-activate but that the SIM card is still good. So if when you return to the US you put the SIM in, you can bring up the service account information, re-enter your credit card details and be underway, no need to revisit an AT&amp;amp;T store. I will keep my SIM and try that on my next trip.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Rodos&lt;/div&gt;
&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/7KWypte5eFw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/275395917818183476/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2011/09/prepaid-sim-for-us-roaming-for-your.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/275395917818183476?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/275395917818183476?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/7KWypte5eFw/prepaid-sim-for-us-roaming-for-your.html" title="Prepaid SIM for US roaming for your iPad" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-PqZEoj-u_PA/TmRXMoQCzaI/AAAAAAAAA2U/iXk3l4fn4PA/s72-c/Photo%2B27-08-11%2B3%2B56%2B49%2BPM.jpeg" height="72" width="72" /><thr:total>3</thr:total><feedburner:origLink>http://rodos.haywood.org/2011/09/prepaid-sim-for-us-roaming-for-your.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4HQ3YyeSp7ImA9WhdXGUU.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-3363154748925492826</id><published>2011-09-03T02:25:00.001+10:00</published><updated>2011-09-03T02:28:52.891+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-03T02:28:52.891+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><category scheme="http://www.blogger.com/atom/ns#" term="VMworld" /><title>VMworld 2011 Keynote</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh4.googleusercontent.com/-QRBcISdicpE/TmED4egN4nI/AAAAAAAAA2E/WKTppU0BRWY/s500/2011%2525203%25253A26%252520PM.jpg" target="_blank" style="margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img src="https://lh4.googleusercontent.com/-QRBcISdicpE/TmED4egN4nI/AAAAAAAAA2E/WKTppU0BRWY/s601/2011%2525203%25253A26%252520PM.jpg" id="blogsy-1314980882517.6511" class="aligncenter" width="601" height="152" align="center" alt=""&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;Some of the best bits from VMworld are the keynotes. The first was by Paul Maritz, the CEO. Here are my notes from the presentation. You can view the video of it on the Internet. Paul is not the most dynamic speaker, he is no   Chambers on that front. However is is recognised as one of, if not the, smartest.&lt;/p&gt;&lt;blockquote&gt;Last year there was the tipping point of more new apps being deployed on Virtualisation over physical. This year its now more virtualized across the entire installed base! More than half of anything is import for an industry.&lt;br&gt;1 virtual machine is deployed every six seconds, more than 20 million VMs across the globe. There are more VMs in flight with vmotion than there are airplanes in flight. More than 800k admins, 68k vcps and done with the support of the application vendors.&lt;br&gt;&lt;br&gt;Is the cloud just timesharing rediscovered? It's about three profound things. It's the next major interation in the consumerisation of IT.&lt;br&gt;&lt;br&gt;It's the canonical applications that define the generation of computing. In the mainframe era it was book keeping. It the late 80s it moved to the consumer world. New users through personal computing, the GUI, Intel architecture and the relational db. This allowed a new set if applications, client server, the Internet. CRM and non real time analytics.&lt;br&gt;&lt;br&gt;With the Cloud we will see a new set of applications and the industry will change. Billions of new users and devices coming into play. Three years ago most devices connected to the net were PCs. In three years it will be less than twenty percent will be PCs. HTML5 might have a big impact.&lt;br&gt;The Relational Database can't cope with this new world. We need customized information in real time, for the facebook consumer of today.&lt;br&gt;&lt;br&gt;How do we go forward from here? Let's ring fence off the mainframe. But what do we do with the client server world and migrate it to the new Cloud era.&lt;br&gt;&lt;br&gt;How do we make it more efficient to run those apps we can't walk away from. Then what do we do about the renewal of applications. &lt;br&gt;&lt;br&gt;Apps were built around real paper or what was paper on the screen. We need application renewal.&lt;br&gt;&lt;br&gt;Lastly users are expecting to see everything on a new set of devices that can't be controlled by IT, whatever device they have in their hand. &lt;br&gt;&lt;br&gt;How do we allow infrastructure renewal for those client server apps. To get operational efficiency. Virt can do this in a non disruptive way which is why it has been so successful. We can't just make more operational tasks but rather create more automated efficiency.&lt;br&gt;&lt;br&gt;They had to have overlapping development efforts to release a new release of vSphere each year. Twice as many man hours in Q&amp;A than development. This is like building hardware and has the same importance. First time Paul has seen a major bit of software be released on time with all it's original function set.&lt;br&gt;&lt;br&gt;The new version is starting to do with this operational automation. Storage load balancing and tiering, automated host provisioning. The new version results in great scale, resiliency and automation.&lt;br&gt;&lt;br&gt;A new schedule of how releases will be done. Not just vSphere but all the elements to deliver functionality, such as security, disaster recovery and Cloud portals. New versions of SRM, Operations, vShield and Director.&lt;br&gt;&lt;br&gt;There are many service providers one delivering Cloud with Director. Plus virtual clouds such as NYSE. The vCloud Data Center program has expanded. A subset is clubbing together to give a world wide available cloud, global connect.&lt;br&gt; &lt;br&gt;New virtual storage appliance for the SMB to get advanced features. &lt;br&gt;VMware GO to be expanded with things like patch management.&lt;br&gt;Application renew is the big effort in front of us. The new apps will be done by those under 35. Last 5 to 8 years developers have resulted against complexity and have new environments and fabrics. Let's give them those on the same underlying fabric. They are not interested in the low level details, more of a PaaS. They are willing to give up some control.&lt;br&gt;&lt;br&gt;VMware are putting these elements under vFabric. Keys off Spring and now starts to include data, with the acquisition of Gem. A scale out in memory database. &lt;br&gt;&lt;br&gt;Now SQLfire which brings an easier programming model with the scalable nature of GemFire.&lt;br&gt;&lt;br&gt;Data Director will manage the task of administration of these databases. It can do backup and all those things. It's vSphere aware. They have taken Postgress and optimized it's memory management for a virtual environment and it can get much better density.&lt;br&gt;&lt;br&gt;Cloud Foundry is about how apps will be built in the future, those new modern programming frameworks. It's open source and the community has been extending it. It's designed to be portable across clouds. There is a danger of going back to the lack of application portability, the Cloud should not be like this. What will be the new cloaking layer between hardware and the cloud? This needs to run from the provider down to the developers desktop. Developing a version for a memory stick.&lt;br&gt;&lt;br&gt;Lastly we need to give a way to give people access to the applications that they need, continuing to invest in VMware View and releasing View 5.0. There will be more clients available. &lt;br&gt;&lt;br&gt;PCs are not the only device any more. The PC can't belong to just one person any more. Horizon is about association of functions to people and not a specific device. But you now need to map people's activities to a device. Such as giving a user a virtual phone.&lt;br&gt;&lt;br&gt;The PC was about automating the white colar worker experience of 1975. Xerox PAC started it and apple and Microsoft took up. The new workers and not using documents, they are streaming, filtering, they are not from the folder and document world.&lt;br&gt;&lt;br&gt;What about the 50 percent which are not virtualized? Got to tackle the mission critical applications. That's what vSphere5 was about. Then start to work on those new applications and new way of doing things.&lt;/blockquote&gt;&lt;p&gt;End of presentation.&lt;/p&gt;&lt;p&gt;Rodos&lt;br&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/1hJv7hixEaU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/3363154748925492826/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2011/09/vmworld-2011-keynote.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/3363154748925492826?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/3363154748925492826?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/1hJv7hixEaU/vmworld-2011-keynote.html" title="VMworld 2011 Keynote" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh4.googleusercontent.com/-QRBcISdicpE/TmED4egN4nI/AAAAAAAAA2E/WKTppU0BRWY/s72-c/2011%2525203%25253A26%252520PM.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2011/09/vmworld-2011-keynote.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkMER3c9cSp7ImA9WhdXF0g.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-5702987388063179265</id><published>2011-08-31T12:40:00.001+10:00</published><updated>2011-08-31T12:40:06.969+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-31T12:40:06.969+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><category scheme="http://www.blogger.com/atom/ns#" term="HP" /><title>HP Cloud advisors</title><content type="html">&lt;p&gt;Got invited to a panel at VMworld of HP CTO and Cloud advisor, thanks Calvin. I was not sure what to expect or what they would say but it sounded like fun, I love a bit of cloud talk.&lt;/p&gt;&lt;p&gt;Here are the notes I took. They might be easy to get out of context so post in comments if I got anything wrong. The room was noisy and it was very hard to hear.&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh3.googleusercontent.com/-aUkGFiBWFcc/Tl2c_MutN0I/AAAAAAAAA18/KbQ9LCn99Ko/s500/2011%2525206%25253A06%252520PM.jpg" target="_blank" style="margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img src="https://lh3.googleusercontent.com/-aUkGFiBWFcc/Tl2c_MutN0I/AAAAAAAAA18/KbQ9LCn99Ko/s436/2011%2525206%25253A06%252520PM.jpg" id="blogsy-1314758276172.9475" class="aligncenter" alt="" width="436" height="327"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;I was impressed by some of the good analogies that the guys used in answering the questions. Especially the one that al the server vendors have access to the same components and tech but some vendors servers are better than others. That's a good insight not only for HP but for all of us, it's what you do with what you have that counts.&lt;/p&gt;&lt;p&gt;Also you have to like a bunch of guys who wear lab coats!&lt;/p&gt;&lt;blockquote&gt;&lt;br&gt;Q. HP and openstack. &lt;p&gt;&lt;br&gt;&lt;br&gt;A. We are the number one partner with VMware and Microsoft and others and we do that by partnering well. We are involved in the open stack initiative and helping that community. Of course VMware offer their software on other hardware. Each of the hypervisor environments have different value propositions.&lt;br&gt; &lt;br&gt;Q.is HP going to develop software for object storage?&lt;/p&gt;&lt;p&gt;A. No.&lt;/p&gt;&lt;p&gt;Q. Integration with different Cloud providers but what about with different Hypervisors. &lt;/p&gt;&lt;p&gt;A. today we support VMware and HyperV plus ( missed ) &lt;br&gt; &lt;br&gt;A. How will HP store my apps&lt;/p&gt;&lt;p&gt;Q. Cloud storage today has generally been for static data. Cloud 1.0. The change we are going to see and difference is going to come from solid state devices which have different characteristics. Apps are going to get faster. As storage moves into the server layer then it can get faster and in the cloud we will be able to provide apps for non static data.&lt;br&gt; &lt;br&gt;Q. How will you reduce the cost of SSD.&lt;/p&gt;&lt;p&gt;A. Volume, volume, volume and that is what HP does well. Research on new things like memrister might change SSD, but it's five years out from changing things.&lt;br&gt; &lt;br&gt;Q. How will HP differentiate themselves from other Cloud providers.&lt;/p&gt;&lt;p&gt;A. You can take a pile of parts and throw them together to build a Cloud but performance sucks. HP can provide and integrated solution that does network, storage, servers plus the software. One vendor. This is part of our value prop. It's the applications which create value, not the blinking lights. HP has industry knowledge and can assist with the business process too. You have this flexibility when working with HP. Look at servers, the vendors all have access to the same components, it's how they are put together that adds value, that's what HP can do for Cloud. Just deploying a virtual machine is such a small part of what's required. &lt;br&gt; &lt;br&gt;Q. Will HP stand up it's own Cloud?&lt;/p&gt;&lt;p&gt;A. We are already a public cloud provider in the apps space and will continue to do so. ( missed name of this service ) HP can't own the industry on this, it's to big so we will work with others and do things to. For example we work with a pile of hosters are msps and HP is a large msp, we are used to this. &lt;br&gt; &lt;br&gt;Q. With the ease of provisioning in the cloud what safeguards will be in place from doing stupid things.&lt;/p&gt;&lt;p&gt;A. Sounds like how the unix guys used to talk about the windows guys. It's hard to get it down to being simple but nothing is going to be fool proof. What we do is based around policy models and rules which can provide many safe guards. Because of the soup to nuts elements HP can make things easier.&lt;br&gt; &lt;br&gt;Q. What comes after cloud? Are the models of hybrid etc all there is? Will everything move to the Internet?&lt;br&gt;&lt;br&gt;A. we have an abundance of data from these news sensors, an abundance of compute and lots of networking to move it around. Attention span has not changed. Analyzing and making sense of all this through these resources is what comes next. Jobs will evolve and we will not be mucking around with some of the primitives we do today. Just like a pilot is having their job automated, getting attention of the pilot is important and we will see lots of research on this as computer technology becomes more automated.&lt;br&gt;It's going to take a very long time for things to move to the cloud, there is a lot still to do, yes technology will change&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/pR-5nS_X15c" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/5702987388063179265/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2011/08/hp-cloud-advisors.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/5702987388063179265?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/5702987388063179265?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/pR-5nS_X15c/hp-cloud-advisors.html" title="HP Cloud advisors" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh3.googleusercontent.com/-aUkGFiBWFcc/Tl2c_MutN0I/AAAAAAAAA18/KbQ9LCn99Ko/s72-c/2011%2525206%25253A06%252520PM.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2011/08/hp-cloud-advisors.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Dk4ASXw_cSp7ImA9WhdXFkg.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-9119884092863606298</id><published>2011-08-30T07:55:00.001+10:00</published><updated>2011-08-30T07:55:48.249+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-30T07:55:48.249+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><category scheme="http://www.blogger.com/atom/ns#" term="SRM" /><category scheme="http://www.blogger.com/atom/ns#" term="VMworld" /><title>DR to the Cloud with SRM</title><content type="html">&lt;p&gt;I went to two sessions this morning on DR to the Cloud.&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: none;"&gt;&lt;a href="https://lh4.googleusercontent.com/-3Ei1GcsqGuA/Tlv-lNTc2yI/AAAAAAAAA1o/SxHacqzJZAU/2011%2525202%25253A02%252520PM.jpg" target="_blank" style="margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img src="https://lh4.googleusercontent.com/-3Ei1GcsqGuA/Tlv-lNTc2yI/AAAAAAAAA1o/SxHacqzJZAU/s300/2011%2525202%25253A02%252520PM.jpg" id="blogsy-1314654898609.3308" class="alignnone" alt="" width="300" height="200"&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: none;"&gt;&lt;a href="https://lh6.googleusercontent.com/-Me6ug8GNJpA/Tlv-lmGUvBI/AAAAAAAAA1s/Rcf4PWElv0Q/2011%2525202%25253A01%252520PM.jpg" target="_blank" style="margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img src="https://lh6.googleusercontent.com/-Me6ug8GNJpA/Tlv-lmGUvBI/AAAAAAAAA1s/Rcf4PWElv0Q/s300/2011%2525202%25253A01%252520PM.jpg" id="blogsy-1314654898611.2212" class="alignnone" alt="" width="300" height="200"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;I think the first thing you could say about these sessions is that they were named a little wrong. They should have been about DR to "managed service provider" or "hosting company". There might have been a bit of Cloud washing going on here. There were certainly elements of clouds and this is a developing space of which we are at the start if the journey, but I think the topics may be a little "over sold" in their wording.&lt;/p&gt;&lt;p&gt;So what were my notes?&lt;/p&gt;&lt;ul&gt;&lt;li&gt;SRM will evolve to be application or vApp aware rather than it's VM centric nature of today.&lt;/li&gt;&lt;li&gt;Today SRM is all about protecting a machine in site A in another site B. In the future there will be more sites involved, protecting works in one site to multiple sites. For example you might protect a machine to your internal second site plus an external Cloud provider.&lt;/li&gt;&lt;li&gt;VMware are working on creating layer two connectivity between multiple sites. This combined with VMotion across sites will allow some interesting DR scenarios. In my opinion this will be helpful for disaster avoidance.&lt;/li&gt;&lt;li&gt;The goad is to be able to intermix vSphere and vCloud Director as either sources or destinations of DR.&lt;/li&gt;&lt;li&gt;There is the use case of DR &lt;strong class="strong rangy_1"&gt;to&lt;/strong&gt; the cloud as well as DR &lt;strong class="strong rangy_1"&gt;off&lt;/strong&gt; the cloud.&lt;/li&gt;&lt;li&gt;The plan is their would be a plugin for your vSphere Client that would do all the work of setting up DR to a Cloud provider. I imagine this would be like the vCloud Connector plugin.&lt;/li&gt;&lt;li&gt;The attributes that are proposed for this future state of software are; VM level protection granularity, multi-tenancy, self serviceability, storage agnostic, vm portability, role based management, scalability, extensibility, simplified deployment and management, security and RAS (reliability, serviceability and availability).&lt;/li&gt;&lt;li&gt;Hosting.com described their use of SRM 5 to provide Cloud DR. From what I could see this looked like an implementation of SRM on top of a vSphere implementation that had a Cloud front end. They have their portal for consuming virtual machines in a Cloud manner. By adding SRM underneath and then using the SRM APIs to control it from their portal they are able to give DR functions to users. This shows what can be done when you build your own world and don't use vCloud Director. The service is in Beta.&lt;/li&gt;&lt;li&gt;A question was asked from the audience about when SRM and vCloud Director would be integrated or compatible. The answer was that thus was in the roadmap but no detail. I suspect this person was like a lot in the audience was wondering about this given the title of the session.&lt;/li&gt;&lt;li&gt;In the service provider session a number of organizations got up and spoke about their DR solutions and how they were integrating in SRM. There was a lot of managed services wrapped around these. Lots of array based replication, customer specific ESX clusters and other such non-Cloud scenarios. There is certainly some great solutions out there and the providers are working hard with what they have.&lt;/li&gt;&lt;/ul&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="https://lh3.googleusercontent.com/-JMygjTtqa0s/TlwJ7urQFbI/AAAAAAAAA10/boFQOL1S-6w/s500/2011%2525202%25253A50%252520PM.jpg" target="_blank" style="margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img src="https://lh3.googleusercontent.com/-JMygjTtqa0s/TlwJ7urQFbI/AAAAAAAAA10/boFQOL1S-6w/s500/2011%2525202%25253A50%252520PM.jpg" id="blogsy-1314654898624.4753" class="clearleft" alt="" width="464" height="380"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;What was my take away from two hours of presentation of SRM and Cloud. Essentially we are not there yet. Yes there are some DR solutions and some providers will even let you use SRM. The true cloud experience DR from your own infrastructure into a VMware based Cloud is there in parts but there is still portions of string and sticky tape holding all together. Actually that is probably not fair, it makes them sound unstable. What we don't have is the simplicity that we have with SRM today. &lt;/p&gt;&lt;p&gt;The question is, how long will it take for VMware and the providers to get there. I suspect 12 months, problem is we are greedy and want it all TODAY!&lt;/p&gt;&lt;p&gt;Rodos&lt;/p&gt;&lt;p&gt;P.S. Slowly getting used to Blogsy on the iPad to write this stuff up. Doing straight content is a lot easier than pulling things in from multiple places. &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/INz66Oq4j1M" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/9119884092863606298/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2011/08/dr-to-cloud-with-srm.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/9119884092863606298?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/9119884092863606298?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/INz66Oq4j1M/dr-to-cloud-with-srm.html" title="DR to the Cloud with SRM" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh4.googleusercontent.com/-3Ei1GcsqGuA/Tlv-lNTc2yI/AAAAAAAAA1o/SxHacqzJZAU/s72-c/2011%2525202%25253A02%252520PM.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2011/08/dr-to-cloud-with-srm.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkcAQnY9fip7ImA9WhdWEk0.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-2336513853240768379</id><published>2011-08-30T06:53:00.001+10:00</published><updated>2011-09-05T15:20:43.866+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-09-05T15:20:43.866+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><category scheme="http://www.blogger.com/atom/ns#" term="VMworld" /><title>vCloud Global Connect</title><content type="html">There were announcements out today about the new VMware Global Connect. &lt;br /&gt;
The &lt;a href="http://www.vmware.com/company/news/releases/vmw-vcloud-vmworld-082911.html"&gt;announcement&lt;/a&gt; and &lt;a href="http://blogs.vmware.com/rethinkit/2011/08/vmworld-vcloud-infrastructure-as-a-service-news-enterprise-cloud-advances.html"&gt;blog&lt;/a&gt; detail out a relationship between a number of the vCloud Data Center providers.&lt;br /&gt;
&lt;blockquote&gt;
VMware and its partners will accelerate the journey to the enterprise hybrid cloud with:&lt;br /&gt;
&lt;br /&gt;
Global Connect – Multiple service providers, multiple geographies; a single global cloud &lt;br /&gt;
First introduced in August 2010, VMware vCloud Datacenter Services are enterprise-class public clouds built on VMware cloud infrastructure, including VMware vSphere®, VMware vShield™ and VMware vCloud Director™. Certified by VMware and offering globally consistent management and security, this network of service providers is expected to span 25 datacenters in 13 countries by the end of 2011. Today VMware and its partners are introducing Global Connect, an optional feature of the vCloud Datacenter service that will allow customers to use cloud services from multiple providers across geographies as if they are a single, virtual cloud.  Bluelock, SingTel and Softbank Telecomare expected to be the first providers to offer Global Connect services.&lt;br /&gt;
&lt;br /&gt;
For multinational customers that require high performance (low-latency), highly available cloud computing local to the countries where they operate, Global Connect will give them an easier way to address compliance with  international regulations for data privacy, locality and confidentiality. Customers will work directly with their local vCloud Datacenter service provider, who orchestrates service delivery internationally with Global Connect, allowing customers to seamlessly leverage services from connected providers with a single contract and “single pane of glass” management across clouds using vCloud Connector.&lt;/blockquote&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://lh6.googleusercontent.com/-i35QowqzBVU/Tlv7k8yHDVI/AAAAAAAAA1g/7IKfCqKVR0E/s500/2011%2525201%25253A49%252520PM.jpg" style="clear: left; margin-bottom: 1em; margin-right: 1em;" target="_blank"&gt;&lt;img alt="" class="" height="377" id="blogsy-1314651134277.4412" src="https://lh6.googleusercontent.com/-i35QowqzBVU/Tlv7k8yHDVI/AAAAAAAAA1g/7IKfCqKVR0E/s500/2011%2525201%25253A49%252520PM.jpg" width="500" /&gt;&lt;/a&gt;&lt;/div&gt;
You can see the reasoning behind this alliance. Amazon has their availability zones, but what if there is not one where you want it, how do VMware complete with this "feature" when it's something that is part of implementation and not the software so to speak. This expansion of the vCloud Data Center program gives customers the ability to access multiple clouds with assurance over comparability and service levels with the simplicity of a single entity.&lt;br /&gt;
&lt;br /&gt;
You can see the service providers extending and becoming part of this.  After all the telcos already do this on roaming and a lot of the organizations already have joint hosting agreements to cover regions where they do not have coverage. This maturity is collaboration can be brought to bear on Cloud services. &lt;br /&gt;
&lt;br /&gt;
I think this is great for customers as well as being a good move by VMware and it's partners.&lt;br /&gt;
&lt;br /&gt;
Rodos&lt;br /&gt;
&lt;br /&gt;
P.S. Disclaimer, I work for a subsidiary of SingTel which is one of the member companies. Personal blog and views of course.&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/wgpeasg62IY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/2336513853240768379/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2011/08/vcloud-global-connect.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/2336513853240768379?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/2336513853240768379?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/wgpeasg62IY/vcloud-global-connect.html" title="vCloud Global Connect" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh6.googleusercontent.com/-i35QowqzBVU/Tlv7k8yHDVI/AAAAAAAAA1g/7IKfCqKVR0E/s72-c/2011%2525201%25253A49%252520PM.jpg" height="72" width="72" /><thr:total>2</thr:total><feedburner:origLink>http://rodos.haywood.org/2011/08/vcloud-global-connect.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0YMR3s5eCp7ImA9WhdXFkk.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-7626304661315110246</id><published>2011-08-30T06:19:00.001+10:00</published><updated>2011-08-30T06:19:46.520+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-30T06:19:46.520+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><category scheme="http://www.blogger.com/atom/ns#" term="VMworld" /><title>Alumni Lounge</title><content type="html">&lt;p&gt;Hanging at the Alumni lounge at VMworld. After five years you would think that my status would be sorted but each year I always seam to have to queue to get the status applied. Not to worry, the registration people are very nice.&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="https://lh4.googleusercontent.com/-Bt7a6QpfgpI/Tlvzq40FQ3I/AAAAAAAAA1Y/CatiYb-tVMQ/s500/2011%2525201%25253A14%252520PM.jpg" target="_blank" style="margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img src="https://lh4.googleusercontent.com/-Bt7a6QpfgpI/Tlvzq40FQ3I/AAAAAAAAA1Y/CatiYb-tVMQ/s500/2011%2525201%25253A14%252520PM.jpg" id="blogsy-1314649160847.465" class="clearleft" alt="" width="500" height="196"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;Cant see any food in here, just some water. I think last year there were some snacks. Their is quiet, power outlets and comfy chairs. A good place to hang to do some blogging before the solutions exchange opens later this afternoon.&lt;/p&gt;&lt;p&gt;Rodos&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/yJtHJ9hB7BU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/7626304661315110246/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2011/08/alumni-lounge.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/7626304661315110246?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/7626304661315110246?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/yJtHJ9hB7BU/alumni-lounge.html" title="Alumni Lounge" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://lh4.googleusercontent.com/-Bt7a6QpfgpI/Tlvzq40FQ3I/AAAAAAAAA1Y/CatiYb-tVMQ/s72-c/2011%2525201%25253A14%252520PM.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://rodos.haywood.org/2011/08/alumni-lounge.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CEIBSHc-eSp7ImA9WhdQFEg.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-3786072778794629309</id><published>2011-08-16T09:28:00.001+10:00</published><updated>2011-08-16T09:55:59.951+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-16T09:55:59.951+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><title>IE9 and VMware vCloud Director</title><content type="html">&lt;p&gt;A quick note as people are starting to use IE9.&lt;/p&gt;&lt;p&gt;Currently vCloud Director (remote console plug-in) does not support IE9, the vCloud Director website should work with the appropriate Flash plugin, but the VMRC (console) is not expected to work.  Support for IE9 is a feature request VMware are looking at for a future release of vCloud Director. Personally I am keen for Safari support too.&lt;/p&gt;&lt;p&gt;You can find the list of supported browser versions on various OS versions starting on page 18 of the &lt;a href="http://www.vmware.com/pdf/vcd_10_install.pdf"&gt;install guide&lt;/a&gt;. Note that the Users Guide for VCD is less helpful as the phrase "At least Internet Explorer 7" which might lead you to think that IE9 works.&lt;/p&gt;&lt;p&gt;Rodos&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/vGIkK-L79jQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/3786072778794629309/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2011/08/ie9-and-vmware-vcloud-director.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/3786072778794629309?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/3786072778794629309?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/vGIkK-L79jQ/ie9-and-vmware-vcloud-director.html" title="IE9 and VMware vCloud Director" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>4</thr:total><feedburner:origLink>http://rodos.haywood.org/2011/08/ie9-and-vmware-vcloud-director.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUYBSHs4cCp7ImA9WhdRGUk.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-7504835179193244547</id><published>2011-08-10T08:51:00.006+10:00</published><updated>2011-08-10T12:25:59.538+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-08-10T12:25:59.538+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="VMware" /><title>Is VMware the new Tall Poppy?</title><content type="html">Here in Australia we have this phrase called "The Tall Poppy Syndrome". It is the "social phenomenon in which people of genuine merit are resented, attacked, cut down, or criticised because their talents or achievements elevate them above or distinguish them from their peers."
&lt;br /&gt;
&lt;br /&gt;Seeing a bit of the fallout of the VMware licensing for v5 I wondered if VMware were the new Microsoft and we felt that they just needed to be brought down a peg or two.
&lt;br /&gt;
&lt;br /&gt;My view is that part of this is due to a cultural change in how Virtualization is used within organizations today. Back in the day VMware was used to remove other costs within a project, it helped drive the ROI. Due to consolidation, which was it's big use case, every dollar you spent on VMware licenses was saving you many other dollars on physical hardware. We would drive every cent out of that physical hardware but the VMware portion looked like good value for money.
&lt;br /&gt;
&lt;br /&gt;In today's world we have moved onto new models. We have seen "virtual first" become standard (certainly in my region) and VMware be a standard base cost for doing IT. At the same time we have seen the base hypervisor become a commodity item. Therefore the hypervisor has become like all the other elements of a solution, people need to squeeze every spare cent out of it, just like their storage, networking and compute hardware. VMware has entered main stream and is being treated accordingly by consumers.
&lt;br /&gt;
&lt;br /&gt;Yet to stay leader of the pack and continue to deliver the eco system of products and tools around the base hypervisor VMware need to recoup their costs and they are going to price accordingly.
&lt;br /&gt;
&lt;br /&gt;My take on the pricing backlash is this is more about VMware being treated just like all the other products and vendors in the stack. The glory days of consolidation savings are over, it's now the new norm. Time to refresh the value prop and get used to the backlash no matter what they do, just like Microsoft.
&lt;br /&gt;
&lt;br /&gt;Rodos 
&lt;br /&gt;
&lt;br /&gt;P.S. First post from my new iPad. Maybe this might get me posting more. &lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/LpQgFyNXhd0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/7504835179193244547/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2011/08/is-vmware-new-tall-poppy.html#comment-form" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/7504835179193244547?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/7504835179193244547?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/LpQgFyNXhd0/is-vmware-new-tall-poppy.html" title="Is VMware the new Tall Poppy?" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>6</thr:total><feedburner:origLink>http://rodos.haywood.org/2011/08/is-vmware-new-tall-poppy.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkQFRn0zeip7ImA9WhZUEEo.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-8360426701369092533</id><published>2011-06-03T09:20:00.004+10:00</published><updated>2011-06-03T14:11:57.382+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-06-03T14:11:57.382+10:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="cloud" /><title>There is some way to go</title><content type="html">A quick little rant on an article I read this morning, "&lt;a href="http://www.itnews.com.au/News/259410,interview-wadeson-opens-up-on-government-it.aspx/0"&gt;Interview: Wadeson opens up on Government IT&lt;/a&gt;". The lead of the article describes who Wadeson is&lt;div&gt;&lt;blockquote&gt;The Australian Government's longest-serving, most influential CIO reveals all on his retirement.&lt;br /&gt;&lt;br /&gt;John Wadeson, one of the longest-serving CIOs in the Australian Government, will retire on September 9 after 40 years of public service.&lt;br /&gt;&lt;br /&gt;The day he started, Bill McMahon was Australia’s Prime Minister. He’ll finish up just after his 61st birthday, and midway through one of the largest IT challenges an Australian Government agency has ever faced.&lt;/blockquote&gt;Given that Wadeson is no light weight so I was really interested to his comments on Cloud. They were brief;&lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;Wadeson has followed with interest discussions on cloud computing in government, but feels it offers little to advance Centrelink – and now Department of Human Services.&lt;br /&gt;&lt;br /&gt;“No one is ready to put customer data offshore,” he noted. “Not yet. It won’t happen in my time.&lt;br /&gt;&lt;br /&gt;“The trouble is that you split our architecture and then nothing connects,” he said.&lt;br /&gt;&lt;br /&gt;“Our staff want it all to work in a whole system that integrates. So there’s not a lot in it, for us.”&lt;/blockquote&gt;Really. They are certainly brief statements and he may have said a lot more and often people can be quoted out of context ... but even so.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Do we still need to live with the perception that utilising Cloud means to "put customer data offshore"? Sure, Australia does not yet have the diversity and scale of Cloud services that exist in other countries but there are services and more are being delivered every month. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Why does Cloud adoption mean you "split ... architecture and then nothing connects"? With the growing capability of hybrid models, storage tiering and other architectures there is no split or loss of connection. How Cloud utilisation results in not having "whole" or "integrated" systems is a wonder. Is the perception that Enterprise Architecture and Cloud are incompatible? &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The only way I can may any sense of this is that the definition of Cloud being referred to is a narrow alignment with specific and standalone SaaS offerings, for example the adoption of Google Mail to replace or augment a departments existing mail systems. But Cloud is so much more than that!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Is this really the depth of innovative thinking that exists within IT leadership in this country? Maybe its a good thing that Mr Wadeson is retiring in September. If Cloud is not going to happen "in my time" at least that time is short!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This speaks to show just how much work there is to do in education, discussion and working through the models and use cases for the ever increasing expanse of what Cloud means and what Cloud can deliver.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Rodos&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:small;"&gt;P.S. The views expressed as usual are my own and my own madness and not related to anything or anyone else.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;UPDATE : Here is a video from ZDNet with John that's interesting to watch.&lt;br /&gt;&lt;br /&gt;&lt;object width="480" height="270"&gt;&lt;param name="movie" value="http://www.zdnet.com.au/videos/embed/22549721/"&gt;&lt;/param&gt;&lt;/param&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.zdnet.com.au/videos/embed/22549721/" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="480" height="270"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/xlpJuBRuBpo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/8360426701369092533/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2011/06/there-is-some-way-to-go.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/8360426701369092533?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/8360426701369092533?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/xlpJuBRuBpo/there-is-some-way-to-go.html" title="There is some way to go" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://rodos.haywood.org/2011/06/there-is-some-way-to-go.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A08CSH4yfSp7ImA9WhZVEUk.&quot;"><id>tag:blogger.com,1999:blog-6291663.post-9006298872746316432</id><published>2011-05-23T20:53:00.005+10:00</published><updated>2011-05-23T21:24:29.095+10:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2011-05-23T21:24:29.095+10:00</app:edited><title>Where it all began, 1994</title><content type="html">Just had to share the crazy stuff I just found.&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Here is the text of a web page I created in 1994 when I was first starting to use this thing called the Internet. Its a scream! &lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Remember when you cared if your serial card had a 16550 uart for less interrupts? The computers at work had 2G disk drives, luxury. Remember having a PPP account to connect to the net? What about when windows did not come with a TCP/IP stack and you had to go and pay for one! What about recommending that people look into this thing called Linux.&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;For those from Australia, that DEC Alpha machine which was connected to the net only via email was set up by none other than Simon Hackett, founder of Internode. &lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Looking back at the site I had all these tips, technical notes and FAQs on the technology that I worked on. Obviously the seed to a future blogging career.&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;How technology has changed (but my spelling has not improved).&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Enjoy this blast from the past. I hope it brings back some memories of your own!&lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;&lt;h1   style="  ;font-family:Times;font-size:medium;"&gt;&lt;center&gt;&lt;span class="Apple-style-span"  style="font-size:x-large;"&gt;My stuff!&lt;/span&gt;&lt;/center&gt;&lt;/h1&gt;&lt;ul style="font-family: Times; font-size: medium; "&gt;&lt;li&gt;Hardware&lt;/li&gt;&lt;li&gt;Internet software&lt;/li&gt;&lt;li&gt;Creating my pages&lt;/li&gt;&lt;li&gt;Providers of PPP connections in Sydney, Australia&lt;/li&gt;&lt;li&gt;Test your browser&lt;/li&gt;&lt;/ul&gt;&lt;p style="font-family: Times; font-size: medium; "&gt;There is a lot of software and hardware that I have come accross, especialy when it comes to surfing the net, so here is bit of a description of what I have and how I use it.&lt;a name="Hardware"&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;&lt;a name="Hardware"&gt;&lt;h2&gt;Hardware&lt;/h2&gt;&lt;/a&gt;At home I am running a 486DX2-66 with 8mb of RAM, an Adaptec SCSI with a 512Mb SCSI drive and a &lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;&lt;a href="http://www.nec.com/"&gt;NEC&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt; &lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;3Xi SCSI CD-ROM drive. For communications I use a QuickComm Spirit II modem that does 14.4K. A while ago I used a serial board with 16550 uarts for extra speed and less interupts but it seams to have died so I am back to the 8250. Still haning around is my old 386SX-16 with 4mb of RAM and a 80mb drive. Its so slow it drives you nuts, especially in windows, however I did run&lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt; &lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;&lt;a href="http://sunsite.unc.edu/mdw/linux.html"&gt;Linux&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt; &lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;(&lt;/span&gt;&lt;span class="Apple-style-span"   style="font-family:Times;font-size:medium;"&gt;&lt;a href="LINUX.AU"&gt;click&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt; &lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;to hear Linus Torvalds prounance it) on it for a few months and was able to get ghostview, a postscript viewer to run under x-windows on it, not bad for such a dud machine, of course I had a 16mb swap partition. If you are interested in unix at home you should give&lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt; &lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;&lt;a href="http://sunsite.unc.edu/mdw/linux.html"&gt;Linux&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt; &lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;a try.&lt;/span&gt;&lt;p style="font-family: Times; font-size: medium; "&gt;In the office I use a variety of machines. There is a &lt;a href="http://www.dec.com/"&gt;DEC&lt;/a&gt; VAX 4000/60 running OpenVMS with 24mb of RAM and about 2.1Gb of disk, the &lt;a href="http://www.dec.com/"&gt;DEC&lt;/a&gt; Alpha running OpenVMS with 80mb of RAM and about 2Gb of disk and a &lt;a href="http://www.hp.com/"&gt;HP&lt;/a&gt; running HP-UX with 64Mb RAM and 1Gb disk space. They all have huge workstation screens which I love to work on and are all networked (TCP/IP). The Alpha is connected to the Internet by mail only.&lt;/p&gt;&lt;p style="font-family: Times; font-size: medium; "&gt;&lt;a name="InternetSoftware"&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;&lt;a name="InternetSoftware"&gt;&lt;h2&gt;Internet software&lt;/h2&gt;&lt;/a&gt;These days I am really into the Word Wide Web (the WEB or W3) and have lots of utilities and software etc to do this. My connection to the net comes from &lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;&lt;a href="http://www.magna.com.au/"&gt;Magnadata&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt; &lt;/span&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;who provide PPP and shell accounts. Its around AUS$40 a month for PPP access. The good thing about their charging is its not time baed but transmission size. Therefore I can stay connected and not worry about how long it takes me to read something or if I am FTPing something from the US I don't care how slow the link is. The monthly charge incluses 20mb and each extra mb isa dollar or something.&lt;/span&gt;&lt;p style="font-family: Times; font-size: medium; "&gt;On my PC I run PC/TCP from &lt;a href="http://www.ftp.com/"&gt;FTP Software Inc.&lt;/a&gt; and use their PPP connection. It loads as a VBX for Windows but I am not sure I have it installed right and think there still might be a TSR floating around somewhere. Its very good and its dialer program which you use to make the serial connection is simple.&lt;/p&gt;&lt;p style="font-family: Times; font-size: medium; "&gt;On top of all TCP/IP I then run lots of client programs, the most important of which is my W3 browser, &lt;a href="" net="" web="" html=""&gt;Virtual Library/CyberWeb of WWW Development&lt;/a&gt;. I create my images by capturing them from other pages or pieces of software with &lt;b&gt;Paint Shop Pro&lt;/b&gt;.&lt;a name="CreateHTLM"&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class="Apple-style-span"   style="  ;font-family:Times;font-size:medium;"&gt;&lt;a name="CreateHTLM"&gt;&lt;h2&gt;Creating my pages&lt;/h2&gt;&lt;/a&gt;Like a lot of people as soon as I started using the W3 I had an urge to create my own documents; after all who can resist the idea of having your ideas accessable by anyone in the world, what a medium! My first page was a simple home page that I placed on my providers server in Hong Kong (where I was living at the time). This linked to another page which had information on my son Samuel with his picture. Once these were created I started to place my URL into the signature of my home page and have done so ever since.&lt;/a&gt;&lt;/span&gt;&lt;p style="font-family: Times; font-size: medium; "&gt;Today I am a little more experienced but few things have changed. All of my pages are created locally on my PC and I use the file: URL to load them, therefore they all load very fast, hense the number of images in my pages. To write them I simply use a text editor SuperPAD that comes as an example with MS Visual C++, it's basically notepad but has an MDI interface. I have tried HoTMetal by&lt;/a&gt;&lt;a href="http://www.sq.com/"&gt;SoftQuad Inc.&lt;/a&gt; and HTML Assistant by Howard Harawiz but find that they really don't make the creation of a page any easier. I just write in the editor and then frequently load it into &lt;a href="" pic=""&gt;Following is the dialog for my conversion program.&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div&gt;Rodos&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/MusingsOfRodos/~4/goe6p27TVtg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://rodos.haywood.org/feeds/9006298872746316432/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://rodos.haywood.org/2011/05/where-it-all-began-1994.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/9006298872746316432?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/6291663/posts/default/9006298872746316432?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/MusingsOfRodos/~3/goe6p27TVtg/where-it-all-began-1994.html" title="Where it all began, 1994" /><author><name>Rodos</name><uri>http://www.blogger.com/profile/04402004276694798884</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="29" height="32" src="http://2.bp.blogspot.com/-l44SiJxKY9E/UNK1f-geUEI/AAAAAAAABWQ/7Yi96RlPKYc/s220/Rodney%2BHaywood%2BCroppedd.jpg" /></author><thr:total>4</thr:total><feedburner:origLink>http://rodos.haywood.org/2011/05/where-it-all-began-1994.html</feedburner:origLink></entry></feed>
