<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>deltalounge &#187; cloud</title>
	<atom:link href="http://www.deltalounge.net/wpress/tag/cloud/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deltalounge.net/wpress</link>
	<description>Service Orientation, Software Development, Oracle, Life Hacking</description>
	<lastBuildDate>Thu, 09 Sep 2010 19:23:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Running SOA Suite on Amazon EC2</title>
		<link>http://www.deltalounge.net/wpress/2010/03/running-soa-suite-on-amazon-ec2/</link>
		<comments>http://www.deltalounge.net/wpress/2010/03/running-soa-suite-on-amazon-ec2/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 20:41:40 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Architecture]]></category>
		<category><![CDATA[BPEL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[Life hack]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[WLS]]></category>
		<category><![CDATA[11g]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Fusion Middleware]]></category>
		<category><![CDATA[WebLogic]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=760</guid>
		<description><![CDATA[One of the things on my To Do list was to move my local SOA Suite 11g R1 to The Cloud. It seemed a good idea to save my laptop some resources (to spare some for JDeveloper) with only a limited investment. Besides that it can be a good way to demo applications, and work [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_767" class="wp-caption alignright" style="width: 310px"><a href="http://www.deltalounge.net/wpress/wp-content/uploads/2010/03/screenshot.115.jpg"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2010/03/screenshot.115-300x222.jpg" alt="SOA Suite on EC2" title="SOA Suite on EC2" width="300" height="222" class="size-medium wp-image-767" /></a><p class="wp-caption-text">SOA Suite on EC2</p></div><br />
One of the things on my To Do list was to move my local SOA Suite 11g R1 to <strong>The Cloud</strong>. It seemed a good idea to save my laptop some resources (to spare some for JDeveloper) with only a limited investment. Besides that it can be a good way to demo applications, and work together with my colleagues on these demos.<br />
<br/><br />
During the last months I noticed that there are several good blogpost on the subject. In this post I&#8217;ll show you the ones I used and provide some additions to them.<br />
<br/></p>
<h3>Setting up Amazon Web Services (EC2 and S3)</h3>
<p>This <a href="http://www.oracle.com/technology/pub/articles/lokitz-cloud.html">arcticle on OTN</a> guided me while signing up for:</p>
<ul>
<li>Amazon <a href="http://aws.amazon.com/">AWS</a></li>
<li>Amazon <a href="http://aws.amazon.com/s3/">S3</a> &#8211; Simple Storage Service</li>
<li>Amazon <a href="http://aws.amazon.com/ec2/">EC2</a> &#8211; Elastic Compute Cloud</li>
</ul>
<p>and to setup <a href="http://www.putty.org/">PuTTY</a>. The only hick-up here was that I&#8217;m using the <a href="http://portableapps.com/">PortableApps</a> version of PuTTY that doesn&#8217;t come with the puttygen &#8211; Key Generator.</p>
<h3>Provisioning a SOA Server on Amazon EC2</h3>
<p>This <a href="http://blogs.oracle.com/SOA/2009/10/soa_suite_on_ec2_-_draft.html">blogpost guided</a> me in the provisioning of the <a href="http://developer.amazonwebservices.com/connect/kbcategory.jspa?categoryID=171">AMI</a> (Amazon Machine Image).</p>
<ul>
<li><strong>AMIs are per region</strong>: The Amazon Machine Instance (AMI) for SOA Suite (id = ami-acb557c5) is only available in the US East (Northern Virginia) Region.</li>
<li>Don&#8217;t bother to setup the Elastic Block Store (EBS) Volume. It is scripted in the latest version of the AMI, as described in step 5 of &#8220;SSH to your image and accept license&#8221;. The EBS Volume is seeded using a snapshot (id = snap-dd980db4) that is provided. This volume will be used to persist your data across sessions and AMI start/stop.</li>
<li>When launching the image (during the Configure Firewall step) set the <a href="http://docs.amazonwebservices.com/AWSEC2/latest/DeveloperGuide/index.html?using-network-security.html">SecurityGroup</a> to accept HTTP traffic on <strong>port 7001</strong> in case you want to use the SOA Suite from outside the Image.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2010/03/running-soa-suite-on-amazon-ec2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
