<?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>The Official Rackspace Blog &#187; Jim Battenberg</title>
	<atom:link href="http://www.rackspace.com/blog/author/jbattenberg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rackspace.com/blog</link>
	<description>The Official Rackspace Blog</description>
	<lastBuildDate>Mon, 20 May 2013 20:30:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>New Cloud Control Panel: A Behind The Scenes Look [Video]</title>
		<link>http://www.rackspace.com/blog/new-cloud-control-panel-a-behind-the-scenes-look-video/</link>
		<comments>http://www.rackspace.com/blog/new-cloud-control-panel-a-behind-the-scenes-look-video/#comments</comments>
		<pubDate>Thu, 09 May 2013 18:15:29 +0000</pubDate>
		<dc:creator>Jim Battenberg</dc:creator>
				<category><![CDATA[Business Tips and Tricks]]></category>
		<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Podcasts, Videos, Webinars]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[cloud control panel]]></category>
		<category><![CDATA[open cloud]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=29559</guid>
		<description><![CDATA[Want to learn more about what the new Rackspace Cloud Control Panel means for you and your business? Check out the recording of this webinar for a behind the scenes look.]]></description>
				<content:encoded><![CDATA[<p>Want to know what <a href="http://www.rackspace.com/blog/cool-features-in-the-new-rackspace-cloud-control-panel/">our new Cloud Control Panel</a> is and what it means for you and your business? Want a behind the scenes look at how we built and designed it? Curious how you can get the most out of our <a href="http://www.rackspace.com/open-cloud/">open cloud</a> products and services that are available through the Cloud Control Panel?</p>
<p>Recently, I moderated a webinar with the team behind the new Cloud Control Panel, and we have the full recording available for you to watch. During the webinar, you’ll learn how we designed the new Cloud Control Panel to give customers a better experience; we’ll walk through using the New Cloud Control Panel; we’ll all geek out on new speeds and feeds; and we’ll tell you what’s in store for the future. You’ll learn fun facts about the Cloud Control Panel and its team members, and be sure to stick around for the last 20 or so minutes for the Q&amp;A – we had approximately 50 questions asked and we go through almost all of them!</p>
<p><i>Tune in and hear Brian Harstock, Product Manager, Cloud Control Panel; Jacob Puckett, Manager, User Experience Design; and Erik Carlin, Director, Product Strategy; and Jim Battenberg, Cloud and Partner Evangelist dig deeper into our new Cloud Control Panel:</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/new-cloud-control-panel-a-behind-the-scenes-look-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eliminate Downtime Due To Data Center Or Cloud Outages: GenieDB For MySQL</title>
		<link>http://www.rackspace.com/blog/eliminate-downtime-due-to-data-center-or-cloud-outages-geniedb-for-mysql/</link>
		<comments>http://www.rackspace.com/blog/eliminate-downtime-due-to-data-center-or-cloud-outages-geniedb-for-mysql/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 15:00:51 +0000</pubDate>
		<dc:creator>Jim Battenberg</dc:creator>
				<category><![CDATA[Business Tips and Tricks]]></category>
		<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Rackspace Partners]]></category>
		<category><![CDATA[rackspace cloud tools]]></category>
		<category><![CDATA[Rackspace Cloud Tools Partners]]></category>
		<category><![CDATA[rackspace partners]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=28478</guid>
		<description><![CDATA[In this guest post, Rackspace Cloud Tools partner GenieDB discusses how to achieve uninterrupted availability for MySQL applications, even in the event of a data center or cloud outage.]]></description>
				<content:encoded><![CDATA[<p><i>This is a guest post written and contributed by<b> Sumeet Sheokand</b>, CTO at GenieDB, a <a href="https://cloudtools.rackspace.com/home">Rackspace Cloud Tools</a> partner. <a href="http://www.geniedb.com/">GenieDB </a>provides a solution that goes beyond the concept of failover and provides uninterrupted 100 percent availability for MySQL applications, even in the event of a data center or cloud outage.</i></p>
<p>The requirements of interactive online applications are dramatically increasing, with users demanding ever-higher levels of availability (up-time). At the same time, data centers and cloud infrastructures are becoming increasingly complex and failure prone. Network connectivity issues and natural disasters all add to the uncertainties surrounding cloud availability.  The only solution able to provide 100 percent availability is distribution of the database across geographically separated data centers (geo-distribution).</p>
<p><b>Limitations of Current Failover Technologies</b></p>
<p>The prevalent availability solutions built around traditional databases such as MySQL have architectures that never contemplated application environments distributed across multiple data centers, regions or clouds. By fundamentally changing the way databases are replicated, synchronized and maintained in a distributed cloud environment, the roadblocks to continuous availability and faster response times can be removed for users anywhere in the world. This design also builds the foundation for next generation applications and unlocks the full potential of distributed cloud environments like Rackspace Cloud.</p>
<p><b>Challenges with Traditional Database Replication</b></p>
<p>Standard MySQL replication is either setup in a master-slave configuration, or in a master-master/ circular replication configuration. Under either configuration, transaction logs are communicated from the master to one or more slaves in a process known as log shipping. Data is thus always out of date on the slaves, a condition referred to as slave lag. The extent of the slave lag depends on the workload, network bandwidth and network latency. In the event there is a failure of a master server (typically not if, but when), MySQL offers the possibility of promoting a slave to become the new master, but this is very painful to do in practice. The cluster has to stop taking any writes while it waits for all existing slaves to catch up and apply the failed master’s logs, effectively <a href="http://dev.mysql.com/doc/refman/5.6/en/replication-solutions-switch.html">quiescing the cluster</a>. Then a new master can be assigned and all clients need to connect to it for writes.</p>
<p>The situation is further complicated if a master server fails leaving different slaves at different bin-log coordinates. Circular replication allows writes at more than one node and thereby introduces a new potential problem: conflicting updates to the same record. The challenges of this conflict resolution have significant implications at both the database and application layers, and the scope of this problem is well documented. A particularly interesting discussion is found in the <a href="http://www.facebook.com/note.php?note_id=%2023844338919">post on the Facebook Engineering Blog</a>. Facebook ultimately redesigned its application and load balancer, creating a custom version of MySQL to overcome these inherent challenges. Additionally, the loss of any single server while using circular replication is highly problematic, as MySQL does not offer a solution for recovery from a single failed node other than manual re-configuration/restart.</p>
<p><b>Beyond Failover: Seamless Multi-Data Center, Multi-Cloud Database Distribution</b></p>
<p><a href="http://www.geniedb.com/">GenieDB</a> has written a <a href="http://www.geniedb.com/beyond-failover">whitepaper</a> specifically focused on multi-region, geo-distribution of MySQL to ensure high availability in the cloud, so that an outage in one geographical area or cloud (for example <a href="http://arstechnica.com/information-technology/2012/10/hurricane-sandy-takes-data-centers-offline-with-flooding-power-outages/">Hurricane Sandy</a>) does not affect application availability. GenieDB solves the conflict resolution challenge utilizing a modified Lamport time-stamping approach that also enables automated healing after a failure or after a period when nodes are disconnected, allowed to receive updates, and then reconnected. You can read more of the whitepaper at <a href="http://www.geniedb.com/beyond-failover">http://www.geniedb.com/beyond-failover</a>.</p>
<p>GenieDB is implemented as a plug-in storage engine, working within existing MySQL installations. Our patent-pending technology enables seamless master-master replication across data centers, providing better response times to users anywhere in the world and 100 percent availability during server, network or cloud failures. GenieDB&#8217;s automated healing algorithms and plug-in architecture dramatically reduces the total cost of ownership for multi-region deployments and lays the critical foundation for next-generation cloud-enabled applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/eliminate-downtime-due-to-data-center-or-cloud-outages-geniedb-for-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rackspace, RightScale Partner For Multi-Cloud management of Application-Centric OpenStack Clouds</title>
		<link>http://www.rackspace.com/blog/rackspace-rightscale-partner-for-multi-cloud-management-of-application-centric-openstack-clouds/</link>
		<comments>http://www.rackspace.com/blog/rackspace-rightscale-partner-for-multi-cloud-management-of-application-centric-openstack-clouds/#comments</comments>
		<pubDate>Thu, 28 Mar 2013 18:00:14 +0000</pubDate>
		<dc:creator>Jim Battenberg</dc:creator>
				<category><![CDATA[Business Tips and Tricks]]></category>
		<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Rackspace Partners]]></category>
		<category><![CDATA[cloud management]]></category>
		<category><![CDATA[rackspace cloud tools marketplace]]></category>
		<category><![CDATA[rackspace partners]]></category>
		<category><![CDATA[rightscale]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=28385</guid>
		<description><![CDATA[Rackspace Cloud Tools partner RightScale added new capabilities to its cloud management platform that enable you to use and manage multiple clouds with ease. including Rackspace Private Cloud and first- and next-generation public clouds.]]></description>
				<content:encoded><![CDATA[<p>We live in a world of multiple clouds: on- and off-premise, public and private, and from various providers. And managing those multiple clouds can be a headache.</p>
<p><a href="https://cloudtools.rackspace.com/home">Rackspace Cloud Tools</a> Marketplace partner <a href="http://www.rightscale.com/">RightScale</a> recently added new capabilities to its cloud management platform that will enable you to use and manage multiple clouds with ease. You can now manage <a href="http://www.rackspace.com/cloud/private/">Rackspace Private Cloud</a> as well as Rackspace first- and next-generation public clouds, including our managed cloud offerings. You can even manage other cloud deployments you may have.</p>
<p>Here are just a few benefits of the Rackspace and RightScale solution:</p>
<p><strong>Multiple Clouds – Single Pane of Glass</strong></p>
<ul>
<li>Uses a single interface for Rackspace Public and Private Cloud, and hybrid environments</li>
</ul>
<p><strong>Auto-Scaling</strong></p>
<ul>
<li>Scale out when you need to. Monitors automatically trigger the creation of additional servers to keep your application running</li>
</ul>
<p><strong>Application Lifecycle Management</strong></p>
<ul>
<li>Provision, configure, monitor, automate, audit and govern</li>
</ul>
<p><strong>Manage with Control</strong></p>
<ul>
<li>Oversee cloud resources with role-based access controls, usage reporting and self-service provisioning. Respond quickly and often automatically with powerful monitoring and auditing</li>
</ul>
<p>The new RightScale functionality now includes support for:</p>
<ul>
<li> All Rackspace regions – Chicago, Dallas and London</li>
<li>First generation, open cloud, managed and core <a href="http://www.rackspace.com/cloud/servers/">Cloud Servers</a></li>
<li><a href="http://www.rackspace.com/cloud/files/">Cloud Files</a></li>
<li><a href="http://www.rackspace.com/cloud/block-storage/">Cloud Block Storage</a></li>
<li>RightImages and MultiCloud Images for CentOS 6.3, Ubuntu 12.04</li>
<li>RightImages and MultiCloud images for Windows 2008 R2</li>
<li>15-plus compatible and tested RightScale ServerTemplates from LAMP All-In-Ones to PostgreSQL Server</li>
</ul>
<p>Check out the <a href="http://www.rackspace.com/knowledge_center/case-study/behance-uses-rackspace-and-rightscale-to-scale-a-thriving-creative-community">case study</a> from one of our joint customers, Behance. “We provision any new Cloud Servers through RightSclale’s central console. It’s very simple, and very effective. We don’t have to spend a whole lot of time or money to experiment with new applications…we are able to keep our team focused on the customer-facing products and features that are our core business,” said <a href="http://www.behance.net/">Behance’s</a> CTO Chris Henry.</p>
<p>To take advantage of the new RightScale features to manage scalable and highly available applications on the Rackspace Open Cloud, <a href="https://www.rightscale.com/s/rackspace.php" target="_blank">sign up for a free trial of RightScale</a>. Check out this solution brief for more information on <a href="http://cloudweb.rackspace.com/wp-content/downloads/2013/03/Rackspace-Right-Scale-Solution-Brief_-071112.pdf">management and automation from RightScale on the Rackspace Cloud</a>.</p>
<p>Also, see RightScale Sales Engineer Ryan Geyer’s post “<a href="http://www.rackspace.com/blog/building-a-rackspace-private-cloud-in-my-garage/">Building A Rackspace Private Cloud … In My Garage</a>” for more insight into how to use RightScale on the Rackspace Private Cloud. We’ll demo how Ryan set up his Rackspace Private Cloud on April 11 during the webinar <b>Build a Better Way of Delivering IT for Increased Choice and Flexibility</b>. <a href="http://bit.ly/XHSHtv">Find out more and register today</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/rackspace-rightscale-partner-for-multi-cloud-management-of-application-centric-openstack-clouds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get Insight Into Your iOS, Android Apps</title>
		<link>http://www.rackspace.com/blog/get-insight-into-your-ios-android-apps/</link>
		<comments>http://www.rackspace.com/blog/get-insight-into-your-ios-android-apps/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 19:30:35 +0000</pubDate>
		<dc:creator>Jim Battenberg</dc:creator>
				<category><![CDATA[Business Tips and Tricks]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Rackspace Partners]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[open cloud]]></category>
		<category><![CDATA[Rackspace Cloud Tools Partners]]></category>
		<category><![CDATA[rackspace partners]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=28037</guid>
		<description><![CDATA[Rackspace Cloud Tools partner New Relic offers real-time performance data for native iOS and Android mobile apps.]]></description>
				<content:encoded><![CDATA[<p><i>This is a guest blog post from Bill Hodak, Director of Product Marketing at </i><a href="http://newrelic.com/"><i>New Relic</i></a><i>, </i><i>a SaaS-based application management provider and a </i><a href="https://cloudtools.rackspace.com/home"><i>Rackspace Cloud Tools</i></a><i> partner.</i><i></i></p>
<p>If you’re a mobile app developer, you know the <a href="http://blog.newrelic.com/?p=12523">challenges of getting your app to market</a>. With over 1.5 million available apps in the Apple App Store and Google Play alone, the competition for user adoption is fierce. The difference between a successful app and one that fails can come down to speed to market, application performance and a high quality user experience.</p>
<p>You need a way to have actionable insight into the performance of your apps. With multiple points of possible failure, whether deep within the application code, in the mobile device itself, or in calls to third party APIs such as Facebook, PayPal and Twitter, you can only guess at the quality of the user experience and the precise location of performance bottlenecks.</p>
<p><a href="http://blog.newrelic.com/?p=12526&amp;preview=true">New Relic for Mobile Apps</a> changes that by providing real-time performance data for your native iOS and Android mobile applications so you have in-depth insight into real users, sessions and finger swipes as they happen.</p>
<p>With New Relic for Native Mobile Apps, you can:</p>
<ul>
<li>Gain visibility into the health of your native mobile apps</li>
<li>Provide faster, more reliable apps to your customers</li>
<li>Constantly monitor the health of services that your app depends on for its success</li>
<li>Get detailed network and web server level error analysis</li>
</ul>
<p>New Relic for Mobile Apps is deeply integrated with New Relic for web and mobile browser applications. It shares the same one-screen view, allowing you to monitor software no matter where it’s running in an app server, browser or mobile device.</p>
<p>For a limited time, you can <a href="http://www.newrelic.com/rackspace">try New Relic for Mobile Apps Enterprise free</a> for 30 days. If you’re already using New Relic for web apps you already have New Relic for Mobile Apps. Just <a href="https://rpm.newrelic.com/login">log in to your New Relic account</a> and click on the new Mobile tab to get started. Once the trial is over, you’ll get New Relic for Mobile Apps Standard, for unlimited apps and users, free through our long-standing partnership. It takes just a few minutes to sign up and deploy the New Relic Mobile SDK into you application. You’ll quickly start seeing data and wonder how you ever got by without it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/get-insight-into-your-ios-android-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Focus On The Apps, Not The Database</title>
		<link>http://www.rackspace.com/blog/focus-on-the-apps-not-the-database/</link>
		<comments>http://www.rackspace.com/blog/focus-on-the-apps-not-the-database/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 19:00:40 +0000</pubDate>
		<dc:creator>Jim Battenberg</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[Rackspace Partners]]></category>
		<category><![CDATA[couchDB]]></category>
		<category><![CDATA[dbaas]]></category>
		<category><![CDATA[rackspace cloud tools marketplace]]></category>
		<category><![CDATA[Rackspace Cloud Tools Partners]]></category>
		<category><![CDATA[rackspace partners]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=27626</guid>
		<description><![CDATA[We’ve partnered with Cloudant to offer customers a database-as-a-service (DBaaS) solution based on CouchDB and served directly from Rackspace’s UK data center.]]></description>
				<content:encoded><![CDATA[<p>Managing a database is hard. It’s a time-consuming process that requires experienced tech specialists to work around-the-clock in order to meet the complex demands of provisioning, monitoring security and delivering creative solutions.</p>
<p>In the UK, there’s a growing need for vast database capabilities that traditional IT models are unable to accommodate. To meet these demands, we’ve partnered with <a href="https://cloudant.com/">Cloudant</a> to offer customers a database-as-a-service (DBaaS) solution based on CouchDB and served directly from Rackspace’s UK data center.</p>
<p>Cloudant’s DBaaS is a managed service that helps developers eliminate the delays, costs and distractions that come with handling databases and their administration.  This local service allows customers to reduce the cost and complexity of managing a database on-site while providing flexible scalability, availability and performance. It also frees developers from the mechanics of data management so they can focus exclusively on creating great applications.</p>
<p>Cloudant joined the <a href="https://cloudtools.rackspace.com/home">Rackspace Cloud Tools</a> program in December 2012, making its NoSQL DBaaS available for web and mobile applications across the <a href="http://www.rackspace.com/open-cloud/">Rackspace Open Cloud</a>. Through our new partnership, Cloudant’s DBaaS is available to customers and developers who want to host some (or all) of their data locally in the UK through the new Rackspace data center in Slough, Buckinghamshire.</p>
<p>The collaboration with Cloudant is significant for Rackspace as it broadens our scope to serve our European customers. It’s also notable because Cloudant offers the world’s first globally distributed DBaaS for loading, storing, analyzing and distributing application data. Developers using the Rackspace Open Cloud can easily select Cloudant as an application data layer that scales up or down on-demand as needed using a simple management interface.</p>
<p>Cloudant’s DBaaS is a win-win partnership for Rackspace that will help us bring world-class solutions to all of our mutual customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/focus-on-the-apps-not-the-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tackling Cloud Economics And Shadow IT</title>
		<link>http://www.rackspace.com/blog/tackling-cloud-economics-and-shadow-it/</link>
		<comments>http://www.rackspace.com/blog/tackling-cloud-economics-and-shadow-it/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 19:00:47 +0000</pubDate>
		<dc:creator>Jim Battenberg</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Rackspace Partners]]></category>
		<category><![CDATA[cloud tools]]></category>
		<category><![CDATA[open cloud]]></category>
		<category><![CDATA[rackspace cloud tools marketplace]]></category>
		<category><![CDATA[rackspace partners]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=27429</guid>
		<description><![CDATA[Rackspace Cloud Tools partner Apptio discusses why businesses must track cloud usage and costs.]]></description>
				<content:encoded><![CDATA[<p><i>This is a guest post written and contributed by Greg Harder, senior product manager at </i><a href="http://www.apptio.com/"><i>Apptio</i></a><i>, a </i><a href="http://www.rackspace.com/cloud/tools/" target="_blank"><i>Rackspace Cloud Tools</i></a> <i>partner. </i><a href="http://www.apptio.com/"><i>Apptio</i></a><i> provides </i><a href="http://www.apptio.com/why-tbm"><i>Technology Business Management</i></a><i> (TBM) solutions for running IT like a business. Specifically, Apptio’s free </i><a href="https://www.cloudexpress.com/"><i>Cloud Express</i></a><i> service allows businesses to track the usage and costs of public cloud services. </i></p>
<p>Enterprise technology leaders face significant pressure to develop new and innovative strategies for cloud adoption, whether it’s private, hybrid or public. These pressures all come with a range of priorities, such as IT agility, collaboration for dispersed teams, cost reduction — the list goes on. However, IT leaders often lack the tools necessary to make data-driven decisions on which products or IT services should remain in-house, and which should be moved to the cloud.</p>
<p>Regardless of the delivery model, varying subscription levels and complex SLAs muddy the waters for determining how much it actually costs the business to run these cloud services. In fact, according to <a href="http://www.gartner.com/id=2307615">recent research from Gartner</a>, “cloud contracts rarely guarantee reduced costs over time and present a range of hidden costs that can lead to adverse pricing variations.”</p>
<p>While IT leaders are spearheading their organization’s cloud strategy, there’s also increasing demand from outside business units for immediate access to the services they depend on. CIOs we have talked to have stated their problem simply: if IT is unable to deliver in a timely manner, the on-demand nature of cloud services makes it easy for individual users to adopt these solutions without the proper approvals of the IT department. These shadow IT implementations often fly under the radar, and, as a result, the ability to track cloud costs and utilization is even more complex. Without clear insights into the cost of cloud services, business leaders are unable to accurately calculate their value to the organization.</p>
<p>While a number of cloud-costing point products exist on the market today, these tools do not provide IT executives the control and level of understanding that they require to effectively communicate value to the business. With <a href="http://www.cloudexpress.com">Cloud Express by Apptio</a>, users can view their Rackspace Cloud costs in an itemized bill format and identify and aggregate spending outside of IT’s approval. They can also perform “what-if” analyses to quantify the economic impact of shifting in and out of the private cloud.</p>
<p>Rackspace has been at the forefront of the cloud computing movement. We’re happy to partner with them to help companies get even more value out of their cloud deployments — customers that count on Rackspace to provide best-in-class public cloud solutions will find that the Apptio integration enhances their ability to track cloud spend and utilization in a scalable, simple manner. This partnership paves the way for more advanced integration between Rackspace and Apptio’s Technology Business Management (TBM) solution, and we looking forward to strengthening our partnership in the months to come.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/tackling-cloud-economics-and-shadow-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access And Share Files Anywhere, From Any Device</title>
		<link>http://www.rackspace.com/blog/access-and-share-files-anywhere-from-any-device/</link>
		<comments>http://www.rackspace.com/blog/access-and-share-files-anywhere-from-any-device/#comments</comments>
		<pubDate>Thu, 14 Feb 2013 19:00:11 +0000</pubDate>
		<dc:creator>Jim Battenberg</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Product Discussion]]></category>
		<category><![CDATA[Rackspace Partners]]></category>
		<category><![CDATA[rackspace cloud tools marketplace]]></category>
		<category><![CDATA[Rackspace Cloud Tools Partners]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=27020</guid>
		<description><![CDATA[It's frustrating when you can't find the files you need. Rackspace Cloud Tools partner TappIn lets you access files on any computer, server or cloud from any device.]]></description>
				<content:encoded><![CDATA[<p><i>This is a guest post written and contributed by Andrew Tull at <a href="http://www.tappin.com/">TappIn</a>, a part of the <a href="https://cloudtools.rackspace.com/home">Rackspace Cloud Tools Marketplace</a>. TappIn by <a href="http://www.globalscape.com/">Globalscape</a> provides instant access to files everywhere to enhance productivity.</i></p>
<p>You’re moments away from a huge presentation and you’re ready to knock it out of the park. You open your tablet. You’re going to wow the audience. But, uh oh, the file you need isn’t there. It’s on your laptop, which is in the car … in your garage at home.</p>
<p>This may be an extreme example, but it just goes to show that when you don’t have access to all the files that you need, it can lead to frustration as well as a drop in productivity. Yes, cloud services can help with this, but even still, you may be lacking some of the necessary technology to truly make a difference.</p>
<p>It’s frustrating when you can’t find the files you need. Maybe they’re stored on your home or office computer. Maybe you may want to access a file from your mobile device but with your current setup that’s not possible.</p>
<p><a href="http://info.tappin.com/rackspace-offer/">TappIn</a> changes that. At TappIn, we have developed a service that allows you to access files stored on any computer, server or cloud. Not only can you access and securely share files, but you can do so from any web browser and from virtually any mobile device, including the Android, iPhone and Windows phones.</p>
<p>Our app allows users to access their existing storage devices in a secure manner with the use of TLS/SSL encryption to safeguard the content.</p>
<p>If you already have the <a href="http://www.rackspace.com/cloud/">Rackspace Cloud</a>, we can help you make the most of it. If you can’t access all the data you need from all the devices you use, you aren’t being as productive as you could be.</p>
<p>“Instant access to your data doesn’t have to be a luxury,” says Bill Buie, our executive vice president of sales and marketing. There’s no substitute for having data in the here and now, which is why we are excited to offer Rackspace customers access to their data quickly and securely.</p>
<p>It doesn’t matter where your data is stored. You can have access to your data no matter where it might be located through the combination of the Rackspace Cloud and the technology in the TappIn app.</p>
<p>As a Rackspace customer, after you download the TappIn app you will receive a 30-day free trial of the TappIn ProEdition. This gives you unlimited access to data and also allows you to manage additional accounts as a group to ensure only certain groups have access to certain folders of data. The ProEdition also gives you unlimited content source connections, including the ability to link in your Salesforce account.</p>
<p>We use the term content source because you can access and share files from your computers and servers, including Windows, Mac and Linux. You can also access network attached storage (NAS) devices, your Salesforce account (with more SaaS apps on the way), an EFT server by Globalscape and your Rackspace cloud account.</p>
<p>After you try out the ProEdition, you can continue using it for $39.99 a year or opt for TappIn’s standard edition for $19.99 a year. Even if you choose the standard edition you receive no in-app banner advertising and the ability to share unlimited photos, stream unlimited music, use with unlimited mobile devices and computers and access any size document or video.</p>
<p>You can download the application from the <a href="https://cloudtools.rackspace.com/apps/719">Cloud Tools Marketplace</a> using your Rackspace Cloud login. For more information regarding TappIn by Globalscape, please visit <a href="http://info.tappin.com/rackspace-offer/">http://info.TappIn.com/rackspace-offer/</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/access-and-share-files-anywhere-from-any-device/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cloud Security Roundup</title>
		<link>http://www.rackspace.com/blog/cloud-security-roundup/</link>
		<comments>http://www.rackspace.com/blog/cloud-security-roundup/#comments</comments>
		<pubDate>Thu, 07 Feb 2013 19:00:16 +0000</pubDate>
		<dc:creator>Jim Battenberg</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[cloud security]]></category>
		<category><![CDATA[cloud security series]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=26795</guid>
		<description><![CDATA[This is the last in a series of posts that drilled deeper into cloud security and some of the key questions it sparks. In this final installment, I provide a summary of the posts that were a part of this series.]]></description>
				<content:encoded><![CDATA[<p><em>This is the last in a </em><a href="http://www.rackspace.com/blog/tag/cloud-security-series/"><i>series of posts that provided a deeper view into cloud security</i></a><em> and some of the key questions it sparks. In the seventh installment, I invited Roy Feintuch, co-founder and CTO at </em><a href="http://www.rackspace.com/blog/cloud-security-create-security-groups-for-your-rackspace-servers/"><i>Dome9 Security to discuss its “security groups” solution in depth</i></a><em>. </em><em>Today, I’ll round up the previous posts in this series.</em></p>
<p>Over the past several weeks, I’ve highlighted some of the key issues and questions surrounding security in the cloud. We’ve touched on everything from partners and compliance to physical security and lines of responsibility shared between the customer and us, their hosting provider. Here is a summary of the posts that were a part of the cloud security blog series.</p>
<p><a href="http://www.rackspace.com/blog/the-many-faces-of-cloud-security/"><b>The Many Faces Of Cloud Security</b></a><br />
Cloud computing inherently introduces a number of questions around security. To many, it’s a new model, and in a shared-tenancy environment certain questions are bound to arise. And as I engage with our customers, it’s clear that cloud security means different things to different people. Essentially, cloud security has many flavors – and they all should be considered when thinking about “security in the cloud.” There are not only concerns around the security of the server and data itself; but network security, account and access controls, compliance and regulations and other questions come into play. Here, I breakdown of some of the levels of security and how Rackspace provides them to our customers.</p>
<p><a href="http://www.rackspace.com/blog/the-customers-role-in-cloud-security/"><b>The Customer’s Role In Cloud Security</b></a><br />
I like to think of cloud security as a team sport: Ultimately, both the cloud provider and the customer have to work together to ensure security best practices are followed and met. Given the role of the customer in the configuration and consumption of their cloud environment, it’s imperative for the cloud provider and cloud customer to both put controls in place to manage the risks that multi-tenant environments can present. Both the cloud provider and cloud customer must accept responsibility for different aspects of the system and both must implement a range of controls in order to properly secure the service. When the team collaborates well, we’ve seen many architectures pass audits and assessments.</p>
<p><a href="http://www.rackspace.com/blog/cloud-security-gets-physical/"><b>Cloud Security Gets Physical</b></a><br />
Cloud computing is virtual. It happens, well, in the cloud. Because of that it’s often easy to forget that somewhere data and information reside on real physical servers in brick-and-mortar locations that need to be secure. At Rackspace, we ensure that our data centers are highly secure, impenetrable fortresses and have put into place a number of measures to protect our cloud customers’ data and sensitive information. We’ve been incessant on this point since we first opened our doors over 12 years ago and we’ve learned a lot along the way. Here are a few of our standard security measures.</p>
<p><a href="http://www.rackspace.com/blog/network-security-in-the-cloud/"><b>Network Security In The Cloud</b></a><br />
In the cloud, traditional network security measures are still applicable – a secure cloud must be supported by a strong network. For added security, we at Rackspace have implemented additional steps to manage the risks posed by web-scale virtualization and to manage the scope of our cloud environments. We can provide you services and guidance to assist with the management of additional risks posed by your operational model.</p>
<p><a href="http://www.rackspace.com/blog/compliance-standards-and-regulations-that-keep-the-cloud-secure/"><b>Compliance Standards And Regulations That Keep The Cloud Secure</b></a><br />
To ensure that your data is secure in our data centers and our cloud, Rackspace must adhere to certain compliance standards and regulations. These standards ensure that you can trust us with your data and that our security practices are up to snuff. There are a host of security compliance standards and regulations out there. This is a primer on some of the ones to which Rackspace adheres.</p>
<p><a href="http://www.rackspace.com/blog/cloud-security-dont-go-it-alone/"><b>Cloud Security: Don’t Go It Alone</b></a><br />
Cloud security isn’t a sprint – it’s a marathon. It can also be thought of as a relay: strong cloud security comprises products and services from various players. At Rackspace, we offer numerous cloud security options, but we also rely on partners to further fortify your cloud environments. Through our <a href="https://cloudtools.rackspace.com/home">Cloud Tools Marketplace</a>, we offer you access to some best-in-class tools to tighten cloud security. Here, I offer a glimpse at some of them.</p>
<p><a href="http://www.rackspace.com/blog/cloud-security-create-security-groups-for-your-rackspace-servers/"><b>Cloud Security: Create Security Groups For Your Rackspace Servers</b></a><br />
This is a guest post written and contributed by Roy Feintuch, Co-founder and CTO at Dome9 Security, a Rackspace Cloud Tools partner. Dome9 Security automates server firewall management to provide secure, on-demand access and make your Rackspace servers virtually invisible to hackers.</p>
<p><i>That’s it for this week. I hope you found it informative. Bookmark </i><a href="http://www.rackspace.com/security/"><i>this page</i></a><i> or follow me </i><a href="https://twitter.com/jimbattenberg"><i>@jimbattenberg</i></a><i> to keep up with security and other cloud developments at Rackspace.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/cloud-security-roundup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cloud Security: Create Security Groups For Your Rackspace Servers</title>
		<link>http://www.rackspace.com/blog/cloud-security-create-security-groups-for-your-rackspace-servers/</link>
		<comments>http://www.rackspace.com/blog/cloud-security-create-security-groups-for-your-rackspace-servers/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 19:00:30 +0000</pubDate>
		<dc:creator>Jim Battenberg</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[cloud security]]></category>
		<category><![CDATA[cloud security series]]></category>
		<category><![CDATA[dome9]]></category>
		<category><![CDATA[rackspace cloud tools]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=26516</guid>
		<description><![CDATA[This is the seventh in a series of posts that will drill deeper into cloud security and some of the key questions it sparks. In this installment, I've invited Roy Feintuch, Co-founder and CTO at Dome9 Security, to discuss their solution in more depth.]]></description>
				<content:encoded><![CDATA[<p><em>This is the seventh in a <a href="http://www.rackspace.com/blog/tag/cloud-security-series/">series of posts that will drill deeper into cloud security</a> and some of the key questions it sparks. In the sixth installment, <a href="http://www.rackspace.com/blog/cloud-security-dont-go-it-alone/">I highlighted a few of our Cloud Tools Marketplace partners</a> that specialize in cloud security. Today, I&#8217;ve invited Roy Feintuch, Co-founder and CTO at Dome9 Security, to discuss their solution in more depth.</em></p>
<p><strong><em>This is a guest post written and contributed by Roy Feintuch, Co-founder and CTO at <a href="http://www.dome9.com/">Dome9 Security</a>, a <a href="http://www.rackspace.com/cloud/tools/" target="_blank">Rackspace Cloud Tools </a>partner. Dome9 Security automates server firewall management to provide secure, on-demand access and make your Rackspace servers virtually invisible to hackers.</em></strong></p>
<p>You have loads of really powerful Rackspace servers – maybe a mix of dedicated and cloud machines with a variety of operating systems, and each has its own built-in firewall that needs to constantly be tweaked and tuned. What do you do?</p>
<p>Do you manually configure each server’s firewall one by one? That’s tedious and complex, especially if you’re adding lots of rules into iptables via CLI and spending a great amount of time scripting your policies.</p>
<p>Wouldn’t it be nice if you could create powerful security groups for your Rackspace servers and consolidate policy management with an easy-to-use front-end GUI? And wouldn’t it be nice if you didn’t have to leave ports like SSH and RDP open and exposed to brute force attacks and exploits?</p>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/dome9-graphic1.png" width="559" height="277" /></p>
<p>Well, let me introduce you to Dome9 – a cloud firewall automation service.</p>
<p>Dome9 lets you create security groups for all of your Rackspace servers and configure access for specific users and services. You can centralize firewall policies for all your web servers into one security group, for example, and all of your databases into another. Then you just have to update two security groups from time to time, instead of each individual server manually.</p>
<p>In addition to grouping security rules, you can also group user access. You can quickly give your web developers access to the web servers security group, for example, and your DBAs access to the database servers group with just a few clicks – no command line or repetitious rules.</p>
<p>To set up security groups for Rackspace servers, simply:</p>
<ol>
<li>Create a Dome9 account at <a href="https://cloudtools.rackspace.com/apps/485?2134865784">https://cloudtools.rackspace.com/apps/485?2134865784</a></li>
<li>Install our lightweight <a href="http://www.dome9.com/overview/dome9-agent">Dome9 Agent</a> on your Rackspace servers (Windows or Linux; dedicated or cloud)</li>
<li>Create a <a href="http://www.dome9.com/security-groups">Dome9 Security Group</a> in Dome9 Central and create your rules</li>
<li>Join your Rackspace servers to the new security group</li>
</ol>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/dome9-graphic2.png" width="559" height="515" /></p>
<p>Once your Rackspace servers are joined to your security groups, they automatically inherit their group’s policy. Make a change to your security group policy (e.g., open MySQL on 3306), and the policy immediately propagates to all of the servers joined to that group.</p>
<p align="center"><i>“We use Dome9 security groups to manage and secure our servers on the Rackspace Cloud”<br />
– Scott Donald, Co-founder and CTO of <a href="http://nodespot.com/">NodeSpot</a>, a website and server monitoring service</i></p>
<p>You can create an unlimited number of security groups across operating systems and machine types (e.g., dedicated and cloud), and you can develop re-usable policy objects like IP whitelists (e.g., a set of trusted office IPs) that can be used in any of your security groups. You can even create blacklists that take effect across your entire cloud.</p>
<p>Security groups make it easy to consolidate policy management for your entire Rackspace infrastructure. They let you create powerful controls for security, access and compliance, and, frankly, they make your life a lot easier!</p>
<p>What’s more? When you use security groups, you also get access to loads of other powerful tools like <a href="http://www.dome9.com/overview/secure-access-leasing">secure access leasing</a>, <a href="http://www.dome9.com/overview/security-auditing">compliance auditing</a> and <a href="http://www.dome9.com/overview/security-alerts-and-notifications">real-time alerts and notifications</a>.</p>
<p>To learn more, check out <a href="https://cloudtools.rackspace.com/apps/485?1599679753">Dome9 in the Rackspace Cloud Tools Marketplace</a>, and try our service free for 30-days and start creating security groups for your Rackspace servers.</p>
<p style="text-align: center;"><img class="aligncenter" alt="" src="http://ddf912383141a8d7bbe4-e053e711fc85de3290f121ef0f0e3a1f.r87.cf1.rackcdn.com/dome9-logo.png" width="559" height="140" /></p>
<p><i>Thank you, Roy. That’s it for this week. I hope you found it informative. Bookmark </i><a href="http://www.rackspace.com/security/"><i>this page</i></a><i> or follow me <a href="https://twitter.com/jimbattenberg">@jimbattenberg</a> to keep up with security and other cloud developments at Rackspace.</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/cloud-security-create-security-groups-for-your-rackspace-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Security: Don’t Go It Alone</title>
		<link>http://www.rackspace.com/blog/cloud-security-dont-go-it-alone/</link>
		<comments>http://www.rackspace.com/blog/cloud-security-dont-go-it-alone/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 19:00:08 +0000</pubDate>
		<dc:creator>Jim Battenberg</dc:creator>
				<category><![CDATA[Cloud Industry Topics]]></category>
		<category><![CDATA[Open Cloud]]></category>
		<category><![CDATA[Rackspace Partners]]></category>
		<category><![CDATA[Thought Leadership]]></category>
		<category><![CDATA[cloud security]]></category>
		<category><![CDATA[cloud security series]]></category>
		<category><![CDATA[rackspace cloud tools marketplace]]></category>
		<category><![CDATA[Rackspace Cloud Tools Partners]]></category>

		<guid isPermaLink="false">http://www.rackspace.com/blog/?p=26339</guid>
		<description><![CDATA[This is the sixth in a series of posts that will drill deeper into cloud security and some of the key questions it sparks. In this installment, I highlight some of Rackspace's Cloud Tools partners that focus on cloud security..]]></description>
				<content:encoded><![CDATA[<p><em>This is the sixth in a </em><a href="http://www.rackspace.com/blog/tag/cloud-security-series/"><em>series of posts that will drill deeper into cloud security</em></a><em> and some of the key questions it sparks. In the fifth installment, I highlighted some</em><a href="http://www.rackspace.com/blog/compliance-standards-and-regulations-that-keep-the-cloud-secure/"><i>compliance standards and regulations that keep the cloud secure</i></a><em>. In this sixth installment, I will showcase some of our Rackspace Cloud Tools partners that focus on security in the cloud.</em></p>
<p>Cloud security isn’t a sprint – it’s a marathon. It can also be thought of as a relay: strong cloud security comprises products and services from various players. At Rackspace, we offer numerous cloud security options, but we also rely on partners to further fortify your cloud environments.</p>
<p>Through our <a href="https://cloudtools.rackspace.com/home">Cloud Tools Marketplace</a>, we offer you access to some best-in-class tools to tighten cloud security. Here, I’ll offer a glimpse at some of them (the full line-up of security partners in our Cloud Tools Program is <a href="https://cloudtools.rackspace.com/home#!category/41">here</a>).</p>
<h2><b>CloudPassage</b></h2>
<p>With its Halo offering, <a href="https://cloudtools.rackspace.com/apps/519?2052928478">CloudPassage</a> offers a robust cloud server security platform. Halo focuses on security at the server level and comes equipped with all of the security functions necessary to safely deploy servers in public and hybrid clouds. CloudPassage delivers dynamic firewall automation, multi-factor authentication, event logging and monitoring, RESTful API access and more to ensure your cloud servers are secure.</p>
<p>Check out an overview of CloudPassage Halo here:</p>
<p><iframe src="http://player.vimeo.com/video/48545674" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<h2><b>Dome9 Security</b></h2>
<p><a href="https://cloudtools.rackspace.com/apps/485?1032554214">Dome9 Security</a> offers automated and centralized firewall management to secure cloud servers. With secure, on-demand access, Dome9 vows to make your cloud servers virtually invisible to hackers. Dome9 locks down the cloud with a multi-prong approach to security that includes secure remote access to all servers; centralized cloud security management; secure access leasing; account activity auditing; automated policy administration; zero-day security for vulnerabilities; and more.</p>
<p>Learn more about Dome9 security in this video:</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/y2iILYInTjY?feature=oembed&#038;wmode=opaque" frameborder="0" allowfullscreen></iframe></p>
<h2><b>Gazzang</b></h2>
<p>Got big data security issues? <a href="https://cloudtools.rackspace.com/apps/295?584059036">Gazzang</a> wants to help you solve them. Gazzang’s zNcrypt offers multi-factor data encryption and operational diagnostics solutions for the cloud and big data that help enterprises protect sensitive data and maintain performance in cloud environments. Gazzang provides easy, cross platform encryption and access controls while offering you assistance in enabling regulatory compliance.</p>
<p>Get a brief introduction to Gazzang zNcrypt here:</p>
<p><iframe width="500" height="281" src="http://www.youtube.com/embed/Oqogp-_ZJhQ?feature=oembed&#038;wmode=opaque" frameborder="0" allowfullscreen></iframe></p>
<h2><b>StillSecure</b></h2>
<p>With its Cloud SMS (Cloud Security Monitoring Service) tool, <a href="https://cloudtools.rackspace.com/apps/477?1875889402">StillSecure</a> delivers a cloud instance-based security offering for cloud, hybrid and dedicated environments. Cloud SMS can quickly and easily secure cloud environments – no security experience required. Cloud SMS offers simple firewall control, single-policy management, IPv4 and IPv6 support, auditable configuration management and more.</p>
<p>Take a tour of Cloud SMS from StillSecure here:</p>
<p><iframe width="500" height="375" src="http://www.youtube.com/embed/3RPcGiGglSw?feature=oembed&#038;wmode=opaque" frameborder="0" allowfullscreen></iframe></p>
<p>If your company offers cloud-based security solutions and would like to learn more about becoming a Rackspace Cloud Tools partner, click <a href="https://cloudtools.rackspace.com/landing">here</a>.</p>
<p><em>That’s it for this week. I hope you found it informative. Bookmark </em><a href="http://www.rackspace.com/security/"><i>this page</i></a><em> or follow me </em><em><a href="https://twitter.com/jimbattenberg"><i>@jimbattenberg</i></a> to keep up with security and other cloud developments at Rackspace.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rackspace.com/blog/cloud-security-dont-go-it-alone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Content Delivery Network via Rackspace Cloud Files: c3414940.r40.cf0.rackcdn.com

 Served from: www.rackspace.com @ 2013-05-21 01:04:00 by W3 Total Cache -->