<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cloud Computing on keithrozario.com</title><link>https://keithrozario.com/categories/cloud-computing/</link><description>Recent content in Cloud Computing on keithrozario.com</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 28 Mar 2020 08:49:08 +0000</lastBuildDate><atom:link href="https://keithrozario.com/categories/cloud-computing/index.xml" rel="self" type="application/rss+xml"/><item><title>My experience with AWS Certified Security - Specialty</title><link>https://keithrozario.com/2020/03/my-experience-with-aws-certified-security-specialty/</link><pubDate>Sat, 28 Mar 2020 08:49:08 +0000</pubDate><guid>https://keithrozario.com/2020/03/my-experience-with-aws-certified-security-specialty/</guid><description>&lt;!-- wp:image {"align":"center","id":7007,"sizeSlug":"large"} -->
&lt;p>&lt;img
 src="https://keithrozario.com/uploads/aws-certified-logo_color-horz_360x60.jpg"
 alt=""
 
 loading="lazy"
 />&lt;/p>
&lt;!-- /wp:image -->
&lt;!-- wp:paragraph -->
&lt;p>Last week I took the &lt;a href="https://aws.amazon.com/certification/certified-security-specialty/">AWS Certified Security - Specialty&lt;/a> exam -- and I passed with a score of 930 (Woohoo!!)&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>In this post I cover why I took it, what I did to pass, my overall exam experience, and some tips I learnt along the way.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>So let's go.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:heading -->
&lt;h2>Why?&lt;/h2>
&lt;!-- /wp:heading -->
&lt;!-- wp:paragraph -->
&lt;p>Why would anybody pay good money, subject themselves to hours of studying, only to end up sitting in a cold exam room for hours answering many multiple choice questions! &lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>And the reward for that work is an unsigned PDF file claiming you're 'certified', and 'privilege' access to buy AWS branded notebooks and water bottles!! &lt;em>Unless those water bottles come with a &lt;a href="https://twitter.com/QuinnyPig/status/1243316557993795586">reserved instance for Microsoft SQL server in Bahrain&lt;/a>, I'm not interested.&lt;/em>&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>But, jokes asides, I did this for fun and profit, and fortunately I really did enjoy the preparing for this exam. It exposed me to AWS services that I barely knew -- and forced me to level-up my skills even on those that I knew.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>The exam has a &lt;strong>massive&lt;/strong> focus on VPC, KMS, IAM, S3, EC2, Cloudtrail and Cloudwatch. While lightly touching Guardduty, Macie, Config, Inspector, Lambda, Cloudfront, WAF, System Manager and AWS Shield. &lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>You need to catch you breath just reading through that list!&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>But for those diligently keeping count -- you'd notice that the majority of those services are serverless -- meaning the exam combined my two technological love-affairs ... security and serverless!&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>I wasn't lying when I said it was fun. So what about the profit. &lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>I'm not sure how good this would be for my career &lt;em>(I literally got the cert last week)&lt;/em>, but for $300, it's is relatively cheap, with a tonne of practical value. So trying to get an ROI on this, isn't going to be hard. &lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>For comparison, the CCSP certification cost nearly twice as much, is highly theoretical and requires professional experience.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>The results also help me validate my past years of working on serverless projects, proving I wasn't just some rando posting &lt;a href="https://github.com/keithrozario">useless hobby projects&lt;/a> on GitHub. Instead, I'm now a &lt;strong>certified AWS professional&lt;/strong>, posting useless hobby projects on GitHub &lt;em>(it's all about how you market it!)&lt;/em>&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>So now that we've covered the why, let's move onto &lt;span style="text-decoration: underline;">how&lt;/span>.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:more --></description></item><item><title>Lambda functions in a VPC</title><link>https://keithrozario.com/2020/02/lambda-functions-in-a-vpc/</link><pubDate>Sun, 09 Feb 2020 21:57:07 +0000</pubDate><guid>https://keithrozario.com/2020/02/lambda-functions-in-a-vpc/</guid><description>&lt;!-- wp:paragraph -->
&lt;p>In my honest (and truly humble) opinion, VPCs don't make much sense in a serverless architecture -- it's not that they don't add value, it's that the value the add isn't worth the complexity you incur.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>After all, you can't log into a lambda function, there are no inward connections allowed. And it isn't a persistent environment, some functions may timeout after just 2-3 seconds. Sure, network level security is still worthy pursuit, but for serverless, tightly managing IAM roles and looking after your software supply chain for vulnerabilities would be better value for your money.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>But if you've got a fleet of EC2s already deployed in a VPC, and your Lambda function needs access them. Then you have no choice but to deploy that function in a VPC as well. Or, if your org requires full network logging of all your workloads, then you'll also need VPC (and their flow logs) to comply with such requests. &lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>Don't get me wrong, there is value in having your functions in a VPC, just probably not as much as you think.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>Put that aside though, let's dive into the wonderful world of Lambda functions and VPCs&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:heading -->
&lt;h2>Working Example&lt;/h2>
&lt;!-- /wp:heading -->
&lt;!-- wp:paragraph -->
&lt;p>First, imagine we deploy a simple VPC with 4 subnets. &lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:list {"ordered":true} -->
&lt;ol>&lt;li>A Public Subnet with a Nat Gateway inside it.&lt;/li>&lt;li>A Private Subnet which routes all traffic through that NAT Gateway&lt;/li>&lt;li>A Private Subnet without internet (only local routing)&lt;/li>&lt;li>A Private Subnet without internet but with a SSM VPCe inside it&lt;/li>&lt;/ol>
&lt;!-- /wp:list -->
&lt;!-- wp:paragraph -->
&lt;p>Let's label these subnets (1), (2) ,(3) and (4) for simplicity.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>Now we write some Lambda functions, and deploy each of them to each subnet. The functions have an attached security group that allows all outgoing connections, and similarly each subnet has very liberal NACLs that allow incoming and outgoing connections.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>Then we create a gateway S3 VPC-endpoint (VPCe), and route subnet (4) to it. &lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>Finally, we enable private DNS on the entire VPC. And then outside the subnet we create a bucket and an System Manager Parameter Store Parameter &lt;em>(AWS really need better terms for these things).&lt;/em>&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>The final network looks like this:&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:image {"id":6930,"sizeSlug":"large"} -->
&lt;p>&lt;img
 src="https://keithrozario.com/uploads/VPC_Lambda1_hu_f120a1e0088c1ab7.png"
 srcset="
 /uploads/VPC_Lambda1_hu_a6678180bc823218.png 480w,
 /uploads/VPC_Lambda1_hu_f120a1e0088c1ab7.png 768w,
 /uploads/VPC_Lambda1_hu_2df3d8e6a5603d8a.png 1024w,
 /uploads/VPC_Lambda1.png 1614w"
 sizes="(max-width: 480px) 480px, (max-width: 768px) 768px, (max-width: 1024px) 1024px, 100vw"
 alt=""
 
 loading="lazy"
 />&lt;/p>
&lt;!-- /wp:image -->
&lt;!-- wp:more --></description></item><item><title>Using Terraform and Serverless Framework</title><link>https://keithrozario.com/2019/03/using-terraform-and-serverless-framework/</link><pubDate>Sun, 03 Mar 2019 19:10:54 +0000</pubDate><guid>https://keithrozario.com/2019/03/using-terraform-and-serverless-framework/</guid><description>&lt;!-- wp:image {"id":6691} -->
&lt;p>&lt;img
 src="https://keithrozario.com/uploads/800px-Guaricano-Bambini.jpeg"
 alt=""
 
 loading="lazy"
 />&lt;/p>
&lt;figcaption>Image from &lt;a href="https://en.wikipedia.org/wiki/Holding_hands#/media/File:Guaricano-Bambini.JPG">wikicommons&lt;/a>.&lt;/figcaption>&lt;/figure>
&lt;!-- /wp:image -->
&lt;!-- wp:paragraph -->
&lt;p>The Serverless framework (SF) is a fantastic tool for testing and deploying lambda functions, but it's reliance on cloudformation makes it clumsy for infrastructure like DynamoDB, S3 or SQS queues.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>For example, if your &lt;code>serverless.yml&lt;/code> file had 5 lambdas, you'd be able to &lt;code>sls deploy&lt;/code> all day long. But add just one S3 bucket, and you'd first have to &lt;code>sls remove&lt;/code> before you could deploy again. This different behavior in the framework, once you introduce 'infra' is clumsy. Sometimes I use &lt;code>deploy&lt;/code> to add functions without wanting to remove existing resources.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>Terraform though, keeps the state of your infrastructure, and can apply &lt;strong>only&lt;/strong> the changes. It also has powerful commands like &lt;code>taint&lt;/code>, that can re-deploy a single piece of infrastructure, for instance to wipe clean a DynamoDB. &lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>In this post, I'll show how I got Terraform and Serverless to work together in deploying an application, using both frameworks strengths to complement each other.&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph -->
&lt;p>&lt;em>**From here on, I'll refer to tool Serverless Framework as SF to avoid confusing it with the actual term serverless &lt;/em>&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:heading -->
&lt;h2>Terraform and Serverless sitting on a tree&lt;/h2>
&lt;!-- /wp:heading -->
&lt;!-- wp:paragraph -->
&lt;p>First some principles:&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:list -->
&lt;ul>&lt;li>Use SF for Lambda &amp;amp; API Gateway&lt;/li>&lt;li>Use Terraform for everything else.&lt;/li>&lt;li>Use a tfvars file for Terraform variable&lt;/li>&lt;li>Use JSON for the tfvars file&lt;/li>&lt;li>Terraform deploys &lt;span style="text-decoration: underline;">first&lt;/span> followed by SF&lt;/li>&lt;li>Terraform will not depend on any output from SF&lt;/li>&lt;li>SF may depend on output from terraform&lt;/li>&lt;li>Use SSM Parameter Store to capture Terraform outputs&lt;/li>&lt;li>Import inputs into Serverless from SSM Parameter Store&lt;/li>&lt;li>Use &lt;code>workspaces&lt;/code> in Terraform to manage different environments.&lt;/li>&lt;li>Use &lt;code>stages&lt;/code> in Serverless to manage different environments.&lt;/li>&lt;li>&lt;code>stage&lt;/code>.name == &lt;code>workspace&lt;/code>.name&lt;/li>&lt;/ul>
&lt;!-- /wp:list -->
&lt;!-- wp:paragraph -->
&lt;p>In the end the deployment will look like this:&lt;/p>
&lt;!-- /wp:paragraph -->
&lt;!-- wp:image {"id":6696} -->
&lt;figure class="wp-block-image">
&lt;p>&lt;img
 src="https://keithrozario.com/uploads/TerraformAndServerless1_hu_fc949ce62b784148.png"
 srcset="
 /uploads/TerraformAndServerless1_hu_28e6b2c5918eae13.png 480w,
 /uploads/TerraformAndServerless1_hu_fc949ce62b784148.png 768w,
 /uploads/TerraformAndServerless1_hu_5c4d386d8570a0d.png 1024w,
 /uploads/TerraformAndServerless1.png 1134w"
 sizes="(max-width: 480px) 480px, (max-width: 768px) 768px, (max-width: 1024px) 1024px, 100vw"
 alt=""
 
 loading="lazy"
 />&lt;/p>
&lt;!-- /wp:image -->
&lt;!-- wp:more --></description></item><item><title>This is how fast Amazon is in Singapore</title><link>https://keithrozario.com/2014/04/network-speed-singapore-amazon/</link><pubDate>Mon, 28 Apr 2014 17:01:05 +0000</pubDate><guid>https://keithrozario.com/2014/04/network-speed-singapore-amazon/</guid><description>&lt;p>&lt;img src="http://www.speedtest.net/result/3451760025.png" alt="" />&lt;/p>
&lt;p>This is how fast your connection on AWS in Singapore is when connecting to a Singaporean server. Not much different if you repeat it, but I was surprised the ping was still 2ms, I expected to be just 1 (or even less).&lt;/p></description></item><item><title>IBM vs. AWS the battle of the cloud providers</title><link>https://keithrozario.com/2013/08/ibm-vs-aws-the-battle-of-the-cloud-providers/</link><pubDate>Thu, 22 Aug 2013 08:00:36 +0000</pubDate><guid>https://keithrozario.com/2013/08/ibm-vs-aws-the-battle-of-the-cloud-providers/</guid><description>&lt;p>If you&amp;rsquo;re looking at implementing a large scale cloud offering, something where you measure capacity in chunks of 100TB, then you might want to weigh in on the pros and cons of each possible Cloud provider.&lt;/p>
&lt;p>Or you could just read 79 page protest Amazon filed in a US court claiming it&amp;rsquo;s &amp;lsquo;successful&amp;rsquo; bid on a CIA tender was legit, and IBM had no business going to the Government Accountability Office (GAO) to get the CIA to re-tender.&lt;/p></description></item><item><title>Malaysia Data Center aspirations</title><link>https://keithrozario.com/2013/05/malaysia-data-center-aspirations/</link><pubDate>Wed, 01 May 2013 07:00:53 +0000</pubDate><guid>https://keithrozario.com/2013/05/malaysia-data-center-aspirations/</guid><description>&lt;p>A bernama report a couple of days ago mentioned that Malaysia was &amp;lsquo;well-positioned&amp;rsquo; to be a world class preferred hub for data centers:&lt;/p>
&lt;blockquote>KUALA LUMPUR, April 18 (Bernama) -- Malaysia is well-positioned to be a world-class preferred hub as a data center thanks largely to the government's liberal investment policies, solid infrastructure and a large supply of people with expertise on information technology.
&lt;p>Besides this, the country&amp;rsquo;s multilingual talents offer clear advantages for foreign investors, particularly in terms of disaster recovery and offshore relocation, Fumitoshi Imaizumi, the President and Chief Executive Officer of NTT MSC, said in a statement here Thursday.&lt;/blockquote>
The reality though is starkly different. Data centers consume huge amounts of power and huge amounts of space, so the two primary resources needed to operate a data center are electricity and real-estate. Of course you need skilled technicians and engineers to run it, but the scale of most data centers usually require a small-ish team to operate even the largest data-centers, as these things usually take care of themselves.&lt;/p></description></item><item><title>Undersea Cables in Malaysia : The Need for infrastructure</title><link>https://keithrozario.com/2013/02/undersea-submarine-cables-malaysia-need-for-infrastructure-how-malaysia-can-create-a-startup-culture/</link><pubDate>Thu, 07 Feb 2013 07:00:19 +0000</pubDate><guid>https://keithrozario.com/2013/02/undersea-submarine-cables-malaysia-need-for-infrastructure-how-malaysia-can-create-a-startup-culture/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/Submarine-Cable-Map-undersea-Malaysia.png"
 alt="Undersea Cable Map of Malaysia"
 title="Submarine-Cable-Map-undersea-Malaysia"
 loading="lazy"
 />&lt;/p>
&lt;p>A good friend and regular reader (or so I hope) of this blog sent me this &lt;a title="Submarine Cable Map" href="http://submarine-cable-map-2013.telegeography.com/" target="_blank">link last week&lt;/a>. It&amp;rsquo;s a really nifty chart of all the undersea cables in the world. Now, for those who don&amp;rsquo;t know what undersea cables are, they&amp;rsquo;re basically the huge data cables that carry around the data we use for the internet. While modern satellites orbit overhead, the unfortunate truth is that satellites aren&amp;rsquo;t able to carry even a fraction of the bandwidth that undersea cables do, and chances are if you&amp;rsquo;re reading this now&amp;ndash;at least some of this data has gone through an undersea cable before ending up on your screen.&lt;/p>
&lt;p>If you look at the moment from an abstract level however, you begin to notice that these cables tend to &amp;lsquo;cluster&amp;rsquo; around certain areas. We can see clear clusters in America, but more specifically in states like California, Florida, New Jersey and Oregon. Other places we see clusters are in Brazil, particularly Sao Paolo, and then we huge clusters in the UK (and zooming in you&amp;rsquo;ll see there&amp;rsquo;s huge connectivity to Ireland), Portugal and a large amount of cables going through the Suez Canal. In Asia, we see huge metropolis of these things in Japan, Korea, Shanghai and Taiwan, and finally much closer to home we see a huge clustering happening next door&amp;ndash;in Singapore and a tiny bit of clustering happening in Sydney, Australia.&lt;/p></description></item><item><title>Cracking Passwords with the Cloud</title><link>https://keithrozario.com/2012/08/cracking-passwords-with-the-cloud-vertical-vs-horizontal/</link><pubDate>Mon, 20 Aug 2012 19:56:34 +0000</pubDate><guid>https://keithrozario.com/2012/08/cracking-passwords-with-the-cloud-vertical-vs-horizontal/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/Cracking-with-the-cloud-300x225.jpg"
 alt=""
 title="Password Cracking with Cloud Computing"
 loading="lazy"
 />&lt;/p>
&lt;p>I  remember my computer security professor telling me that encryption doesn&amp;rsquo;t make it &lt;strong>impossible to decrypt&lt;/strong>, but rather &lt;strong>infeasible to decrypt&lt;/strong>. Nobody is going to buy a supercomputer to crack your final year thesis, simply because the data isn&amp;rsquo;t worth nearly as much as the cost to crack it&amp;ndash;thereby making it infeasible.&lt;/p>
&lt;p>With cloud computing, however, end-users and regular joes like us, have access to very very powerful machines for a fraction of their actual cost (since we&amp;rsquo;re only renting the machines). Couple that with the high scalability of the cloud , it means that what was previously infeasible, is now a very viable option. In fact what used to be only available to big corporations and governments, now has become available to anyone with a credit card and Amazon account.&lt;/p>
&lt;p>I&amp;rsquo;m not talking about complex mathematical approaches to breaking encryption either, I&amp;rsquo;m talking about the standard brute force method. Brute Force basically involves trying every single possible password until you eventually find the password that works. In the past brute force wasn&amp;rsquo;t considered a valid option since trying all those passwords which number in the hundreds of billions, would require a very powerful computer, and most people&amp;ndash;not even criminals, had access to that sort of computing power. However, with the advent of cloud computing, powerful hardware is suddenly becoming more available to the general public for low-down prices. What use to cost tens of thousands of dollars per server now cost just 2.60 an hour to &amp;lsquo;rent&amp;rsquo;.&lt;/p>
&lt;p>What if we could use the power of the cloud to crack the average level encryption we have on our zip or excel files? Well it turns out, we can, and it&amp;rsquo;s results are ridiculous!&lt;/p></description></item><item><title>MSC Cloud Initiative : Why it's a bridge too far</title><link>https://keithrozario.com/2012/08/msc-cloud-initiative-malaysia/</link><pubDate>Fri, 03 Aug 2012 11:33:57 +0000</pubDate><guid>https://keithrozario.com/2012/08/msc-cloud-initiative-malaysia/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/msc-medc-cloud-intiative-300x285.jpg"
 alt=""
 title="msc-medc-cloud-intiative"
 loading="lazy"
 />&lt;/p>
&lt;p>Why does Amazon&amp;ndash;arguably the biggest cloud player in the world&amp;ndash;choose to launch it&amp;rsquo;s Asia-Pacific Offering in Singapore rather than Malaysia? One would think that the prohibitively high prices of land in Singapore, coupled with it&amp;rsquo;s higher base cost and employee wages would make Singapore a terrible place to put up a Huge Datacenter comprising of thousands of Servers and HVAC units.&lt;/p>
&lt;p>Just to compare Malaysia and Singapore, you can build data centers in Malaysia for a fraction of the cost, coupled with cheaper labor and support cost. Our subsidized power, also means that Amazon could benefit from lower electricity bills. Best of all, Malaysia and Singapore, aren&amp;rsquo;t really that far apart, so why setup shop in Singapore for something that relies on high volume and low cost? The answer is quite simple&amp;ndash;Singapore is where the Internet is, or rather that&amp;rsquo;s where the data flows through. The internet is the information super highway, and just like any other highway the 3 most important criteria for setting up business on the internet is location, location,location.&lt;/p></description></item><item><title>When Lightning strikes the Cloud: Amazon Outage</title><link>https://keithrozario.com/2012/07/google-cloud-amazon-outage-hurricane/</link><pubDate>Thu, 12 Jul 2012 04:00:43 +0000</pubDate><guid>https://keithrozario.com/2012/07/google-cloud-amazon-outage-hurricane/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/Lightning_Hits_The_Cloud-300x246.jpg"
 alt=""
 title="Lightning_Hits_The_Cloud"
 loading="lazy"
 />&lt;/p>
&lt;p>Google recently announced their Amazon EC2 killer, the &lt;a title="Google Compute Engine" href="http://cloud.google.com/pricing/compute-engine.html" target="_blank">Google Compute Engine &lt;/a>or GCE. Google wasn&amp;rsquo;t messing around and went straight for the Amazon jugular releasing 4 instance types all of which appear cheaper than their Amazon counterparts. That being said the price comparison was done solely on the basis on a on-demand Amazon instance types&amp;ndash;Amazons most expensive prices, if you compare for the Reserved instances, then prices become more competitive.&lt;/p>
&lt;p>It&amp;rsquo;s exciting to finally see a Juggernaut big enough to take on Amazon in terms of price and scale. This is all around good news for everyone, especially since &lt;a title="Cisco: Exposing the Cloud Value Chain" href="http://www.cisco.com/web/about/ac79/docs/sp/Cloud-Value-Chain-ExposedL.pdf" target="_blank">this report from Cisco&lt;/a> estimates that revenues from IaaS providers are not only high right now, but will continue to grow over the next 5 years. There&amp;rsquo;s a lot of room at the IaaS space, and Google just wants to wet their beak here as well.&lt;/p>
&lt;p>So it must have come as a pleasant surprise to Google when they heard&lt;a title="Amazon Cloud Outage over storm" href="http://www.theregister.co.uk/2012/06/30/amazon_cloud_storm_outage/" target="_blank"> &amp;lsquo;hurricane-like&amp;rsquo; thunderstorms ripped across the US east coast taking down power to 3.5 million&amp;ndash;and the Amazon East Data center as well&lt;/a>. I was personally affected by this phenomena when &lt;a title="Watch Netflix, Hulu and even Euro2012 online from Malaysia" href="http://www.keithrozario.com/2012/06/watch-netflix-hulu-bbc-spotify-malaysia.html" target="_blank">my access to Netflix &lt;/a>was abruptly halted, as you can imagine I &lt;strong>wasn&amp;rsquo;t&lt;/strong> a happy camper.&lt;/p></description></item><item><title>Skali Cloud: A review ultra-scalable skali Cloud</title><link>https://keithrozario.com/2012/06/skali-cloud-a-review-ultra-scalable-skali-cloud/</link><pubDate>Mon, 11 Jun 2012 12:57:44 +0000</pubDate><guid>https://keithrozario.com/2012/06/skali-cloud-a-review-ultra-scalable-skali-cloud/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/Design-your-perfect-Server-300x136.png"
 alt=""
 title="Design your perfect Server"
 loading="lazy"
 />&lt;/p>
&lt;p>A couple of months back, I wrote a small article about the &lt;a title="Design your perfect server with Skali Cloud" href="http://www.keithrozario.com/2012/04/design-your-perfect-server-with-skali-cloud.html">Skali Cloud&lt;/a> and how I liked the niche approach they took to cloud computing. Skali offers a very unique ultra-scalable instances that can be attached to physical machines of variable performances and storage space. In normal English, that just means you can actually the processor speed, amount of RAM and even storage space of your machine (&lt;em>ok that wasn&amp;rsquo;t &amp;rsquo;normal&amp;rsquo; English&lt;/em>).&lt;/p>
&lt;p>In contrast, Amazon and every other cloud offering I know of, offer a specific number of machine types (usually 3 to 8) that come in fixed configurations with respect to processor speed, RAM and storage. The great thing about Skali is that if you have certain applications that would require high processing speed with minimum RAM, you can literally create a physical machine that fit your needs exactly. If you used Amazon for example, you&amp;rsquo;d have to acquire very large instance types on Amazon and usually pay a high premium for storage and memory that you really don&amp;rsquo;t need. Similarly for applications that don&amp;rsquo;t require high processing speed, but high amounts of memory instead could equally benefit from creating highly customized virtual machines to suit your performance needs.&lt;/p>
&lt;p>A couple of weeks back, a commenter on &lt;a title="Design your perfect server with Skali Cloud" href="http://www.keithrozario.com/2012/04/design-your-perfect-server-with-skali-cloud.html" target="_blank">my Skali cloud post&lt;/a> and thanked me for the post, that commenter turned out to be &lt;a title="https://twitter.com/tengkufarith" href="https://twitter.com/tengkufarith" target="_blank">Tengku Farith&lt;/a>, the founder of Skali. So I wrote back requesting a small trial setup, and within a few days I manage to setup a trial account with Rm200 credit on the Skali cloud. (pretty awesome!) So I manage to wriggle a couple of hours to spend time toying around with the Skali cloud and here&amp;rsquo;s what I found:&lt;/p></description></item><item><title>Maxis Loker: A review</title><link>https://keithrozario.com/2012/06/maxis-loker-googledrive-dropbox/</link><pubDate>Mon, 04 Jun 2012 10:27:50 +0000</pubDate><guid>https://keithrozario.com/2012/06/maxis-loker-googledrive-dropbox/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/MaxisLoker-300x273.jpg"
 alt=""
 title="MaxisLoker"
 loading="lazy"
 />&lt;/p>
&lt;p>As you know, I&amp;rsquo;m not really happy with Maxis. I was utterly disappointed by their latest S3 launch, I don&amp;rsquo;t think their cloud offerings of ebook portal is anything to shout at, and the if my wifes office would get decent Digi coverage, I&amp;rsquo;d switch in a heartbeat.&lt;/p>
&lt;p>That being said, this is one of the times I think Maxis has done a decent job on their Loker offering. It is quite well executed, and if I do say so myself, getting 25GB of free online storage space when you purchase an S3 from Maxis is quite an enticing offer.&lt;/p>
&lt;h2>&lt;strong>So what is Loker?&lt;/strong>&lt;/h2>
Loker is a simple online storage area for Maxis customers to store their online files. Free registration comes with 5GB of free storage, which you can upgrade all the way to 25GB of storage space coupled with (as far as I can tell) unlimited downloads and uploads.
&lt;p>It&amp;rsquo;s also important to note that Maxis is offering the full 25GB to anyone who signs up for the Samsung Galaxy S3 package, which to me is a great value adding tool.&lt;/p>
&lt;p>The service however, is only available to Maxis customers, and you need a Maxis phone number to register.&lt;/p></description></item><item><title>REALLY cheap Cloud Storage</title><link>https://keithrozario.com/2012/05/cheap-cloud-storage-nimbus-i/</link><pubDate>Thu, 31 May 2012 15:24:37 +0000</pubDate><guid>https://keithrozario.com/2012/05/cheap-cloud-storage-nimbus-i/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/Nimbus.IO_.png"
 alt=""
 title="Nimbus.IO"
 loading="lazy"
 />&lt;/p>
&lt;p>Cloud Storage seems to the in thing these days. With the launch of Google Drive, my previous post on &lt;a title="Creating a site to share those pesky LARGE files" href="http://www.keithrozario.com/2011/06/creating-a-site-to-share-those-pesky-large-files.html" target="_blank">how to create a site to share large files&lt;/a> seem a bit irrelevant, and with the even hotter news that &lt;a title="Microsoft and Google target Amazon" href="http://gigaom.com/cloud/scoop-google-microsoft-both-targeting-amazon-with-new-clouds/" target="_blank">Google and Microsoft may launch their own IaaS initiatives to compete with Amazon&lt;/a> it looks a foregone conclusion that cloud storage will become ridiculously cheap in the years to come. So cheap in fact, it may make the large Hard Disk in your home seem as irrelevant as my post.&lt;/p>
&lt;p>Now, although Cloud Storage is cheap and can only get cheaper, I am &amp;ndash; by all accounts&amp;ndash; the cheapest cheap skate I know, and I&amp;rsquo;m always ready to try a new deal even when the new deal is just $0.03 less than the old deal.&lt;/p></description></item><item><title>MacinCloud: Develop iPad / iPhone apps on Windows</title><link>https://keithrozario.com/2012/05/develop-ios-iphone-ipad-apps-windows-nomac/</link><pubDate>Wed, 16 May 2012 11:10:53 +0000</pubDate><guid>https://keithrozario.com/2012/05/develop-ios-iphone-ipad-apps-windows-nomac/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/MacInTheCloud.png"
 alt=""
 title="MacInTheCloud"
 loading="lazy"
 />&lt;/p>
&lt;p>So you want to develop an iOS application for your iPhone or iPad.&lt;/p>
&lt;p>Thinking of being the next big app to hit the appstore.&lt;/p>
&lt;p>Only one problem, developing applications for the iPhone and iPad require a Mac or more specifically a machine running Mac OS X. It could be you actually own a Mac, you could go and buy yourself an RM1800 Mac Mini, or &lt;a title="Hackintosh" href="http://www.hackintosh.com/" target="_blank">you could try a hackintosh&lt;/a>, although just creating a hackintosh would be a small project in itself.&lt;/p>
&lt;p>Now Hackintosh is actually way beyond the scope of this article, so rest assured I&amp;rsquo;m not asking you to do anything ridiculously technical or suspiciously illegal. &lt;em>(although those are my favorite type of things to do)&lt;/em>&lt;/p>
&lt;p>If you&amp;rsquo;re reading this though, chances are you have a windows PC at home, or even Ubuntu, that&amp;rsquo;s quite standard and sufficient if you wish to develop Android apps, and they rake in money too.&lt;/p>
&lt;p>iOS apps however, are a different beast all together and require a Mac OS X device, which is pretty easy to purchase in Malaysia, but they don&amp;rsquo;t come cheap. You may want to think hard before plunking down an extra 2-3 thousand ringgit just to &amp;rsquo;try&amp;rsquo; your hand at app development. Just like you wouldn&amp;rsquo;t want to buy 3 year subscription to your neighborhood gym only to go 5 times in the first month &amp;ndash; and then never again!&lt;/p></description></item><item><title>Design your perfect server with Skali Cloud</title><link>https://keithrozario.com/2012/04/design-your-perfect-server-with-skali-cloud/</link><pubDate>Fri, 06 Apr 2012 12:18:38 +0000</pubDate><guid>https://keithrozario.com/2012/04/design-your-perfect-server-with-skali-cloud/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/Design-your-perfect-Server.png"
 alt=""
 title="Design your perfect Server"
 loading="lazy"
 />&lt;/p>
&lt;p>After doing some research on Malaysian Cloud offerings particularly the IaaS offerings, I noticed something rather interesting from Skali. Now I always remembered Skali as an early web startup some time back in the 90s trying to ride the internet wave but failing all along the way, this however has some promise.&lt;/p>
&lt;p>Skali takes cloud scalability to a whole different level with their cloud offerings, unlike other IaaS providers who offer a fixed number of machine types Skali offers a fully scalable machine that you can add processing power, Memory and Disk independently. In essence near unlimited amounts of options in terms of machine type compared to just 3 from Maxis Cloud.&lt;/p>
&lt;p>The pricing still seems high, but it can go toe-to-toe with Maxis although it would depend on the specific requirements. From just the high level you can sense that these IaaS providers are going to compete for Malaysian customers but they&amp;rsquo;re competing with very niche offerings. Maxis ace up it&amp;rsquo;s sleeve would be the unlimited data transfer, which Skali charges at a mind-blowing Rm2/GB. Skali on the other hand offers an entire range of machine types (possibly in the hundreds), while Maxis offers just 3.&lt;/p>
&lt;p>The choice between Maxis or Skali would be a simple one that would come down to how much data transfer or scalability you need in your application. That being said, let&amp;rsquo;s take a look at some other offerings from Skali Cloud.&lt;/p></description></item><item><title>MaxisCloud : A silver lining in terms of data transfer</title><link>https://keithrozario.com/2012/04/maxiscloud-a-silver-lining-in-terms-of-data-transfer/</link><pubDate>Tue, 03 Apr 2012 23:41:00 +0000</pubDate><guid>https://keithrozario.com/2012/04/maxiscloud-a-silver-lining-in-terms-of-data-transfer/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/Welcome-To-Maxis-Cloud-Support-300x200.png"
 alt=""
 title="Welcome To Maxis Cloud Support"
 loading="lazy"
 />&lt;/p>
&lt;p>A couple of weeks back I wrote a &lt;a title="Maxis Cloud : Too Late, Too expensive and Too Restrictive" href="http://www.keithrozario.com/2012/03/maxis-cloud-too-late-too-expensive-and-too-restrictive.html">long post on the Maxis Cloud &lt;/a>comparing it to other IaaS providers like Amazon and rackspace. That post wasn&amp;rsquo;t too kind to Maxis, and I did mention that there was no reason to use it&amp;hellip;unless the data transfer was free.&lt;/p>
&lt;p>As it turns out, &lt;strong>data transfer on the Maxis IS FREE!!&lt;/strong>&lt;/p>
&lt;p>This is a good step in the right direction for 2 reasons. Firstly, it means for high end cloud computing users that require lots and lots of data transfers, you&amp;rsquo;re looking at one of a IaaS provider that gives you unlimited data transfer inward and outward. Secondly, it means that there is a IaaS provider in Malaysia, that offers something that can be considered reasonably price, particularly if you&amp;rsquo;re hoping to be dealing with a lot of data transfer.&lt;/p></description></item><item><title>Maxis Cloud : Too Late, Too expensive and Too Restrictive</title><link>https://keithrozario.com/2012/03/maxis-cloud-too-late-too-expensive-and-too-restrictive/</link><pubDate>Wed, 21 Mar 2012 15:51:01 +0000</pubDate><guid>https://keithrozario.com/2012/03/maxis-cloud-too-late-too-expensive-and-too-restrictive/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/Welcome-To-The-Cloud-300x150.png"
 alt=""
 title="Welcome To The Cloud"
 loading="lazy"
 />&lt;/p>
&lt;p>Maxis recently launched their new IaaS offering in the form called the Maxis Cloud. According to &lt;a title="Lowyat.net Maxis Cloud" href="http://www.lowyat.net/v2/index.php?option=com_content&amp;amp;task=view&amp;amp;id=5075&amp;amp;Itemid=2" target="_blank">Lowyat.net&lt;/a> the Maxis Cloud is said to be the &amp;quot; &lt;em>&lt;strong>the most advanced&lt;/strong> on-demand, real-time, fully managed cloud service &lt;strong>in Malaysia&lt;/strong>, Maxis Cloud allows businesses to scale their cloud computing infrastructure according to their needs at any time through its self-service portal&lt;/em>.&amp;quot;&lt;/p>
&lt;p>That&amp;rsquo;s basically calling yourself Jaguh Kampung. Pardon the sarcasm, but the Maxis Cloud does seem a tad bit expensive for a such a late entry into the game. You&amp;rsquo;d expect new IaaS providers that show up this late in the cloud game throw everything including the kitchen sink to get new subscribers. That however, has been lacking and a marketing strategy that seems more intent on selling IaaS to non-believers as oppose to selling the Maxis Cloud itself isn&amp;rsquo;t helping their case.&lt;/p>
&lt;p>I&amp;rsquo;d loved to be rooting for Maxis, but most of it&amp;rsquo;s offerings just don&amp;rsquo;t add up, and there&amp;rsquo;s a whole bunch of questions about it&amp;rsquo;s &lt;strong>bandwidth charges, support availability and API specifications&lt;/strong> that &lt;strong>aren&amp;rsquo;t clear&lt;/strong> enough to me to make any sort of comparison or even recommendation. Plus the fact that its self service portal had a &amp;rsquo;technical issue&amp;rsquo; when I logged on didn&amp;rsquo;t really bode well for my experience.&lt;/p>
&lt;p>That being said, while analyzing I noticed that there is one thing Maxis could offer that could tilt the tables in its favor, Maxis is a communications company after all (unlike Amazon or Rackspace) and I think there just might be a chance it could offer something niche that would make it stand out. But first, let&amp;rsquo;s take a look at some key concepts:&lt;/p></description></item><item><title>Original Microsoft Office for just Rm18/month</title><link>https://keithrozario.com/2012/03/original-microsoft-office-for-just-rm18month/</link><pubDate>Sun, 04 Mar 2012 14:32:28 +0000</pubDate><guid>https://keithrozario.com/2012/03/original-microsoft-office-for-just-rm18month/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/microsoft-office365-300x166.png"
 alt=""
 title="microsoft-office365"
 loading="lazy"
 />&lt;/p>
&lt;p>Yeap, you read that right. Microsoft office is the bane of all small business owners, they need it to generate documents and spreadsheets, but it cost a bomb to own. The standard Microsoft Office suite runs well over Rm600, and according to this &lt;a title="Software Exchange Pricelist" href="http://www.softwareexchange.com.sg/my/pricelist.pdf" target="_blank">pricelist&lt;/a> from software exchange, Microsoft Office 2010 cost a whooping Rm643. Now Rm643 may not seem like much, but when a laptop/desktop cost just Rm2000, that&amp;rsquo;s nearly 30% more cash upfront for your software needs.&lt;/p>
&lt;p>How is this possible, well Microsoft is offering &lt;a title="Office 365" href="http://www.microsoft.com/en-my/office365/plans/small-business/office-web-apps.aspx#fbid=GVET-WNYfyY" target="_blank">Office365&lt;/a> worldwide and has even partnered with TM to sell their cloud offerings&lt;a title="Office365 Malaysia" href="http://www.tm.com.my/sme/products/ComplementaryServices/Pages/O365-howitswork.aspx" target="_blank"> locally in Malaysia&lt;/a>. Office365 is a cloud based version of the Microsoft Office, and it even includes things like email, collaboration and project management software. All of this for just Rm18/month is a pretty sweet deal in comparison to putting down Rm600 per user as a initial capital expense.&lt;/p></description></item><item><title>Adobe releasing Creative Cloud for $49.99 soon!</title><link>https://keithrozario.com/2012/02/adobe-creative-cloud-for-4999-2012/</link><pubDate>Sat, 25 Feb 2012 14:48:48 +0000</pubDate><guid>https://keithrozario.com/2012/02/adobe-creative-cloud-for-4999-2012/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/creative-cloud-marquee-709x400-300x169.jpg"
 alt=""
 title="creative-cloud-marquee-709x400"
 loading="lazy"
 />&lt;/p>
&lt;p>Adobe is looking to release a cloud version of their creative applications online called creativecloud. From what I gather from their website it looks to be like a office365 version for creatives. This is probably a step in the right direction, Adobe software usually run into the hundreds or thousands of dollars, and buying the licenses for that software usually incur a huge capital expenditure for startups looking use these applications.&lt;/p></description></item><item><title>UC Berkeley says it: Google Apps beats Office365, but not by much</title><link>https://keithrozario.com/2012/01/uc-berkeley-google-apps-beats-office365/</link><pubDate>Mon, 09 Jan 2012 23:08:48 +0000</pubDate><guid>https://keithrozario.com/2012/01/uc-berkeley-google-apps-beats-office365/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/5059410544_0ae5433c3a-300x199.jpg"
 alt=""
 title="Chocolate Hills"
 loading="lazy"
 />&lt;/p>
&lt;p>UC Berkeley is easily one of the most recognized institutions of learning with 70 Nobel Laureates to their name, so when they say something about tech you&amp;rsquo;d better listen up. This time however, it&amp;rsquo;s that big battle in the cloud between Google Apps and Office365 or as I would call it &amp;ndash; The Battle for the Doc Cloud. The question is &lt;strong>Who Will be the Last Cloud Standing?&lt;/strong>&lt;/p>
&lt;p>As more people start to use cloud based applications, it&amp;rsquo;s getting more apparent that this little space in the cloud is about to see a boom pretty soon. Now consider this, the Microsoft Business Division unit is the largest revenue contributor to Microsoft,&lt;a title="Microsoft Revenue" href="http://www.microsoft.com/presspass/press/2011/oct11/10-20fy12Q1earningsPR.mspx" target="_blank"> bringing in a total of $5.62 billion in the first quarter of 2011 &lt;/a>(that&amp;rsquo;s the quarter ending sept. 2011). That trumps the Windows division with just $4.87 billion in revenue, now the difference doesn&amp;rsquo;t look like much (and probably doesn&amp;rsquo;t to Microsoft), but what that means is that the Business Division (with things like office, lync, sharepoint and exchange) brings in nearly $4 billion dollars of revenue MORE than Windows. Say it with me now people &amp;ndash; WHAT THE #$%^.&lt;/p>
&lt;p>That&amp;rsquo;s just one division of one company.&lt;/p></description></item><item><title>Ge.tt gets 350,000 Euros to make your file sharing better</title><link>https://keithrozario.com/2012/01/ge-tt-gets-350000-euros-to-make-your-file-sharing-better/</link><pubDate>Tue, 03 Jan 2012 09:21:08 +0000</pubDate><guid>https://keithrozario.com/2012/01/ge-tt-gets-350000-euros-to-make-your-file-sharing-better/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/ge.tt_-300x300.png"
 alt=""
 title="ge.tt"
 loading="lazy"
 />&lt;/p>
&lt;p>File Sharing seems to be the next big thing , with email servers hitting maximum attachment sizes of 50MB pretty often, a lot of professionals are opting for web-based file sharing services. I previously wrote about how much&lt;a title="Doing one thing Right: 6 websites that excel at just one thing." href="http://www.keithrozario.com/2011/06/doing-one-thing-right-6-websites-that-excel-at-just-one-thing.html"> I loved the interface at ge.tt&lt;/a>, plus I absolutely adore it&amp;rsquo;s name. With more and more competition out there to share your files, what&amp;rsquo;s a poor danish company to do?&lt;/p>
&lt;p>Venturebeat today reported that &lt;a title="Venture Beat" href="http://venturebeat.com/2011/12/20/ge-tt-gets-455000-to-transfer-your-files-faster/" target="_blank">Ge.tt just got 350,000 euros of funding from skype founder Niklas Zennström&lt;/a>, with dropbox currently valued at $5 Billion and box.net being used by about 75% of Fortune 500 companies, is there place for one more file sharing service. I think there&amp;rsquo;s place for a whole lot more.&lt;/p>
&lt;p>All these file sharing services have pros and cons attached to them, and file sharing has it&amp;rsquo;s nuanced differences. Freelance photographers sharing photos with clients have different requirements from friends sharing videos or documents with each other, file sharing is a diverse business, and the differences between free, premium and even free-mium means there&amp;rsquo;s a lot of place for everyone to play. I think Ge.tt is filling in some niches that neither dropbox or box.net is hoping to go to. In terms of security, usability, price and scalability, (these are just some of the metrics people use to decide which service to use), there&amp;rsquo;s a lot of untapped markets to be found and exploited!&lt;/p></description></item><item><title>Cloud Computing: Turning IT into a utility</title><link>https://keithrozario.com/2011/12/cloud-computing-turning-it-into-utility/</link><pubDate>Mon, 12 Dec 2011 11:27:20 +0000</pubDate><guid>https://keithrozario.com/2011/12/cloud-computing-turning-it-into-utility/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/5810163712_ac8a7f249e_z-300x200.jpg"
 alt=""
 title="5810163712_ac8a7f249e_z"
 loading="lazy"
 />&lt;/p>
&lt;p>Cloud computing is already lowering the barrier to entry for new startups to essentially $0 hardware cost. Of course the cost itself isn&amp;rsquo;t zero, but what cloud computing has done is turn that cost from a Capital Expenditure to a Operating Expenditure. So instead of buying expensive servers, switches, racks and house them in expensive data centers, you can instead rent these devices &amp;hellip;with no money down, and in most cases a lot cheaper than if you rented the actual physical hardware yourself.&lt;/p>
&lt;p>So what&amp;rsquo;s the catch?&lt;/p>
&lt;p>Large Corporations usually have service providers that provide services to us that we otherwise &amp;lsquo;would prefer not to run&amp;rsquo;. These services are core components of our business and critical for business operations&amp;hellip;but it&amp;rsquo;s just that we&amp;rsquo;d rather not invest money/resources and expertise running the servers and software. We&amp;rsquo;d prefer someone else to do it for us.&lt;/p></description></item><item><title>Amazon releases new icons for AWS</title><link>https://keithrozario.com/2011/12/amazon-new-icons-for-aws/</link><pubDate>Tue, 06 Dec 2011 08:55:37 +0000</pubDate><guid>https://keithrozario.com/2011/12/amazon-new-icons-for-aws/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/ac_icon_thumb_ppt_01.png"
 alt=""
 title="ac_icon_thumb_ppt_01"
 loading="lazy"
 />&lt;/p>
&lt;p>Amazon Web Services has formed the IAAS backbone of many corporations IT infrastructure, through it&amp;rsquo;s various tools and offerings you can do almost everything under the sun on the cloud. You can spin EC2 instances till they merge together to become one giant super-computer, you can host webpages on their Simple Storage Solution (S3) platform which offers nearly limitless storage, you can even host that data on edge servers via CloudFront to reduce load times, and the list of offerings go on and on.&lt;/p></description></item><item><title>Cloud investment: Is Cisco the next big thing?</title><link>https://keithrozario.com/2011/12/investing-in-the-cloud/</link><pubDate>Thu, 01 Dec 2011 23:01:43 +0000</pubDate><guid>https://keithrozario.com/2011/12/investing-in-the-cloud/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/cisco1-300x189.gif"
 alt=""
 title="cisco1"
 loading="lazy"
 />&lt;/p>
&lt;p>Well technically Cisco is a big thing already, a company that by itself is defining the internet as we speak with mind-blowing efficiency. Sure, Huawei thinks they&amp;rsquo;re catching up, but the truth is Cisco is in a league of it&amp;rsquo;s own, literally.&lt;/p>
&lt;p>Today, I bumped through 2 articles I thought were pretty interesting. Cloudbeat, a blog I just recently subscribed to, reported that Cisco thinks &amp;ldquo;that global traffic generated by &lt;a href="http://venturebeat.com/2011/11/14/cloud-iaas-paas-saas/" target="_blank">cloud computing services&lt;/a> will increase a staggering 12 times by 2015 compared to cloud traffic in 2010, while data center traffic will increase at a less-showy-but-still-impressive four times by 2015&amp;rdquo;. Now that&amp;rsquo;s a whole bunch load of traffic the internet is going to have to contend with, more interestingly though I was surprised that it was Cisco who did the study, not Amazon or Microsoft or Rackspace, not any traditional cloud computing company? Why would Cisco be so interested in checking out cloud traffic?&lt;/p></description></item><item><title>IaaS vs. PaaS vs. SaaS: What do they mean?</title><link>https://keithrozario.com/2011/11/iaas-vs-paas-vs-saas/</link><pubDate>Tue, 29 Nov 2011 18:18:55 +0000</pubDate><guid>https://keithrozario.com/2011/11/iaas-vs-paas-vs-saas/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/services.axd_-300x138.png"
 alt=""
 title="services.axd"
 loading="lazy"
 />&lt;/p>
&lt;p>With the advent of cloud computing came the dawn of new terms for acronym savvy geeks to drool over, one of the most famous groups of these acronyms are the &lt;strong>&amp;lsquo;aaS&amp;rsquo;&lt;/strong> acronyms. These are the acronym that start with a letter or two and then end with an&lt;strong> &amp;lsquo;aaS&amp;rsquo;&lt;/strong>.&lt;/p>
&lt;p>Cloud computing isn&amp;rsquo;t fully defined right now, formal definitions usually naturally evolve once adoption rates reach a certain threshold. At the moment that threshold isn&amp;rsquo;t yet reached, so we don&amp;rsquo;t yet have a fully agreed upon definition. However, it&amp;rsquo;s a common understanding that the cloud comes in various flavors, 3 &amp;lsquo;major&amp;rsquo; flavors to be exact. Iaas, Paas and Saas.&lt;/p>
&lt;p>The &lt;strong>&amp;lsquo;aaS&amp;rsquo;&lt;/strong> stands for&lt;strong> &amp;lsquo;as a Service&amp;rsquo;&lt;/strong> , and it means that whatever it was that preceded it now can be treated as a service, and before we begin to move into that, it&amp;rsquo;s important to define what exactly a service is and why is everybody offering stuff as a service.&lt;/p>
&lt;p>In the realm of selling stuff, the general categorization of &amp;rsquo;things you can sell&amp;rsquo; is basically products or services. No matter what you sell, regardless of where and when you&amp;rsquo;re selling it, everything you sell is either a product (an actual tangible &amp;rsquo;thing&amp;rsquo;) or a service (less tangible but requiring effort). So basically every business revolves around the sale of either a product or a service or both.&lt;/p></description></item><item><title>Security on the Cloud: Does PCI compliance matter</title><link>https://keithrozario.com/2011/11/security-on-the-cloud-does-pci-compliance-matter/</link><pubDate>Mon, 28 Nov 2011 09:33:19 +0000</pubDate><guid>https://keithrozario.com/2011/11/security-on-the-cloud-does-pci-compliance-matter/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/security_on_the_cloud-222x300.jpg"
 alt=""
 title="security_on_the_cloud"
 loading="lazy"
 />&lt;/p>
&lt;p>The main concern companies have in migrating to the cloud is security. That in one sentence covers cloud computing greatest hurdle, as more and more companies are beginning to see the benefits (economically) of moving their infrastructure and data to the cloud, the major turn-off is control. In essence, the greatest advantage of cloud computing is also it&amp;rsquo;s biggest detractor. Companies (especially non-IT companies) are really interested in letting someone else run their IT infrastructure, but their uncomfortable letting someone else run the IT infrastructure due to the security concerns.&lt;/p>
&lt;p>In my work, I often deal with PCI-DSS (Payment Card Industry Data Security Standard), which is a benchmark of sorts on how secure your servers are. In the banking world, any application,system or vendor hoping to store, transmit or process credit card information needs to be PCI-DSS compliant. If you thought pronouncing the acronym was difficult, adhering to and complying to the standard is even more so. In fact, the direction now is to use certain &amp;rsquo;tricks&amp;rsquo; to avoid having to be PCI-DSS compliant, including implementing point-2-point encryption (thereby disregarding the need for PCI-DSS compliance on all intermediary systems) or using tokenazation (to replace the card number with a token that can redeemed from a secure vault). The main direction is clear, compliance to security standards is mandatory and non-negotiable, but it&amp;rsquo;s also expensive and time-consuming, and anything that can help reduce the effort and cost is really taking off (&lt;a title="shift4" href="http://www.shift4.com/" target="_blank">just ask shift4&lt;/a>).&lt;/p></description></item><item><title>What the Jetsons can teach us about predicting the future</title><link>https://keithrozario.com/2011/11/jetsons-perdicting-future/</link><pubDate>Wed, 23 Nov 2011 14:43:26 +0000</pubDate><guid>https://keithrozario.com/2011/11/jetsons-perdicting-future/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/Jetsonslogo640x480.jpg"
 alt=""
 title="Jetsonslogo640x480"
 loading="lazy"
 />&lt;/p>
&lt;p>Day 3 of my 30 challenge to blog everyday, and I&amp;rsquo;m already running of ideas and places to blog. I&amp;rsquo;m now in the waiting room of a my car workshop waiting as the foreman changes the tyres on my car. A couple of years ago, working in these environments would be unthinkable, you could either go to the workshop or work from the office, you couldn&amp;rsquo;t do both, but now&amp;hellip;I can.&lt;/p>
&lt;p>A couple of years before that, everyone was bunkered down with wired connection that made silly noises when connecting, in the good ol&amp;rsquo; days we used to call that dial-up, rewind just a tad-bit more and you&amp;rsquo;d reach a age where you had to wired up to make a phone call. No cellphones and if you wanted to contact someone you&amp;rsquo;d have to have their 7 digit phone number and a pay phone to make that call from. Sounds a lot different from what we have today, but it&amp;rsquo;s true.&lt;/p></description></item><item><title>Amazon Cloud Player</title><link>https://keithrozario.com/2011/11/amazon-cloud-player/</link><pubDate>Tue, 22 Nov 2011 18:33:01 +0000</pubDate><guid>https://keithrozario.com/2011/11/amazon-cloud-player/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/AmazonCloudPlayer.jpg"
 alt=""
 title="AmazonCloudPlayer"
 loading="lazy"
 />&lt;/p>
&lt;p>Who says the cloud can&amp;rsquo;t be fun? Amazons new cloud player combines my love for the cloud with my love for AC/DC all in one box, and I&amp;rsquo;m loving every bit of it.&lt;/p>
&lt;p>Those who know me, know that I&amp;rsquo;m a huge fan of Amazon, but an even bigger fan of AC/DC (the greatest rock band of ALL time.). Today, I tried to setup my google music account and as many of you know google has just launched a new cloud music player to compete with Apple and Amazon. However, I couldn&amp;rsquo;t get it to install, it kept hanging during the &amp;ldquo;connecting to internet&amp;rdquo; phase. I suspect it&amp;rsquo;s something to do with my VPN, eventually though I gave up on Google Music but not on the cloud, and so I turned to the indisputable champion of cloud technology&amp;hellip;Amazon.&lt;/p></description></item><item><title>Create a torrent file to share with Amazon S3</title><link>https://keithrozario.com/2011/10/create-torrent-file-amazon-s3/</link><pubDate>Sun, 30 Oct 2011 17:09:10 +0000</pubDate><guid>https://keithrozario.com/2011/10/create-torrent-file-amazon-s3/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/Bittorrent_7.2_Logo.png"
 alt=""
 title="Bittorrent_7.2_Logo"
 loading="lazy"
 />&lt;/p>
&lt;p>As the final part of my series on stuff you can do with Amazon, I&amp;rsquo;ve already blogged about how you can &lt;a title="Sharing Files using Amazon S3" href="http://www.keithrozario.com/2011/10/sharing-files-using-s3.html" target="_blank">share files using amazon S3&lt;/a> and &lt;a title="Hosting a Web Page on Amazon S3" href="http://www.keithrozario.com/2011/10/hosting-web-page-amazon-s3.html" target="_blank">hosting a static website on amazon S3&lt;/a>. Now as a final part on what you can do with your FREE amazon web services account is to host a torrent file. A torrent file would allow you to share stuff online, and not pay for the full bandwidth cost of doing it, provided your leechers share the burden as well.&lt;/p>
&lt;p>The concept is really simple, Amazon S3 can act as a torrent tracker as well as a storage facility, so it&amp;rsquo;s an all in one package that ensures that your torrent is tracking and there will be at least 1 tracker :)&lt;/p></description></item><item><title>Sharing Files using Amazon S3</title><link>https://keithrozario.com/2011/10/sharing-files-using-amazon-s3/</link><pubDate>Thu, 27 Oct 2011 15:43:46 +0000</pubDate><guid>https://keithrozario.com/2011/10/sharing-files-using-amazon-s3/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/amazon_s3_thumb2.jpg"
 alt=""
 title="amazon_s3_thumb2"
 loading="lazy"
 />&lt;/p>
&lt;p>There are a couple of ways you can share files on the web for free, for instance you can create a &lt;a title="Creating a site to share those pesky LARGE files" href="http://www.keithrozario.com/2011/06/creating-a-site-to-share-those-pesky-large-files.html">website to share your files&lt;/a> (although that depends on whether you have a hosting plan) or you use websites like &lt;a title="Best File Sharing Website" href="http://www.keithrozario.com/2011/09/best-file-sharing-website.html">minus.com&lt;/a> to share it (but they have limits to the file size etc etc). For sharing large files like your wedding photos, may require you fork out a bit of cash to truly have unlimited downloads and good connectivity.&lt;/p>
&lt;p>If you&amp;rsquo;ve got a large 1GB file for example you&amp;rsquo;re hoping to send out to a bunch of friends and colleagues, your best bet may be Amazons Simple Storage Service (S3). The reason why I like S3, is that just like everything else with Amazon it&amp;rsquo;s a pay as you use model, which means there are no monthly fix fees and the moment your files stop becoming the flavor of the month, you&amp;rsquo;ll stop paying bandwidth for it. Plus I&amp;rsquo;m applying for a job at Amazon and hopefully this scores me some points :)&lt;/p></description></item><item><title>Wordpress on Amazon Web Services (AWS)</title><link>https://keithrozario.com/2011/10/how-to-install-wordpress-on-aws-cloud-computing/</link><pubDate>Sat, 08 Oct 2011 20:50:14 +0000</pubDate><guid>https://keithrozario.com/2011/10/how-to-install-wordpress-on-aws-cloud-computing/</guid><description>&lt;p>&lt;img
 src="https://keithrozario.com/uploads/amazon-cloud_320-300x225.jpg"
 alt=""
 title="amazon-cloud_320"
 loading="lazy"
 />&lt;/p>
&lt;p>A couple of days ago, I met some guys from Amazon web services strutting their stuff out in a brilliant presentation about &lt;strong>cloud computing&lt;/strong>. Now I must admit I haven&amp;rsquo;t been the most ardent cloud computing follower (I wasn&amp;rsquo;t really sure what it meant) , but I was &amp;lsquo;converted&amp;rsquo; by these guys&amp;hellip;.to the point where I wanted to dive in and learn about the cloud.&lt;/p>
&lt;p>And in keeping with my belief that&lt;em> the best way to learn is to do&lt;/em>, I decided to host a website on Amazon Web Services and see if it really could be setup in minutes (as promised by Amazon). Amazon also promised year long free trial of their EC2 platform, basically you get a very small virtual machine hosted on Amazon for free (for a whole year), which was too damn ridiculous to turn down. So if Amazon was spot on their promises you could setup a wordpress site on Amazon in minutes AND it would cost you nothing for the first year&amp;hellip;now that IS interesting.&lt;/p></description></item></channel></rss>