amazon web service

20
13/12/2012 Logic Research Labs 1 TIOH Techno logy In Our Han d Amazon Web Service By Jayanthi P

Upload: jayanthi-pakkiyasamy

Post on 17-May-2015

205 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Amazon web service

13/12/2012 Logic Research Labs 1

TIOHTechnologyInOurHand

Amazon Web Service

By Jayanthi P

Page 2: Amazon web service

13/12/2012 Logic Research Labs 2

Topics Covered Web Services Web Service Integration Amazon Web Services Amazon List of Services Elastic Cloud Computing (EC2) Simple Storage Service (S3) Relational Data Service (RDS) SimpleDB Amazon Payment Amazon MarketPlace Amazon CloudFront Amazon BeansTalk

Page 3: Amazon web service

13/12/2012 Logic Research Labs 3

Web Services

A web service is a kind of software that is accessible on the Internet. It makes use of the XML messaging system and offers an easy to understand, interface for the end users.

Page 4: Amazon web service

13/12/2012 Logic Research Labs 4

Web Services Integration

Page 5: Amazon web service

13/12/2012 Logic Research Labs 5

Amazon Web Service

Company offers Infastructure-as-a-service (IaaS) for organizations who need computing power, storage and other services. 

dsfsdfsdhjf

Page 6: Amazon web service

13/12/2012 Logic Research Labs 6

Provided Web Services Compute

Amazon Elastic Compute Cloud (EC2) Amazon Elastic MapReduce Auto Scaling Elastic Load Balancing

Software AWS Marketplace

DataBase Amazon Relational Database Service

(RDS) Amazon DynamoDB Amazon SimpleDB Elastic Cache

Networking Amazon Route 53 Amazon Virtual Private Cloud (VPC) AWS Direct Connect

Application Services Cloud Search Simple Workflow Service (SWS) Simple Queue Service (SQS) Simple Notification Service (SNS) Simple Email Service (SES)

Payments & Billing Flexible Payment Service (FPS) DevPay

Storage Simple Storage Service (S3) Amazon Glacier Elastic Block Storage (EBS) AWS Import / Export AWS Storage GateWay

Deployment and Management Tool AWS Identity And Access

Management (IAM) Amazon CloudWatch AWS Elastic BeansTalk AWS CloudFormation

Workforce Amazon Mechanical Turk

Web Traffic Alexa Web Information Service Alexa Top Sites

Page 7: Amazon web service

13/12/2012 Logic Research Labs 7

Elastic Cloud Compute(EC2)• Built on Amazon’s world class data centers• Amazon EC2 is currently available in eight regions: US East (Northern Virginia), US West (Oregon), US West (Northern California), EU (Ireland), Asia Pacific (Singapore), Asia Pacific (Tokyo), Asia Pacific (Sydney), South America (Sao Paulo), and AWS GovCloud. • Uses Xen Hypervisor for virtualization• Allows Windows and Linux Virtual Machines (with many flavors of Linux)• Provides a number of options for memory and CPU• Each VM gets an internal and external IP address• Virtual firewall is available• You can create your own Amazon Machine Image (AMI)• There is a public API and Web Console to control VM infrastructure

Page 8: Amazon web service

13/12/2012 Logic Research Labs 8

EC2

Page 9: Amazon web service

13/12/2012 Logic Research Labs 9

Simple Storage Service (S3) Amazon Simple Storage Service provides a fully redundant data

storage infrastructure for storing and retrieving any amount of data, at any time, from anywhere on the Web.

With Amazon S3 SSE (Server Side Encryption), you can encrypt data on upload simply by adding an additional request header when writing the object. Decryption happens automatically when data is retrieved.

Amazon Glacier stores data for as little as $0.01 per gigabyte per month, and is optimized for data that is infrequently accessed and for which retrieval times of several hours are suitable.

Page 10: Amazon web service

13/12/2012 Logic Research Labs 10

Amazon RDS gives you access to the capabilities of a familiar MySQL, Oracle or Microsoft SQL Server database engine.

Amazon RDS automatically patches the database software and backs up your database, storing the backups for a user-defined retention period and enabling point-in-time recovery.

Relational Data Bases(RDS)

Page 11: Amazon web service

13/12/2012 Logic Research Labs 11

SimpleDB Amazon SimpleDB is a distributed database written in

Erlang by Amazon.com. SimpleDB can be used as both data storage and an

indexing service. For example, one can use SimpleDB as a flat-file store, where each record maps onto a line.

Another use case is to use each record in SimpleDB as meta data for a media file that is stored on Amazon S3. This solution enables quick search of media files via SimpleDB and then retrieval via Amazon S3.

SimlpeDB is powerful, but it lacks one key feature of Relational Databases - joins

Page 12: Amazon web service

13/12/2012 Logic Research Labs 12

Amazon Payment & Billing

Flexible Payments Service (FPS) DevPay

Page 13: Amazon web service

13/12/2012 Logic Research Labs 13

Flexible Payments Service

Amazon Flexible Payments ServiceTM (Amazon FPS) is the first payments service designed from the ground up for developers.

can accept payments on their website for selling goods or services, raise donations, execute recurring payments, and send payments.

Page 14: Amazon web service

13/12/2012 Logic Research Labs 14

FPS - Payment Structure Fees for Checkout by Amazon and Amazon Simple

Pay. $10.00 >= || 2.9% + $0.30 per trans. (volume discounts available) $9.99 <= || 5.0% + $0.05 per trans.

Fees for other payment services (including through online applications that integrate with Flexible Payments Service) Payment Method | < $0.05 | $0.05 to $ 9.99 | $10 or >

Bank Acct | 2% trans + $0.05 | 2% trans + $0.05 | 2% + $0.05 U.S.Credit Card | 5% trans+ $0.05 | 5% trans + $0.05 | 2.9% + $0.30 Inter. Credit Card | 6% trans+ $0.05 | 6% trans + $0.05 | 3.9% + $0.30 Amazon pay stored | 20% trans , min $0.0025 |1.5% trans + $0.01 | 1.5% + $0.01

Page 15: Amazon web service

13/12/2012 Logic Research Labs 15

Amazon DevPay

Amazon DevPay is a simple-to-use online billing and account management service that makes it easy for businesses to sell applications that are built in, or run on top of, Amazon Web Services.

Payment Pay only for what you use. There is no minimum fee. 3.0% of your value-add per customer. Your value-add

is the amount you charge on top of the cost of underlying AWS services (e.g., Amazon S3). You pay no fee on cost of AWS services that your customers consume.

$0.30 per application for each bill collected from your customer.

Page 16: Amazon web service

13/12/2012 Logic Research Labs 16

Amazon MarketPlace

AWS Marketplace is an online store that helps customers find, buy, and immediately start using software that runs on the AWS cloud.

It includes software from trusted vendors like SAP, Zend, Microsoft, IBM, Canonical, and 10gen as well as many widely used open source offerings including Wordpress, Drupal, and MediaWiki.

Page 17: Amazon web service

13/12/2012 Logic Research Labs 17

Amazon CloudFront can be used to deliver your entire website, including dynamic, static and streaming content using a global network of edge locations

If you need to deliver a live event – audio or video – to a global audience, Amazon CloudFront can improve performance 

Amazon CloudFront

Page 18: Amazon web service

13/12/2012 Logic Research Labs 18

Amazon Beanstalk

AWS Elastic Beanstalk is to quickly deploy and manage applications in the AWS cloud.

Upload application, and Elastic Beanstalk automatically handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring.

Page 19: Amazon web service

13/12/2012 Logic Research Labs 19

?

Page 20: Amazon web service

13/12/2012 Logic Research Labs 20

Thank you