SlideShare a Scribd company logo
1 of 41
Amazon Web Services
Ramkumar Lakshminarayanan
 Amazon Web Services is one of the early and also the
most successful implementations of the Public Cloud.
 Amazon initially started offering a Cloud based
Message Queuing service called Amazon Simple
Queue Service or SQS.
 Other services are Mechanical Turk, Simple Storage
Service (S3), Elastic Compute Cloud (EC2), A CDN
service called CloudFront, a flexible and distributed
database service called SimpleDB.
 Amazon recently announced the availability of MySQL
in the Cloud through a service called Relational Data
Service (RDS).
 Amazon offers the core capabilities to run a complete
web application or a Line of Business application, it is
obvious that it is Infrastructure as a Service (IaaS).
 AWS is truly the platform of the platforms.
 You can choose an OS, App server and the
programming language of your choice.
 AWS SDK and API is available for most of the popular
languages including Java, .NET, Python and Ruby.
 Amazon’s Simple Storage Service or S3 is a great way
to store data on the Cloud that can be accessed by
any application with access to the Internet.
 S3 can store any arbitrary data as objects
accompanied by metadata. These objects can be
organized into buckets. Every bucket and object has a
set of permissions defined in the Access Control List
(ACL).
S3
 The objects stored in S3 can be anything from a
document, a media file, serialized objects or even
Virtual Machine images.
 Each object can be 5GB in size while the metadata can
be up to 2KB.
 All the objects can be accessed using simple REST or
SOAP calls.
 S3 an ideal storage solution to centrally store and
retrieve data across multiple clients.
 S3 can also be treated as a virtual file system to
provide persistence storage capabilities to
applications.
 EC2 is hiring a server running at a remote location.
These servers are actually Virtual Machine images
running on top of Amazon’s powerful data centers.
 Amazon calls these virtualized server instances as
Amazon Machine Images or AMI.
EC2
 These instances come in different sizes that you can
choose from.
 Please refer to http://aws.amazon.com/ec2/#instance for
more details on the instance types.
 There are many pre-configured AMIs that you can choose
from.
 The typical workflow on EC2 is that you choose a pre-
configured AMI, launch that AMI, customize it by adding
additional software and by loading an app and finally, save
that AMI as your custom AMI on S3.
 You can launch multiple instances of your AMI and
attach them to an IP called the Elastic IP. Because of
the dynamic capability of launching multiple instances
of the same AMIs to scale up and terminating them to
scale down, it is called Elastic Compute Cloud.
 SQS is the message queue on the Cloud. It supports
programmatic sending of messages via web service
applications as a way to communicate over the
Internet.
 Message Oriented Middleware (MOM) is a popular
way of ensuring that the messages are delivered once
and only once.
 Moving that infrastructure to the web by yourself is
expensive and hard to maintain.
SQS
 SQS gives you this capability on-demand and through
the pay-by-use model. SQS is accessible through REST
and SOAP based API.
 When your web application is targeting the global users, it
makes sense to serve the static content through a server
that is closer to the user.
 One of the solutions based on this principle is called
Content Delivery Network (CDN).
 CloudFront utilizes S3 by replicating the buckets across
multiple edge servers.
 Amazon charges you only for the data that is served
through CloudFront and there is no requirement for
upfront payment.
Cloud Front
 If S3 offers storage for arbitrary binary data,
SimpleDB is a flexible way to store Name/Value pairs
on the Cloud.
 This dramatically reduces the overhead of maintaining
a relational database continuously.
 SimpleDB is accessed through REST and HTTP calls
and can be easily consumed by any client that can
parse a HTTP response.
SimpleDB
 Amazon RDS offers relational database on the Cloud.
It is based on the popular MySQL database.
 When you are moving a traditional Line of Business
application to the Cloud and want to maintain high
fidelity with the existing systems, you can choose
RDS.
 The advantage of RDS is that you do not install,
configure, manage and maintain the DB server.
RDS
 You only consume it and Amazon takes care of the
rest.
 Routine operations like patching the server and
backing up the databases are taken care and you only
consume the service.
 RDS is priced on Pay-as-you-go model and there is no
upfront investment required. It is accessible through
the REST and SOAP based API.
Scenarios
 If you are an aspiring entrepreneur and want to go-live
with your app without an upfront investment, Amazon is
the place to go.
 By running your web app on Amazon, you can dynamically
scale you application on demand and only pay for what you
use.
 This can be the best playground for you to determine the
server capacity needs and asses the peak traffic patterns
before the commercial launch of your web app.
Scalable Web Application
 If your enterprise has to open up an internal LOB
application to its employees and trading partners, it can
extend the application to the Cloud by leveraging a
concept of AWS called Virtual Private Cloud (VPC). This is
achieving the Hybrid Cloud capabilities by partially moving
an application to the Cloud while still running the sensitive
and proprietary part of the LOB application secured behind
the firewall.
 VPC enables organizations to securely extend itself to the
Cloud.
Line of Business Application
 Data that is not very frequently accessed but may be
required due to data retention policies can be easily
archived on Amazon S3.
 By building a simple, searchable frontend, this data
can be searched and retrieved on-demand.
 Moving the data to the Cloud will ensure that is
available from any where and any time.
Data Archival
 For many enterprises, there is an occasional requirement
of high performance computing.
 Investing in high-end servers is not an optimal solution
because they may not be utilized after the task is done.
 With AWS, companies can virtually ‘hire’ as much
computing power as they need and pay only for what they
used.
 This will eliminate the expensive proposition of investing in
the infrastructure.
High-Performance Computing On
Demand
 A TV channel might want to start delivering the recorded
shows to its global audience.
 Since most of the content is static, they can leverage the
CDN capabilities.
 Signing up with services like Akamai and LimeLight can be
expensive.
 Because the media content is already stored on S3, it is
very easy and cost effective to leverage Amazon’s
CloudFront to deliver the media content through the
geographically spread edge locations.
Scalable Media Delivery
 http://aws.amazon.com/console/
A Review of AWS
 Amazon Elastic Compute Cloud (EC2)
 Amazon Elastic MapReduce
 Auto Scaling
Compute
 Amazon CloudFront
Content Delivery
 Amazon SimpleDB
 Amazon Relational Database Service (RDS)
 Amazon ElastiCache
Database
 AWS Elastic Beanstalk
 AWS CloudFormation
Deployment & Management
 Amazon Route 53
 Amazon Virtual Private Cloud (VPC)
 AWS Direct Connect
 Elastic Load Balancing
Networking
 Amazon Fulfillment Web Service (FWS)
E-Commerce
 AWS Identity and Access Management (IAM)
Identity & Access
 Amazon Simple Queue Service (SQS)
 Amazon Simple Notification Service (SNS)
 Amazon Simple Email Service (SES)
Messaging
 Amazon Flexible Payments Service (FPS and ASP)
 Amazon DevPay
Payments & Billing
 AWS SDK for Android
 AWS SDK for iOS
 AWS SDK for Java
 AWS SDK for .NET
 AWS SDK for PHP
 AWS SDK for Ruby
 AWS Toolkit for Eclipse
 AWS Toolkit for Visual Studio
Software Development Kits (SDKs)
 Amazon Simple Storage Service (S3)
 AWS Import/Export
 AWS Storage Gateway
Storage
 Questions ?

More Related Content

What's hot

AWS May 2016 Webinar Series - AWS Services Overview
AWS May 2016 Webinar Series - AWS Services OverviewAWS May 2016 Webinar Series - AWS Services Overview
AWS May 2016 Webinar Series - AWS Services OverviewAmazon Web Services
 
Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Jatinder Randhawa
 
Day 1 - Introduction to Cloud Computing with Amazon Web Services
Day 1 - Introduction to Cloud Computing with Amazon Web ServicesDay 1 - Introduction to Cloud Computing with Amazon Web Services
Day 1 - Introduction to Cloud Computing with Amazon Web ServicesAmazon Web Services
 
The Lean Cloud for Startups with AWS - Introduction & AWS Overview
The Lean Cloud for Startups with AWS - Introduction & AWS OverviewThe Lean Cloud for Startups with AWS - Introduction & AWS Overview
The Lean Cloud for Startups with AWS - Introduction & AWS OverviewAmazon Web Services
 
The Cloud as a Platform
The Cloud as a PlatformThe Cloud as a Platform
The Cloud as a Platformjineshvaria
 
Cloud Computing and Amazon Web Services
Cloud Computing and Amazon Web ServicesCloud Computing and Amazon Web Services
Cloud Computing and Amazon Web ServicesAditya Jha
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web ServicesJames Armes
 
AWS Presentation
AWS PresentationAWS Presentation
AWS Presentationjlechowicz
 
Cloud Computing - Amazon Web Services
Cloud Computing - Amazon Web ServicesCloud Computing - Amazon Web Services
Cloud Computing - Amazon Web ServicesMarciel Torres
 
Amazon web services
Amazon web services Amazon web services
Amazon web services Shiva Cse
 
AWSome Day 2016 - Module 1: AWS Introduction and History
AWSome Day 2016 - Module 1: AWS Introduction and HistoryAWSome Day 2016 - Module 1: AWS Introduction and History
AWSome Day 2016 - Module 1: AWS Introduction and HistoryAmazon Web Services
 
Overview oracle-e-business-suite-aws
Overview oracle-e-business-suite-awsOverview oracle-e-business-suite-aws
Overview oracle-e-business-suite-awsAlf Baez
 
Virtual AWSome Day Training Sept 2017
Virtual AWSome Day Training Sept 2017Virtual AWSome Day Training Sept 2017
Virtual AWSome Day Training Sept 2017Amazon Web Services
 
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...Edureka!
 
Amazon web services : Layman Introduction
Amazon web services : Layman IntroductionAmazon web services : Layman Introduction
Amazon web services : Layman IntroductionParashar Borkotoky
 

What's hot (20)

AWS Re Invent 2019 Recap
AWS Re Invent 2019 Recap AWS Re Invent 2019 Recap
AWS Re Invent 2019 Recap
 
Aws overview
Aws overviewAws overview
Aws overview
 
AWS May 2016 Webinar Series - AWS Services Overview
AWS May 2016 Webinar Series - AWS Services OverviewAWS May 2016 Webinar Series - AWS Services Overview
AWS May 2016 Webinar Series - AWS Services Overview
 
Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)
 
Day 1 - Introduction to Cloud Computing with Amazon Web Services
Day 1 - Introduction to Cloud Computing with Amazon Web ServicesDay 1 - Introduction to Cloud Computing with Amazon Web Services
Day 1 - Introduction to Cloud Computing with Amazon Web Services
 
Aws ppt
Aws pptAws ppt
Aws ppt
 
The Lean Cloud for Startups with AWS - Introduction & AWS Overview
The Lean Cloud for Startups with AWS - Introduction & AWS OverviewThe Lean Cloud for Startups with AWS - Introduction & AWS Overview
The Lean Cloud for Startups with AWS - Introduction & AWS Overview
 
The Cloud as a Platform
The Cloud as a PlatformThe Cloud as a Platform
The Cloud as a Platform
 
Cloud Computing and Amazon Web Services
Cloud Computing and Amazon Web ServicesCloud Computing and Amazon Web Services
Cloud Computing and Amazon Web Services
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web Services
 
AWS Presentation
AWS PresentationAWS Presentation
AWS Presentation
 
AWS overview
AWS overviewAWS overview
AWS overview
 
Cloud Computing - Amazon Web Services
Cloud Computing - Amazon Web ServicesCloud Computing - Amazon Web Services
Cloud Computing - Amazon Web Services
 
Amazon web services
Amazon web services Amazon web services
Amazon web services
 
AWSome Day 2016 - Module 1: AWS Introduction and History
AWSome Day 2016 - Module 1: AWS Introduction and HistoryAWSome Day 2016 - Module 1: AWS Introduction and History
AWSome Day 2016 - Module 1: AWS Introduction and History
 
AWS Services Overview - Ryland
AWS Services Overview - RylandAWS Services Overview - Ryland
AWS Services Overview - Ryland
 
Overview oracle-e-business-suite-aws
Overview oracle-e-business-suite-awsOverview oracle-e-business-suite-aws
Overview oracle-e-business-suite-aws
 
Virtual AWSome Day Training Sept 2017
Virtual AWSome Day Training Sept 2017Virtual AWSome Day Training Sept 2017
Virtual AWSome Day Training Sept 2017
 
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...
What is AWS | AWS Certified Solutions Architect | AWS Tutorial | AWS Training...
 
Amazon web services : Layman Introduction
Amazon web services : Layman IntroductionAmazon web services : Layman Introduction
Amazon web services : Layman Introduction
 

Viewers also liked (6)

Android canvas-chapter20
Android canvas-chapter20Android canvas-chapter20
Android canvas-chapter20
 
Web technology today
Web technology todayWeb technology today
Web technology today
 
Android action bar and notifications-chapter16
Android action bar and notifications-chapter16Android action bar and notifications-chapter16
Android action bar and notifications-chapter16
 
Css advanced – session 5
Css advanced – session 5Css advanced – session 5
Css advanced – session 5
 
Discovering the value of the cloud for the business
Discovering the value of the cloud for the business Discovering the value of the cloud for the business
Discovering the value of the cloud for the business
 
Spc Ardmona
Spc ArdmonaSpc Ardmona
Spc Ardmona
 

Similar to Amazon web services session 4

Top 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdfTop 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdfAnanthReddy38
 
Top 20 AWS interview questions and answers in 2023.pptx
Top 20 AWS interview questions and answers in 2023.pptxTop 20 AWS interview questions and answers in 2023.pptx
Top 20 AWS interview questions and answers in 2023.pptxAnanthReddy38
 
Jump Start to Amazon Web Services
Jump Start to Amazon Web ServicesJump Start to Amazon Web Services
Jump Start to Amazon Web ServicesGagan Sikri
 
Aws interview questions and answers
Aws interview questions and answersAws interview questions and answers
Aws interview questions and answerskavinilavuG
 
Cloud computing - Compute,Storage,Networking & Security
Cloud computing - Compute,Storage,Networking & SecurityCloud computing - Compute,Storage,Networking & Security
Cloud computing - Compute,Storage,Networking & SecurityNantha Kumar Rajasekaren
 
Survey of International and Thai Cloud Providers and Cloud Software Projects
Survey of International and Thai Cloud Providers and Cloud Software ProjectsSurvey of International and Thai Cloud Providers and Cloud Software Projects
Survey of International and Thai Cloud Providers and Cloud Software Projectst b
 
AWS Interview Questions and Answers -CREDO SYSTEMZ.pdf
AWS Interview Questions and Answers -CREDO SYSTEMZ.pdfAWS Interview Questions and Answers -CREDO SYSTEMZ.pdf
AWS Interview Questions and Answers -CREDO SYSTEMZ.pdfnishajeni1
 
AWS re:Invent re:Cap 2015
AWS re:Invent re:Cap 2015AWS re:Invent re:Cap 2015
AWS re:Invent re:Cap 2015Mark Bate
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web ServicesAmit Ranjan
 
Buy Amazon AWS Accounts .pdf
Buy Amazon AWS Accounts .pdfBuy Amazon AWS Accounts .pdf
Buy Amazon AWS Accounts .pdfHarry Clark Clark
 
AWS tutorial-Part5 to 10(Combined):Overview of various AWS services and offer...
AWS tutorial-Part5 to 10(Combined):Overview of various AWS services and offer...AWS tutorial-Part5 to 10(Combined):Overview of various AWS services and offer...
AWS tutorial-Part5 to 10(Combined):Overview of various AWS services and offer...SaM theCloudGuy
 
AWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAadarsh Sharan
 
Case study on Cloud Platforms
Case study on Cloud PlatformsCase study on Cloud Platforms
Case study on Cloud Platformsnik_053
 
Aws top 50 interview questions
Aws top 50 interview questionsAws top 50 interview questions
Aws top 50 interview questionsInfosecTrain
 
AWS (Amazon Web Services).pdf
AWS (Amazon Web Services).pdfAWS (Amazon Web Services).pdf
AWS (Amazon Web Services).pdfBluebash LLC
 
AWS Vs Azure Vs Google: Cloud Services Comparison
AWS Vs Azure Vs Google: Cloud Services ComparisonAWS Vs Azure Vs Google: Cloud Services Comparison
AWS Vs Azure Vs Google: Cloud Services ComparisonAliaSingh9
 

Similar to Amazon web services session 4 (20)

Top 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdfTop 20 AWS interview questions and answers in 2023.pdf
Top 20 AWS interview questions and answers in 2023.pdf
 
Top 20 AWS interview questions and answers in 2023.pptx
Top 20 AWS interview questions and answers in 2023.pptxTop 20 AWS interview questions and answers in 2023.pptx
Top 20 AWS interview questions and answers in 2023.pptx
 
Jump Start to Amazon Web Services
Jump Start to Amazon Web ServicesJump Start to Amazon Web Services
Jump Start to Amazon Web Services
 
Aws interview questions and answers
Aws interview questions and answersAws interview questions and answers
Aws interview questions and answers
 
Cloud computing - Compute,Storage,Networking & Security
Cloud computing - Compute,Storage,Networking & SecurityCloud computing - Compute,Storage,Networking & Security
Cloud computing - Compute,Storage,Networking & Security
 
Survey of International and Thai Cloud Providers and Cloud Software Projects
Survey of International and Thai Cloud Providers and Cloud Software ProjectsSurvey of International and Thai Cloud Providers and Cloud Software Projects
Survey of International and Thai Cloud Providers and Cloud Software Projects
 
AWS Interview Questions and Answers -CREDO SYSTEMZ.pdf
AWS Interview Questions and Answers -CREDO SYSTEMZ.pdfAWS Interview Questions and Answers -CREDO SYSTEMZ.pdf
AWS Interview Questions and Answers -CREDO SYSTEMZ.pdf
 
AWS re:Invent re:Cap 2015
AWS re:Invent re:Cap 2015AWS re:Invent re:Cap 2015
AWS re:Invent re:Cap 2015
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web Services
 
Buy Amazon AWS Accounts .pdf
Buy Amazon AWS Accounts .pdfBuy Amazon AWS Accounts .pdf
Buy Amazon AWS Accounts .pdf
 
Amazon web services aws
Amazon web services awsAmazon web services aws
Amazon web services aws
 
AWS tutorial-Part5 to 10(Combined):Overview of various AWS services and offer...
AWS tutorial-Part5 to 10(Combined):Overview of various AWS services and offer...AWS tutorial-Part5 to 10(Combined):Overview of various AWS services and offer...
AWS tutorial-Part5 to 10(Combined):Overview of various AWS services and offer...
 
AWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_Sharan
 
Case study on Cloud Platforms
Case study on Cloud PlatformsCase study on Cloud Platforms
Case study on Cloud Platforms
 
Aws top 50 interview questions
Aws top 50 interview questionsAws top 50 interview questions
Aws top 50 interview questions
 
AWS (Amazon Web Services).pdf
AWS (Amazon Web Services).pdfAWS (Amazon Web Services).pdf
AWS (Amazon Web Services).pdf
 
Amazon Web Service.pdf
Amazon Web Service.pdfAmazon Web Service.pdf
Amazon Web Service.pdf
 
Aws coi7
Aws coi7Aws coi7
Aws coi7
 
AMAZON CLOUD Course Content
AMAZON CLOUD Course ContentAMAZON CLOUD Course Content
AMAZON CLOUD Course Content
 
AWS Vs Azure Vs Google: Cloud Services Comparison
AWS Vs Azure Vs Google: Cloud Services ComparisonAWS Vs Azure Vs Google: Cloud Services Comparison
AWS Vs Azure Vs Google: Cloud Services Comparison
 

More from Dr. Ramkumar Lakshminarayanan

More from Dr. Ramkumar Lakshminarayanan (20)

IT security awareness
IT security awarenessIT security awareness
IT security awareness
 
Basics of IT security
Basics of IT securityBasics of IT security
Basics of IT security
 
IT Security Awareness Posters
IT Security Awareness PostersIT Security Awareness Posters
IT Security Awareness Posters
 
Normalisation revision
Normalisation revisionNormalisation revision
Normalisation revision
 
Windows mobile programming
Windows mobile programmingWindows mobile programming
Windows mobile programming
 
Concurrency control
Concurrency controlConcurrency control
Concurrency control
 
Php Tutorial
Php TutorialPhp Tutorial
Php Tutorial
 
Phonegap for Android
Phonegap for AndroidPhonegap for Android
Phonegap for Android
 
Create and Sell Android App (in tamil)
Create and Sell Android App (in tamil)Create and Sell Android App (in tamil)
Create and Sell Android App (in tamil)
 
Android app - Creating Live Wallpaper (tamil)
Android app - Creating Live Wallpaper (tamil)Android app - Creating Live Wallpaper (tamil)
Android app - Creating Live Wallpaper (tamil)
 
Android Tips (Tamil)
Android Tips (Tamil)Android Tips (Tamil)
Android Tips (Tamil)
 
Android Animation (in tamil)
Android Animation (in tamil)Android Animation (in tamil)
Android Animation (in tamil)
 
Creating List in Android App (in tamil)
Creating List in Android App (in tamil)Creating List in Android App (in tamil)
Creating List in Android App (in tamil)
 
Single Touch event view in Android (in tamil)
Single Touch event view in Android (in tamil)Single Touch event view in Android (in tamil)
Single Touch event view in Android (in tamil)
 
Android Application using seekbar (in tamil)
Android Application using seekbar (in tamil)Android Application using seekbar (in tamil)
Android Application using seekbar (in tamil)
 
Rating Bar in Android Example
Rating Bar in Android ExampleRating Bar in Android Example
Rating Bar in Android Example
 
Creating Image Gallery - Android app (in tamil)
Creating Image Gallery - Android app (in tamil)Creating Image Gallery - Android app (in tamil)
Creating Image Gallery - Android app (in tamil)
 
Create Android App using web view (in tamil)
Create Android App using web view (in tamil)Create Android App using web view (in tamil)
Create Android App using web view (in tamil)
 
Hardware Interface in Android (in tamil)
Hardware Interface in Android (in tamil)Hardware Interface in Android (in tamil)
Hardware Interface in Android (in tamil)
 
GPS in Android (in tamil)
GPS in Android (in tamil)GPS in Android (in tamil)
GPS in Android (in tamil)
 

Amazon web services session 4

  • 1. Amazon Web Services Ramkumar Lakshminarayanan
  • 2.
  • 3.  Amazon Web Services is one of the early and also the most successful implementations of the Public Cloud.  Amazon initially started offering a Cloud based Message Queuing service called Amazon Simple Queue Service or SQS.  Other services are Mechanical Turk, Simple Storage Service (S3), Elastic Compute Cloud (EC2), A CDN service called CloudFront, a flexible and distributed database service called SimpleDB.
  • 4.  Amazon recently announced the availability of MySQL in the Cloud through a service called Relational Data Service (RDS).
  • 5.  Amazon offers the core capabilities to run a complete web application or a Line of Business application, it is obvious that it is Infrastructure as a Service (IaaS).  AWS is truly the platform of the platforms.  You can choose an OS, App server and the programming language of your choice.  AWS SDK and API is available for most of the popular languages including Java, .NET, Python and Ruby.
  • 6.  Amazon’s Simple Storage Service or S3 is a great way to store data on the Cloud that can be accessed by any application with access to the Internet.  S3 can store any arbitrary data as objects accompanied by metadata. These objects can be organized into buckets. Every bucket and object has a set of permissions defined in the Access Control List (ACL). S3
  • 7.  The objects stored in S3 can be anything from a document, a media file, serialized objects or even Virtual Machine images.  Each object can be 5GB in size while the metadata can be up to 2KB.  All the objects can be accessed using simple REST or SOAP calls.
  • 8.  S3 an ideal storage solution to centrally store and retrieve data across multiple clients.  S3 can also be treated as a virtual file system to provide persistence storage capabilities to applications.
  • 9.
  • 10.  EC2 is hiring a server running at a remote location. These servers are actually Virtual Machine images running on top of Amazon’s powerful data centers.  Amazon calls these virtualized server instances as Amazon Machine Images or AMI. EC2
  • 11.  These instances come in different sizes that you can choose from.  Please refer to http://aws.amazon.com/ec2/#instance for more details on the instance types.  There are many pre-configured AMIs that you can choose from.  The typical workflow on EC2 is that you choose a pre- configured AMI, launch that AMI, customize it by adding additional software and by loading an app and finally, save that AMI as your custom AMI on S3.
  • 12.  You can launch multiple instances of your AMI and attach them to an IP called the Elastic IP. Because of the dynamic capability of launching multiple instances of the same AMIs to scale up and terminating them to scale down, it is called Elastic Compute Cloud.
  • 13.
  • 14.  SQS is the message queue on the Cloud. It supports programmatic sending of messages via web service applications as a way to communicate over the Internet.  Message Oriented Middleware (MOM) is a popular way of ensuring that the messages are delivered once and only once.  Moving that infrastructure to the web by yourself is expensive and hard to maintain. SQS
  • 15.  SQS gives you this capability on-demand and through the pay-by-use model. SQS is accessible through REST and SOAP based API.
  • 16.  When your web application is targeting the global users, it makes sense to serve the static content through a server that is closer to the user.  One of the solutions based on this principle is called Content Delivery Network (CDN).  CloudFront utilizes S3 by replicating the buckets across multiple edge servers.  Amazon charges you only for the data that is served through CloudFront and there is no requirement for upfront payment. Cloud Front
  • 17.
  • 18.  If S3 offers storage for arbitrary binary data, SimpleDB is a flexible way to store Name/Value pairs on the Cloud.  This dramatically reduces the overhead of maintaining a relational database continuously.  SimpleDB is accessed through REST and HTTP calls and can be easily consumed by any client that can parse a HTTP response. SimpleDB
  • 19.
  • 20.  Amazon RDS offers relational database on the Cloud. It is based on the popular MySQL database.  When you are moving a traditional Line of Business application to the Cloud and want to maintain high fidelity with the existing systems, you can choose RDS.  The advantage of RDS is that you do not install, configure, manage and maintain the DB server. RDS
  • 21.  You only consume it and Amazon takes care of the rest.  Routine operations like patching the server and backing up the databases are taken care and you only consume the service.  RDS is priced on Pay-as-you-go model and there is no upfront investment required. It is accessible through the REST and SOAP based API.
  • 22.
  • 24.  If you are an aspiring entrepreneur and want to go-live with your app without an upfront investment, Amazon is the place to go.  By running your web app on Amazon, you can dynamically scale you application on demand and only pay for what you use.  This can be the best playground for you to determine the server capacity needs and asses the peak traffic patterns before the commercial launch of your web app. Scalable Web Application
  • 25.  If your enterprise has to open up an internal LOB application to its employees and trading partners, it can extend the application to the Cloud by leveraging a concept of AWS called Virtual Private Cloud (VPC). This is achieving the Hybrid Cloud capabilities by partially moving an application to the Cloud while still running the sensitive and proprietary part of the LOB application secured behind the firewall.  VPC enables organizations to securely extend itself to the Cloud. Line of Business Application
  • 26.  Data that is not very frequently accessed but may be required due to data retention policies can be easily archived on Amazon S3.  By building a simple, searchable frontend, this data can be searched and retrieved on-demand.  Moving the data to the Cloud will ensure that is available from any where and any time. Data Archival
  • 27.  For many enterprises, there is an occasional requirement of high performance computing.  Investing in high-end servers is not an optimal solution because they may not be utilized after the task is done.  With AWS, companies can virtually ‘hire’ as much computing power as they need and pay only for what they used.  This will eliminate the expensive proposition of investing in the infrastructure. High-Performance Computing On Demand
  • 28.  A TV channel might want to start delivering the recorded shows to its global audience.  Since most of the content is static, they can leverage the CDN capabilities.  Signing up with services like Akamai and LimeLight can be expensive.  Because the media content is already stored on S3, it is very easy and cost effective to leverage Amazon’s CloudFront to deliver the media content through the geographically spread edge locations. Scalable Media Delivery
  • 30.  Amazon Elastic Compute Cloud (EC2)  Amazon Elastic MapReduce  Auto Scaling Compute
  • 32.  Amazon SimpleDB  Amazon Relational Database Service (RDS)  Amazon ElastiCache Database
  • 33.  AWS Elastic Beanstalk  AWS CloudFormation Deployment & Management
  • 34.  Amazon Route 53  Amazon Virtual Private Cloud (VPC)  AWS Direct Connect  Elastic Load Balancing Networking
  • 35.  Amazon Fulfillment Web Service (FWS) E-Commerce
  • 36.  AWS Identity and Access Management (IAM) Identity & Access
  • 37.  Amazon Simple Queue Service (SQS)  Amazon Simple Notification Service (SNS)  Amazon Simple Email Service (SES) Messaging
  • 38.  Amazon Flexible Payments Service (FPS and ASP)  Amazon DevPay Payments & Billing
  • 39.  AWS SDK for Android  AWS SDK for iOS  AWS SDK for Java  AWS SDK for .NET  AWS SDK for PHP  AWS SDK for Ruby  AWS Toolkit for Eclipse  AWS Toolkit for Visual Studio Software Development Kits (SDKs)
  • 40.  Amazon Simple Storage Service (S3)  AWS Import/Export  AWS Storage Gateway Storage