Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ShellyCloud, Heroku & EngineYard. Pros & Cons
Search
Giedrius Rimkus
November 19, 2013
Technology
0
240
ShellyCloud, Heroku & EngineYard. Pros & Cons
Short intro about few PaaS.
Giedrius Rimkus
November 19, 2013
Tweet
Share
More Decks by Giedrius Rimkus
See All by Giedrius Rimkus
Tips moving from Mandrill
giedriusr
0
62
Empowered productivity
giedriusr
0
52
Introduction to Dirt Rally
giedriusr
0
50
Single Founder. Everything is possible when you believe at what you do!
giedriusr
0
54
What is Chef at Tripsta!
giedriusr
0
88
Other Decks in Technology
See All in Technology
生成AI活用の組織格差を解消する 〜ビジネス職のCursor導入が開発効率に与えた好循環〜 / Closing the Organizational Gap in AI Adoption
upamune
2
1.2k
製造業からパッケージ製品まで、あらゆる領域をカバー!生成AIを利用したテストシナリオ生成 / 20250627 Suguru Ishii
shift_evolve
PRO
1
140
Windows 11 で AWS Documentation MCP Server 接続実践/practical-aws-documentation-mcp-server-connection-on-windows-11
emiki
0
960
Fabric + Databricks 2025.6 の最新情報ピックアップ
ryomaru0825
1
140
生成AI時代の開発組織・技術・プロセス 〜 ログラスの挑戦と考察 〜
itohiro73
0
150
本が全く読めなかった過去の自分へ
genshun9
0
290
Delegating the chores of authenticating users to Keycloak
ahus1
0
120
5min GuardDuty Extended Threat Detection EKS
takakuni
0
140
低レイヤを知りたいPHPerのためのCコンパイラ作成入門 完全版 / Building a C Compiler for PHPers Who Want to Dive into Low-Level Programming - Expanded
tomzoh
4
3.2k
rubygem開発で鍛える設計力
joker1007
2
200
Oracle Audit Vault and Database Firewall 20 概要
oracle4engineer
PRO
3
1.7k
Prox Industries株式会社 会社紹介資料
proxindustries
0
290
Featured
See All Featured
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.4k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
Statistics for Hackers
jakevdp
799
220k
Visualization
eitanlees
146
16k
Rebuilding a faster, lazier Slack
samanthasiow
82
9.1k
The Invisible Side of Design
smashingmag
299
51k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Making the Leap to Tech Lead
cromwellryan
134
9.3k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.3k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Transcript
Shelly Cloud, Heroku & EngineYard Pros & Cons Giedrius Rimkus
& Viačeslavas Čičkinas Ruby Conference Lithuania 2013 April
That's not a battle It's not about which one is
better.. it's all about showing the pros & cons of those platforms.. In the end.. it's up to you to choose the right one!
Cloud Computing? Pay-per-use (or pay-as-you-go) On-demand Computing resources
So what are those services? Delivering platform as a service
Deployments are done by pushing with git Competence needed? No! It's simple as that!
What is PaaS?
Example of git push at ShellyCloud $ git push myapp-production
master Counting objects: 74, done. Delta compression using up to 4 threads. Compressing objects: 100% (47/47), done. Writing objects: 100% (47/47), 5.60 KiB, done. Total 47 (delta 39), reused 0 (delta 0) remote: remote: ---> Received push to cloud 'mymapp-production' remote: ---> Checking Gemfile remote: ---> Deploying your application remote: remote: ---> Deployment on server app1 started remote: ---> Deployment on server app1 finished remote: remote: ---> Deployment successful To
[email protected]
:myapp-production.git 9ce50af..00a4ab4 master -> master
Example of git push at Heroku $ git push heroku
master -----> Heroku receiving push -----> Rails app detected -----> Compiled slug size is 8.0MB -----> Launching... done, v1 http://sushi.herokuapp.com deployed to Heroku
Example of git push at EngineYard Either through the web
dashboard or CLI 1. GUI: 2. CLI: ey deploy --environment='example_production' --app=" new_rails_app" --account="Example"
Aim Hide all administration stuff Developers focus on building application
and not on deployment nor infrastructure
Management via command line tool shelly - cli for ShellyCloud
heroku-toolbelt - cli for Heroku ey (engineyard gem) - cli for EngineYard
Infrastructure management Cloudfile in ShellyCloud Web based, Procfile - in
Heroku Web based, API (now in beta,coming soon) - in EngineYard
ShellyCloud architecture
Heroku architecture
Engine Yard architecture
Pricing Heroku - per process / worker EngineYard - per
instance Shelly Cloud - per instance
Supported languages Heroku supports many platforms: Ruby, Java, Python, Clojure,
Scala, Node.js EngineYard supports: PHP, Ruby, Node.js ShellyCloud is Ruby oriented.
FREE plans Application with only 1 worker is always FREE
at Heroku. Engine Yard has a free trial, that offers 500 free Hours ShellyCloud offers 20 credit for the first cloud, that's 1 month for FREE.
File storage Storing files at Shelly Cloud local storage shared
among all app instances Heroku you need S3 (simple storage service) EngineYard attaches separate EBS Volume to every instance. Snapshots and Backups are automatically uploaded to designated S3 bucket. You can use your own S3 Bucket as well.
Sending emails ShellyCloud provides already configured mail servers Heroku external
service has to be used, i.e. "Sendgrid" EngineYard external service in form of addons has to be used, i.e. "Sendgrid", "Mailgun"
Databases supported ShellyCloud - PostgreSQL, Redis, MongoDB Heroku - PostgreSQL,
MySQL, Redis, MongoDB EngineYard - PostgreSQL, MySQL, Riak, MongoDB, Redis
DEMO Shelly Cloud
DEMO Heroku
DEMO EngineYard
Redeem code for conference attendees from ShellyCloud Code: RUBYCONFLT13 Valid
for: 1 month
Questions?
Thank You Giedrius Rimkus Software Engineer @giedriusr Viačeslavas Čičkinas Business
Development Representative at EngineYard @vcickinas Ruby Conference Lithuania. 20 April, 2013