Energia Open Source Bazaar AWS  Enes UYSAL - Summer Internship 2012 at CaixaMagica.

Slides:



Advertisements
Similar presentations
B. Ramamurthy 4/17/ Overview of EC2 Components (fig. 2.1) 10..* /17/20152.
Advertisements

Data-Intensive Cloud Control for GENI GEC 8 demo Orca control framework July 20, 2010 Michael Zink, Prashant Shenoy, Jim Kurose, David Irwin and Emmanuel.
The Total Cost of (Non) Ownership of Storage In The Cloud Jinesh Varia Technology Evangelist.
© 2010 VMware Inc. All rights reserved Amazon Web Services.
AWS Simple Icons v2.1 Usage Guidelines Check to make sure you have the most recent set of AWS Simple Icons. This version was last updated 4/18/2013 (v2.1)
Futures – Alpha Cloud Deployment and Application Management.
Using ArcGIS for Server in the Amazon Cloud
Copyright © 2015 Open iT, Inc. All rights reserved. Benefits of Usage Metering in Cloud Solutions Linda Cole Sales Director, North America Speaker Meter.
1 NETE4631 Cloud deployment models and migration Lecture Notes #4.
Infrastructure as a Service (IaaS) Amazon EC2
Matt Bertrand Building GIS Apps in the Cloud. Infrastructure - Provides computer infrastructure, typically a platform virtualization environment, as a.
Nikolay Tomitov Technical Trainer SoftAcad.bg.  What are Amazon Web services (AWS) ?  What’s cool when developing with AWS ?  Architecture of AWS 
Introduction to Amazon Web Services (AWS)
A Brief Overview by Aditya Dutt March 18 th ’ Aditya Inc.
Let's build a media sharing website # 1 Hosting.
Lecture 15 – Amazon Network as a Service. Recall IaaS Server as a Service Storage as a Service Network as a Service.
Mastering Amazon RDS Data Masters. Special Thanks To… Miami Innovation Center for Entrepreneurship
Cloud Computing. What is Cloud Computing? Cloud computing is a model for enabling convenient, on-demand network access to a shared pool of configurable.
Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud.
1 NETE4631 Amazon Cloud Offerings Lecture Notes #6.
Cloud Computing & Amazon Web Services – EC2 Arpita Patel Software Engineer.
Amazon Storage as a Service. Recall IaaS Server as a Service Storage as a Service Connectivtiy as a Service.
How AWS Pricing Works Jinesh Varia Technology Evangelist.
Amazon Web Services MANEESH MOHANAVILASAM. OLD IS GOLD?...NOT Predicting peaks Developing partnerships Buying and maintaining hardware Upgrading hardware.
AWS Amazon Web Services Georges Akpoly CS252. Overview of AWS Amazon Elastic Compute Cloud (EC2) Amazon Simple Storage Service (S3) Amazon Simple Queue.
Data-Intensive Cloud Control for GENI GEC 10 Orca control framework March 15 th, 2011 Michael Zink, Prashant Shenoy, Jim Kurose, David Irwin and Emmanuel.
Licensed under Creative Commons Attribution-Share Alike 3.0 Unported License Cloud Hosting Practices Lessons DuraSpace has learned Bill Branan Open Repositories.
Cloud Computing is a Nebulous Subject Or how I learned to love VDF on Amazon.
Cloud services Amazon Web Service (AWS) Intro and usage.
Launch Amazon Instance. Amazon EC2 Amazon Elastic Compute Cloud (Amazon EC2) provides resizable computing capacity in the Amazon Web Services (AWS) cloud.
Open J2EE Session Cluster December Open J2EE Session Cluster 2 Agenda Drivers Existing products Description Technology choices Demo Plan.
Alfresco Enterprise on Azure Shah Rahman Founder and CEO, CloudlyIO.
#SummitNow Alfresco Deployments on AWS Cost-Effective, Scalable & Secure Michael Waldrop Director, Solutions Engineering .
Alfresco on Azure Shah Rahman Founder and CEO, CloudlyIO.
© 2015 MetricStream, Inc. All Rights Reserved. AWS server provisioning © 2015 MetricStream, Inc. All Rights Reserved. By, Srikanth K & Rohit.
AWS-Solution-Architect-Associate
Amazon Web Services. Amazon Web Services (AWS) - robust, scalable and affordable infrastructure for cloud computing. This session is about:
INTRODUCTION TO AMAZON WEB SERVICES (EC2). AMAZON WEB SERVICES  Services  Storage (Glacier, S3)  Compute (Elastic Compute Cloud, EC2)  Databases (Redshift,
Fault – Tolerant Distributed Multimedia Streaming Web Application By Nirvan Sagar – Srishti Ganjoo – Syed Shahbaaz Safir
Course: Cluster, grid and cloud computing systems Course author: Prof
AWS Simple Icons v AWS Simple Icons: Usage Guidelines
Security Group Amazon RDS Mysql Media Request S3
100% Exam Passing Guarantee & Money Back Assurance
Amazon Network as a Service
IoT Approach to Accommodation & Booking Related Web Services
Quattor in Amazon Cloud
What are the most popular services offered by Amazon Web Services..?Amazon Web Services
Amazon Web Services The Basics.
Welcome to AWS Certification Exam
AWS COURSE DEMO BY PROFESSIONAL-GURU. Amazon History Ladder & Offering.
Acutelearn Amazon Web Services Training Classroom Training Instructor led trainings at Acutelearn premises Corporate Training Custom tailored trainings.
PLOTr -KUSHAL MEHTA.
Cloud Computing ISY143.
Amazon AWS Solution Architect Associate Exam Dumps For Full Exam Info Visit This Link:
Buy September 2018 Valid Amazon AWS-SysOps Dumps Questions - Amazon AWS-SysOps Braindumps Realexamdumps.com
Latest Amazon AWS-Certified-Developer-Associate Certification Practice Question Answers – Dumps4download
Buy Amazon AWS-Solution-Architect-Associate Questions Answers - AWS-Solution-Architect-Associate Exam Dumps PDF Dumpsprofessor.com
AWS Administrator overview  SV Trainings AWS Training –provides real time and placement oriented Amazon Web Services (AWS) Online Training. Our AWS Course.
Replication Middleware for Cloud Based Storage Service
Amazon Storage as a Service
AWS(AMAZON WEB SERVICES - CLOUD)
Creating Leaders in Technology TECHNOLOGIES. What are we? A multi-national Training Company delivering quality training in latest Technologies across.
AWS Cloud Computing Masaki.
Image Magick in the Cloud Scalable Image Processing Service
Internet Protocols IP: Internet Protocol
The Blue Book pages 19 onwards
Amazon AWS Certified Solutions Architect Professional solutions-architect-professional-practice-test.html.
Revision PowerPoint By Nicole Davidson.
Presentation transcript:

Energia Open Source Bazaar AWS  Enes UYSAL - Summer Internship 2012 at CaixaMagica

Energia Open Source 2 Project Description Development of a Web component (Bazaar Mobile) in the Cloud.

Energia Open Source 3 New Architecture 3 EC2 Instances - 1 Instance PostgreSQL Database - 2 Instances (Apache,PHP, Memcache,Smarty) 3 Elastic IPs 4 EBS Volumes 1 Load Balancer 2 Security Groups S3 Storage Service

Energia Open Source 4 - Why Amazon Web Services ? * Amazon has more discounts in long term period usage * Well known company * Possible to turn off servers * Multi datacenter

Energia Open Source 5 - Amazon EC2 Instance for Database * Amazon RDS (Amazon Relational Database Service ) * PostgreSQL * Amazon EC2 as a Database Server

Energia Open Source 6 - Load Balancer * Distributes incoming application traffic across multiple Amazon EC2 instances * More than one front-end server to help coordinate traffic between servers

Energia Open Source 7 - Amazon S3 * Highly durable and distributed data store * APK files, icons and screenshots

Energia Open Source 8 - Changes * Started using “Amazon AWS SDK for PHP” to communicate between Amazon S3 and Amazon EC2 instances

Energia Open Source 9 Demonstration