<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>The Official Scalr blog</title>
	
	<link>http://blog.scalr.net</link>
	<description>software to auto-scale the world's websites</description>
	<lastBuildDate>Wed, 01 Feb 2012 22:26:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/scalr/qmzj" /><feedburner:info uri="scalr/qmzj" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Create copies of your setups with farm cloning</title>
		<link>http://feedproxy.google.com/~r/scalr/qmzj/~3/ZIWgMPnoTAU/</link>
		<comments>http://blog.scalr.net/announcements/create-copies-of-your-setups-with-farm-cloning/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 22:04:58 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.scalr.net/?p=922</guid>
		<description><![CDATA[TweetWhat’s that? You want *another* new feature? OK! Scalr now allows you to clone your farms with the same roles and settings. This is one of my favorite features because it’s a great example of the operational agility that Scalr affords you. You know how object-oriented programming allowed us to avoid repeating ourselves in our [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton922" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fcreate-copies-of-your-setups-with-farm-cloning%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwt%26utm_campaign%3Dcreate-copies-of-your-setups-with-farm-cloning&amp;via=scalr&amp;text=Create%20copies%20of%20your%20setups%20with%20farm%20cloning&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fcreate-copies-of-your-setups-with-farm-cloning%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.scalr.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>What’s that? You want *another* new feature? OK!</p>
<p>Scalr now allows you to clone your farms with the same roles and settings. This is one of my favorite features because it’s a great example of the operational agility that Scalr affords you.</p>
<p>You know how object-oriented programming allowed us to avoid repeating ourselves in our code (aka DRY, or Don’t Repeat Yourself)? In the same vein, this object-oriented model can also be applied to sets of machines, or clusters—known as server farms in Scalr. Define a model, or blueprint, for some infrastructure, and you can instantiate it into real infrastructure to run your application. And then you can use that same model to deploy your application in China, Italy, or the Great Nation of Kazakhstan, which allows you to avoid repeating yourself.</p>
<p>The model can even be applied to software configuration (i.e. what’s on the machine? WordPress? <a href="http://blog.scalr.net/announcements/rds-for-postgres/">Postgres</a>? <a href="http://blog.scalr.net/announcements/redis-redux/">Redis</a>?) as well as the passwords, endpoints, and security configuration of each. Software like Chef and Puppet fill this role and allow you to do this through code.</p>
<p>Following this model, you can now clone your farms to create a copy. Here’s how:</p>
<p>On the Farm View page, select Options &gt; Clone. This will create a copy of your Scalr configuration (note: no data is cloned yet), including all scaling settings, scripting settings, etc. In addition, new EBS volumes, ELB, and Elastic IPs will turn up as if you had just created a new farm.</p>
<div id="attachment_927" class="wp-caption aligncenter" style="width: 190px"><img src="http://blog.scalr.net/wp-content/uploads/2012/02/clone.png" alt="" title="clone" width="180" height="268" class="size-full wp-image-927" /><p class="wp-caption-text">From your farm&#039;s options, select &#039;Clone&#039;</p></div>
<p>What’s next? You tell us! One thing that might be useful is cloning the farm’s data too, by creating snapshots of the volumes used in the origin farm. Although you can’t do this from Amazon to Rackspace (because the images are incompatible), it might still be useful to do this between regions of a cloud.</p>
<p>This is a first step towards FarmTemplates: farms that you can create, clone, and share with others, for WordPress, Drupal, and other popular software.</p>
<p><strong>Let’s look at three immediate use cases:</strong><br />
1. <em>You can test new features or a new upgrade before going live.</em><br />
Want to test the effect of MySQL 5.6 instead of 5.1? Create a clone in your dev environment, modify the clone to update MySQL to 5.6, and test it. If it works, you’re safe to repeat on your production environment. If not, you can solve the problem without taking the site down—or better yet, without your manager yelling at you.<br />
2. <em>Create backup with some fancy copy-paste.</em><br />
Deploy your farm clone to another datacenter, so that if the first goes down you can still operate.<br />
3. <em>Create copies for your clients</em><br />
If you repeatedly create farms for your clients, internal development groups, or more, then you can create a master farm and clone it instead of repeating yourself.</p>
<p>We think the new cloning feature will find a special place in your heart, especially because it’ll help you save time (and your ass). You’ll never have to repeat yourself again! Yourself again!</p>
<img src="http://feeds.feedburner.com/~r/scalr/qmzj/~4/ZIWgMPnoTAU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scalr.net/announcements/create-copies-of-your-setups-with-farm-cloning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.scalr.net/announcements/create-copies-of-your-setups-with-farm-cloning/</feedburner:origLink></item>
		<item>
		<title>A humongous announcement!</title>
		<link>http://feedproxy.google.com/~r/scalr/qmzj/~3/RX1axhuUkHM/</link>
		<comments>http://blog.scalr.net/announcements/a-humongous-announcement/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 01:41:29 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.scalr.net/?p=904</guid>
		<description><![CDATA[TweetWe are delighted to announce public support for MongoDB in true Scalr fashion: self-managed, automatically scaled, and easily configurable. Mongo takes its name from the adjective “humongous,” and it’s a NoSQL database designed for scalability and developer agility. Big names like foursquare, Intuit, and Shutterfly (among others) all use Mongo. Up until now, our users [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton904" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fa-humongous-announcement%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwt%26utm_campaign%3Da-humongous-announcement&amp;via=scalr&amp;text=A%20humongous%20announcement%21&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fa-humongous-announcement%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.scalr.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>We are delighted to announce public support for MongoDB in true Scalr fashion: self-managed, automatically scaled, and easily configurable.</p>
<p>Mongo takes its name from the adjective “humongous,” and it’s a NoSQL database designed for scalability and developer agility. Big names like foursquare, Intuit, and Shutterfly (among others) all use Mongo.</p>
<p>Up until now, our users had to create their own Mongo roles, scale them manually, and write their own scripts to manage clusters of Mongo instances. You had to dig into the Mongo docs to figure out whether to add a replica set or a new shard, dig deeper to find out how to do so, and even deeper to find out the best way of doing it. And that doesn’t even cover the complexity of scaling down.</p>
<div id="attachment_908" class="wp-caption aligncenter" style="width: 129px"><img class=" wp-image-908 " title="mongo-status" src="http://blog.scalr.net/wp-content/uploads/2012/01/mongo-status.png" alt="" width="119" height="225" /><p class="wp-caption-text">Check mongo status from your farm&#39;s options</p></div>
<p>Scalr feels your pain, and that’s why we’re rolling out this new automated role for Mongo. Need more write capacity? Click to add a new shard. Need more read capacity? Click to add a new replica set. Want a backup? Click to create a data bundle. Backups, replication, and configuration are all managed for you.</p>
<div id="attachment_907" class="wp-caption aligncenter" style="width: 432px"><img class=" wp-image-907 " title="mongo-status-details" src="http://blog.scalr.net/wp-content/uploads/2012/01/mongo-status-details.png" alt="" width="422" height="453" /><p class="wp-caption-text">Add shards and replica sets with ease!</p></div>
<p>While you’re playing around with Mongo, we’d love to hear feedback from our users. Email us at <a href="mailto:suggestions@scalr.com">suggestions@scalr.com</a> to let us know how the process works for you. In the meantime, we’re working on adding configuration presets for it.</p>
<p>Ready to get this party sharded? Start by creating a new farm at <a href="https://my.scalr.net/#/farms/build">https://my.scalr.net/#/farms/build</a> and adding Mongo found under the database category.</p>
<img src="http://feeds.feedburner.com/~r/scalr/qmzj/~4/RX1axhuUkHM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scalr.net/announcements/a-humongous-announcement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.scalr.net/announcements/a-humongous-announcement/</feedburner:origLink></item>
		<item>
		<title>Scalr now officially PCI compliant</title>
		<link>http://feedproxy.google.com/~r/scalr/qmzj/~3/Qd9-lsQUo_s/</link>
		<comments>http://blog.scalr.net/announcements/scalr-now-officially-pci-compliant/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 22:17:42 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.scalr.net/?p=901</guid>
		<description><![CDATA[TweetWhip out yer plastic—Scalr can now accept credit card payments. After an arduous, tedious, and laborious process, Scalr beat the first PCI DSS boss and leveled up to a level 1 PCI compliant company. Next up: saving the princess.]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton901" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fscalr-now-officially-pci-compliant%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwt%26utm_campaign%3Dscalr-now-officially-pci-compliant&amp;via=scalr&amp;text=Scalr%20now%20officially%20PCI%20compliant&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fscalr-now-officially-pci-compliant%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.scalr.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Whip out yer plastic—Scalr can now accept credit card payments.</p>
<p>After an arduous, tedious, and laborious process, Scalr beat the first PCI DSS boss and leveled up to a level 1 PCI compliant company. Next up: saving the princess.</p>
<img src="http://feeds.feedburner.com/~r/scalr/qmzj/~4/Qd9-lsQUo_s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scalr.net/announcements/scalr-now-officially-pci-compliant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.scalr.net/announcements/scalr-now-officially-pci-compliant/</feedburner:origLink></item>
		<item>
		<title>Easier (database) endpoints</title>
		<link>http://feedproxy.google.com/~r/scalr/qmzj/~3/OonYH41fZEg/</link>
		<comments>http://blog.scalr.net/announcements/easier-database-endpoints/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 19:02:32 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.scalr.net/?p=882</guid>
		<description><![CDATA[TweetWe’re making changes to the way we manage domains for you. File this one under www.awesome.com (keyword: “just for you”). First, we simplified endpoint formats. Endpoints, for MySQL, are the hostnames to which you connect your application. The database endpoint is usually the most important. Here are a few examples of the new format. int.master.mysql.farm-hash.scalr-dns.net [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton882" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Feasier-database-endpoints%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwt%26utm_campaign%3Deasier-database-endpoints&amp;via=scalr&amp;text=Easier%20%28database%29%20endpoints&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Feasier-database-endpoints%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.scalr.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>We’re making changes to the way we manage domains for you. File this one under <a href="http://www.scalr.net/">www.awesome.com</a> (keyword: “just for you”).</p>
<p>First, we simplified endpoint formats. Endpoints, for MySQL, are the hostnames to which you connect your application. The database endpoint is usually the most important. Here are a few examples of the new format.</p>
<ul>
<li><a href="http://int.master.mysql.server-index.farm-id.scalr-dns.net/">int.master.mysql.farm-hash.scalr-dns.net</a></li>
<li><a href="http://int.slave.redis.server-index.farm-id.scalr-dns.net/">int.slave.redis.farm-hash.scalr-dns.net</a></li>
<li><a href="http://ext.master.postgresql.farm-hash.scalr-dns.net/">ext.master.postgresql.farm-hash.scalr-dns.net</a></li>
<li><a href="http://ext.server-index.farm-role-id.farm-hash.scalr-dns.net/">ext.server-index.farm-role-id.farm-hash.scalr-dns.net</a></li>
</ul>
<p>The format breaks down like so:</p>
<ul>
<li>int|ext determines if the associated ip address is externally available (to the public internet) or not</li>
<li>master|slave determines whether the endpoint links to either the single master server or one of the many slave servers. If you leave it out, the endpoint will be both.</li>
<li>mysql|redis|postgresql [optional] determines the role if a database</li>
<li>farm-role-id [optional] determines the role if not one of the above</li>
<li>server-index [optional] points to the server’s index in the farm. For example [3] for the 4th instance launched of that role, in that farm.</li>
<li>farm-hash determines the farm</li>
<li>and <a href="http://scalr-dns.net/">scalr-dns.net</a> is our new domain to handle / offer this service.</li>
</ul>
<p>We also changed the average TTL, or time-to-live. This is the amount of time a computer caches DNS records before requesting them again. We noticed that TTLs of 90 seconds were often a little too long (many of our users reduce them to 60 seconds or even 30 seconds). Therefore, we reduced the average TTL to 20 seconds.</p>
<p>We’re also able to update records faster. Instead of waiting for our scheduled job to run (which it does every minute), the records under this new system are updated as soon as your infrastructure changes. This removes the lag during which the endpoints point to the wrong address.</p>
<p>To start using the new system, you can find the endpoints by clicking on Extended information under Options for any farm.</p>
<div id="attachment_885" class="wp-caption aligncenter" style="width: 233px"><img class="size-full wp-image-885" title="Extended information" src="http://blog.scalr.net/wp-content/uploads/2012/01/extended.png" alt="" width="223" height="249" /><p class="wp-caption-text">You can find more information about a server or farm here</p></div>
<p>You’ll find something like:</p>
<div id="attachment_890" class="wp-caption aligncenter" style="width: 481px"><img class="size-full wp-image-890" title="DNS endpoints" src="http://blog.scalr.net/wp-content/uploads/2012/01/endpoints1.png" alt="" width="471" height="462" /><p class="wp-caption-text">Connect your app to your db with these endpoints</p></div>
<p>We hope you enjoy!</p>
<img src="http://feeds.feedburner.com/~r/scalr/qmzj/~4/OonYH41fZEg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scalr.net/announcements/easier-database-endpoints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.scalr.net/announcements/easier-database-endpoints/</feedburner:origLink></item>
		<item>
		<title>Server usage statistics</title>
		<link>http://feedproxy.google.com/~r/scalr/qmzj/~3/1E2m_IJ69go/</link>
		<comments>http://blog.scalr.net/announcements/server-usage-statistics/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 03:27:37 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.scalr.net/?p=871</guid>
		<description><![CDATA[TweetEver wondered how much a particular farm of yours costs? Amazon might bill you $4,720 for the month, but how much of that came from bobs_farm versus pats_farm? This is especially important if you manage your client’s farms and need to bill them (and apply a markup!). Scalr makes it all possible. Starting today, you [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton871" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fserver-usage-statistics%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwt%26utm_campaign%3Dserver-usage-statistics&amp;via=scalr&amp;text=Server%20usage%20statistics&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fserver-usage-statistics%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.scalr.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Ever wondered how much a particular farm of yours costs? Amazon might bill you $4,720 for the month, but how much of that came from bobs_farm versus pats_farm? This is especially important if you manage your client’s farms and need to bill them (and apply a markup!).</p>
<p>Scalr makes it all possible. Starting today, you can find “Usage statistics” under Options for any farm:</p>
<div id="attachment_874" class="wp-caption aligncenter" style="width: 178px"><img class="size-full wp-image-874" title="Usage statistics" src="http://blog.scalr.net/wp-content/uploads/2012/01/Usage-statistics.png" alt="" width="168" height="244" /><p class="wp-caption-text">Usage statistics can be found under options for each farm</p></div>
<p>This will take you to the following view:</p>
<div id="attachment_873" class="wp-caption aligncenter" style="width: 496px"><img class="size-full wp-image-873" title="Usage stats" src="http://blog.scalr.net/wp-content/uploads/2012/01/usage-stats.png" alt="" width="486" height="157" /><p class="wp-caption-text">See application and farm costs from this interface</p></div>
<p>If you can’t possibly wait to unwrap this package, <a href="https://my.scalr.net/#/statistics/serversusage">check out the view here</a>. Purdy, ain’t it?</p>
<p>This new page also allows you to track the farm’s expenditures over time, so you can see how well your infrastructure scales with your business.</p>
<p>And before you ask—yes, you can download this into Excel or any other spreadsheet. The export is done as a CSV file and can be found to the right of the grid:</p>
<p>&nbsp;</p>
<div id="attachment_872" class="wp-caption aligncenter" style="width: 174px"><img class="size-full wp-image-872" title="Download as CSV" src="http://blog.scalr.net/wp-content/uploads/2012/01/download.png" alt="" width="164" height="70" /><p class="wp-caption-text">Click here to download the stats as a csv file</p></div>
<p>We’re taking in requests—like API access, we know—to make this more useful to you. If you have other suggestions, shoot us an email at <a href="mailto:suggestions@scalr.com">suggestions@scalr.com</a>.</p>
<img src="http://feeds.feedburner.com/~r/scalr/qmzj/~4/1E2m_IJ69go" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scalr.net/announcements/server-usage-statistics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.scalr.net/announcements/server-usage-statistics/</feedburner:origLink></item>
		<item>
		<title>Cron Jobs 2.0</title>
		<link>http://feedproxy.google.com/~r/scalr/qmzj/~3/w-vbplUmreg/</link>
		<comments>http://blog.scalr.net/announcements/cron-jobs-2-0/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 01:54:15 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.scalr.net/?p=862</guid>
		<description><![CDATA[TweetWe heard you wanted a pony for your birthday, so we got you the next best thing: a new and improved scheduler. Trust us on this one. We introduced the original scheduler some time ago to make it more convenient to run cron jobs reliably across a cluster and to avoid the problematic oh-but-the-machine-that-was-supposed-to run-the-cron-job-crashed [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton862" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fcron-jobs-2-0%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwt%26utm_campaign%3Dcron-jobs-2-0&amp;via=scalr&amp;text=Cron%20Jobs%202.0&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fcron-jobs-2-0%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.scalr.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>We heard you wanted a pony for your birthday, so we got you the next best thing: <a href="https://my.scalr.net/#/schedulertasks/view">a new and improved scheduler</a>. Trust us on this one.</p>
<p>We <a title="Environments are now free!" href="http://blog.scalr.net/announcements/introducing-the-scalr-scheduler/">introduced the original scheduler</a> some time ago to make it more convenient to run cron jobs reliably across a cluster and to avoid the problematic oh-but-the-machine-that-was-supposed-to run-the-cron-job-crashed situation.</p>
<p>So we did some tinkering. We ported the schedule to our new JavaScript engine, like the rest of Scalr (in fact it was the last piece that we needed to port over). This means that it’s faster and completely JavaScript- and JSON-driven, which opens the door for future API access. Furthermore, we rewrote the backend execution code to handle more edge cases.</p>
<p>So maybe you can’t braid its mane or paint its hooves, but you can start using it right away. If you had tasks running in the previous scheduler, they will continue to run in read-only view, and you’ll have the option of migrating them to the new one (the button says, not-so surprisingly, "Migrate all my tasks to new scheduler").</p>
<p>We want to avoid any issues with timezones and unexpected duplicate task runs, so we're not automatically migrating tasks set on the previous scheduler to the new one. We know when we shouldn’t horse around.</p>
<div id="attachment_864" class="wp-caption aligncenter" style="width: 498px"><a href="http://blog.scalr.net/wp-content/uploads/2012/01/scheduler.png"><img class=" wp-image-864   " title="New Scheduler" src="http://blog.scalr.net/wp-content/uploads/2012/01/scheduler.png" alt="" width="488" height="223" /></a><p class="wp-caption-text">The new, awesom-er, scheduler</p></div>
<p>Tally-ho,<br />
The Scalr “clock-is-ticking” team</p>
<img src="http://feeds.feedburner.com/~r/scalr/qmzj/~4/w-vbplUmreg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scalr.net/announcements/cron-jobs-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.scalr.net/announcements/cron-jobs-2-0/</feedburner:origLink></item>
		<item>
		<title>Please, sir, may I have some more?</title>
		<link>http://feedproxy.google.com/~r/scalr/qmzj/~3/FQGYuEQ2SSk/</link>
		<comments>http://blog.scalr.net/announcements/please-sir-may-i-have-some-more/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 16:39:58 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.scalr.net/?p=846</guid>
		<description><![CDATA[TweetToday we’re rolling out permissions at Scalr. You can now create users for everyone in your team and restrict that pesky intern’s privileges so he can’t log into servers and mess things up. You can even show off to a client that awesome architecture you built—with read-only access. Or partition your developers and system admins [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton846" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fplease-sir-may-i-have-some-more%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwt%26utm_campaign%3Dplease-sir-may-i-have-some-more&amp;via=scalr&amp;text=Please%2C%20sir%2C%20may%20I%20have%20some%20more%3F&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fplease-sir-may-i-have-some-more%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.scalr.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><div id="attachment_849" class="wp-caption alignleft" style="width: 142px"><a href="http://blog.scalr.net/wp-content/uploads/2012/01/obama-yes-we-can_04-nov-08.jpeg"><img class="wp-image-849  " title="Yes we can" src="http://blog.scalr.net/wp-content/uploads/2012/01/obama-yes-we-can_04-nov-08.jpeg" alt="" width="132" height="197" /></a><p class="wp-caption-text">Permissions, permissions</p></div>
<p>Today we’re rolling out permissions at Scalr. You can now create users for everyone in your team and restrict that pesky intern’s privileges so he can’t log into servers and mess things up. You can even show off to a client that awesome architecture you built—with read-only access. Or partition your developers and system admins so they stop warring over the cubicles. Nerf guns hurt, you guys.</p>
<p>Here’s how to set up permissions: you add users, create their logins and passwords to access Scalr, and assign them to teams. Each team is associated with a specific environment. The team owner can then set permissions (through permission groups) to each team user individually, to allow Bob to terminate servers and Pat to launch new ones.</p>
<div id="attachment_856" class="wp-caption alignright" style="width: 179px"><a href="http://blog.scalr.net/wp-content/uploads/2012/01/menu.png"><img class="size-full wp-image-856 " title="Users and Teams in the menu" src="http://blog.scalr.net/wp-content/uploads/2012/01/menu.png" alt="" width="169" height="100" /></a><p class="wp-caption-text">Create teams and users from the top menu</p></div>
<p>Just like you wouldn’t share your toothbrush with just anyone, you shouldn’t give full Scalr access to everyone in your organization. Starting with plans IPO and higher, you get to do just that. This allows you to maintain the sanctity of your toothbrush.</p>
<p>What’s next? We’re going to tweak and improve the UI while you play around with the new permissions feature. Remember, you’ll need to <a href="http://blog.scalr.net/announcements/clarifications-on-the-price-change/">upgrade to the new plans</a> (if you haven’t already) to use this feature.</p>
<div id="attachment_853" class="wp-caption aligncenter" style="width: 566px"><a href="http://blog.scalr.net/wp-content/uploads/2012/01/farm-permissions.png"><img class="size-full wp-image-853" title="Farm permissions" src="http://blog.scalr.net/wp-content/uploads/2012/01/farm-permissions.png" alt="" width="556" height="103" /></a><p class="wp-caption-text">Grant your users partial access to components</p></div>
<p>You can learn more by reading our thorough <a href="http://wiki.scalr.net/Reference_Guide/Users_and_permissions">reference manual</a>.</p>
<img src="http://feeds.feedburner.com/~r/scalr/qmzj/~4/FQGYuEQ2SSk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scalr.net/announcements/please-sir-may-i-have-some-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.scalr.net/announcements/please-sir-may-i-have-some-more/</feedburner:origLink></item>
		<item>
		<title>Environments are now free!</title>
		<link>http://feedproxy.google.com/~r/scalr/qmzj/~3/kFWEYVx1nEs/</link>
		<comments>http://blog.scalr.net/announcements/environments-are-now-free/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 02:52:30 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.scalr.net/?p=828</guid>
		<description><![CDATA[TweetAs many of our clients have pointed out, it doesn't make sense to charge for additional environments, especially when Scalr asks you to choose a plan based on a number of managed instances. Therefore, all environments are free—effective immediately. Have at it! For those that need a refresher, an environment is a set of cloud [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton828" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fenvironments-are-now-free%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwt%26utm_campaign%3Denvironments-are-now-free&amp;via=scalr&amp;text=Environments%20are%20now%20free%21&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fenvironments-are-now-free%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.scalr.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>As many of our clients have pointed out, it doesn't make sense to charge for additional environments, especially when Scalr asks you to choose a plan based on a number of managed instances. Therefore, all environments are free—effective immediately. Have at it!</p>
<div id="attachment_843" class="wp-caption aligncenter" style="width: 398px"><a href="http://blog.scalr.net/wp-content/uploads/2012/01/free.gif"><img class="size-full wp-image-843" title="Free" src="http://blog.scalr.net/wp-content/uploads/2012/01/free.gif" alt="" width="388" height="309" /></a><p class="wp-caption-text">Scalr environments are now free</p></div>
<p>For those that need a refresher, an environment is a set of cloud infrastructure keys used together to create farms. For example, if your production environment contains some Rackspace and some AWS keys, then you can create a farm that includes instances from both providers: if one goes offline, your traffic goes to the remaining one.</p>
<p>Multiple environments allow you to isolate farms entirely. This can be useful to make sure your Dev environment doesn't screw up your Production one. You can even set up an environment for each one of your clients so that billing, farms, and access are all separate.</p>
<p>Try it out, and let us know what you think!</p>
<img src="http://feeds.feedburner.com/~r/scalr/qmzj/~4/kFWEYVx1nEs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scalr.net/announcements/environments-are-now-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.scalr.net/announcements/environments-are-now-free/</feedburner:origLink></item>
		<item>
		<title>You bet your PaaS it’s open!</title>
		<link>http://feedproxy.google.com/~r/scalr/qmzj/~3/8TF2emhlHwc/</link>
		<comments>http://blog.scalr.net/announcements/you-bet-your-paas-its-open/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 23:15:52 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.scalr.net/?p=830</guid>
		<description><![CDATA[TweetScalr now supports VMware’s open source PaaS, Cloud Foundry! Platforms-as-a-Service, a.k.a PaaS, have been all the rage in 2011. Does the startup Heroku ring a bell? It should: our friends Adam Wiggins and James Lindenbaum took the tech world by storm with Heroku. Since then, a number of competing platforms have also grown in popularity [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton830" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fyou-bet-your-paas-its-open%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwt%26utm_campaign%3Dyou-bet-your-paas-its-open&amp;via=scalr&amp;text=You%20bet%20your%20PaaS%20it%26%238217%3Bs%20open%21&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fblog.scalr.net%2Fannouncements%2Fyou-bet-your-paas-its-open%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.scalr.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Scalr now supports VMware’s open source PaaS, Cloud Foundry!</p>
<p>Platforms-as-a-Service, a.k.a PaaS, have been all the rage in 2011. Does the startup Heroku ring a bell? It should: our friends Adam Wiggins and James Lindenbaum took the tech world by storm with Heroku.</p>
<p>Since then, a number of competing platforms have also grown in popularity (such as the Google App Engine, DotCloud, EngineYard, OpenShift, and Joyent, among others).</p>
<p>And now with Scalr you can easily run and operate your own Cloud Foundry cluster. Simply add the Cloud Foundry role to a farm and launch.</p>
<div id="attachment_836" class="wp-caption aligncenter" style="width: 484px"><a href="http://blog.scalr.net/wp-content/uploads/2012/01/cf-farm.png"><img class="size-full wp-image-836" title="Cloud Foundry farm" src="http://blog.scalr.net/wp-content/uploads/2012/01/cf-farm.png" alt="" width="474" height="181" /></a><p class="wp-caption-text">A production-ready Cloud Foundry deployment</p></div>
<p>Cloud Foundry on Scalr is available in two flavors.</p>
<p>The all-in-one flavor is a role that includes all CF core components but does not scale. This is ideal for test runs, trials, and evaluations. What’s more, it’s cheap to run on a public cloud since it runs on a single server.</p>
<p>The component flavor is composed of three roles, for each of Cloud Foundry’s core components: the router, the DEA, and the CCHM (with nats, cloud_controller, health_manager). Both the router and DEA auto-scale, but the CCHM is limited to a single node.</p>
<div id="attachment_837" class="wp-caption aligncenter" style="width: 578px"><a href="http://blog.scalr.net/wp-content/uploads/2012/01/cloudfoundry.png"><img class=" wp-image-837  " title="Cloud Foundry servers" src="http://blog.scalr.net/wp-content/uploads/2012/01/cloudfoundry.png" alt="" width="568" height="284" /></a><p class="wp-caption-text">A load balancer forwards traffic to nodes of a Cloud Foundry cluster</p></div>
<p>Got you excited? Nerd it up and <a href="http://wiki.scalr.net/Reference_Guide/Roles/CloudFoundry">read more about it here</a>, or you can <a href="http://scalr.net/order/">create your own account</a> and get your hands dirty.</p>
<p>There are some limitations: this hasn't been integrated into Chef yet (although the CF team is hard at work on preparing cookbooks for it), so this doesn't work with our Role Builder. However, we pre-made some  images for you on EC2 using Ubuntu 10.04 64bit on the hosted Scalr service, so you don’t have to build them, and can get started in seconds.</p>
<p>What’s next? We don’t have any service bindings yet, but we have full scaling support for MongoDB, Redis, and MySQL, so as soon as we do, managing your CF cluster for your applications will be dead simple.</p>
<div id="attachment_838" class="wp-caption aligncenter" style="width: 534px"><a href="http://blog.scalr.net/wp-content/uploads/2012/01/bindings.png"><img class="size-full wp-image-838" title="DB services" src="http://blog.scalr.net/wp-content/uploads/2012/01/bindings.png" alt="" width="524" height="131" /></a><p class="wp-caption-text">Complement your Cloud Foundry deployment with scalable, self-managed db services</p></div>
<img src="http://feeds.feedburner.com/~r/scalr/qmzj/~4/8TF2emhlHwc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scalr.net/announcements/you-bet-your-paas-its-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.scalr.net/announcements/you-bet-your-paas-its-open/</feedburner:origLink></item>
		<item>
		<title>New source release – Scalr 2.5</title>
		<link>http://feedproxy.google.com/~r/scalr/qmzj/~3/KxTRn0oCOUA/</link>
		<comments>http://blog.scalr.net/release/new-source-release-scalr-2-5/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 23:21:40 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://blog.scalr.net/?p=825</guid>
		<description><![CDATA[TweetHey everyone, We're pleased to announce a new stable release of Scalr available for download. Scalr's dependencies are still hard to install, but Scalr itself is easy. You can request the source from http://scalr.net/features/open-source/ Why do we have a request form you ask? We want to be able to track downloads, as well as ask [...]]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton825" class="tw_button" style="float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fblog.scalr.net%2Frelease%2Fnew-source-release-scalr-2-5%2F%3Futm_source%3Dtwitter%26utm_medium%3Dtwt%26utm_campaign%3Dnew-source-release-scalr-2-5&amp;via=scalr&amp;text=New%20source%20release%20%26%238211%3B%20Scalr%202.5&amp;related=&amp;lang=en&amp;count=vertical&amp;counturl=http%3A%2F%2Fblog.scalr.net%2Frelease%2Fnew-source-release-scalr-2-5%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.scalr.net/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Hey everyone,</p>
<p>We're pleased to announce a new stable release of Scalr available for download. Scalr's dependencies are still hard to install, but Scalr itself is easy.</p>
<p>You can request the source from http://scalr.net/features/open-source/</p>
<p>Why do we have a request form you ask? We want to be able to track downloads, as well as ask a few questions to find out what the community is doing with the source code. It also helps us find out if there are feature holes in our hosted offering. Finally, it'll help our sales offer software support.</p>
<p>Cheers,<br />
Sebastian</p>
<img src="http://feeds.feedburner.com/~r/scalr/qmzj/~4/KxTRn0oCOUA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.scalr.net/release/new-source-release-scalr-2-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.scalr.net/release/new-source-release-scalr-2-5/</feedburner:origLink></item>
	</channel>
</rss>

