amazon web services by, rajesh kandepu. introduction amazon web services is a collection of remote...

14
Amazon Web Services BY, RAJESH KANDEPU

Upload: deborah-brooks

Post on 12-Jan-2016

216 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Amazon Web Services BY,

RAJESH KANDEPU

Page 2: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Introduction

Amazon Web Services is a collection of remote computing services that together make up a cloud computing platform, offered over internet by amazon.com.

Page 3: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Various Services

Amazon EC2.

Amazon S3.

Amazon RDS.

Amazon ElastiCache.

Amazon Elastic MapReduce.

Page 4: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Amazon EC2

Amazon Elastic Compute Cloud (EC2) is one of the services provided by Amazon Web Services and provides access to server instances on demand as a service.

EC2 is a core part of AWS providing the compute facility for organizations.

Page 5: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Cost Reduction

Page 6: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Amazon S3

Amazon S3 (Simple Storage Service) is an online service provided by Amazon.com, that allows web designers to store large amounts of data online.

Free to join.

pay-as-you-go service.

Fully Scalable, Fast, Reliable.

Uptime 99.99%.

Page 7: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Cost Reduction

Page 8: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Amazon RDS

Amazon Relational Database Service (RDS) is a fully-managed SQL database service.

Access to MYSQL, SQL Server, Oracle.

Automatic Backup.

Patching.

Scalable according to database instance.

Page 9: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Cost Reduction

Page 10: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Amazon ElastiCache

Memory caching moves repetitive queries to a cache to limit loads on the server.

The information is in the memory, as opposed to on disk, so it serves up very fast.

Memcached, a free open source, high-performance, distributed memory object caching system is required to achieve this.

AWS is taking out the complexity by offering Memecached as a service.

Page 11: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Cost Reduction

Page 12: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Amazon Elastic MapReduce

MapReduce is a popular programming model for processing large data sets.

Cost Effective Solution to process vast amounts of data.

utilizes a hosted Hadoop framework running on the web-scale infrastructure of Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage Service (Amazon S3).

Page 13: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

Cost Reduction

Page 14: Amazon Web Services BY, RAJESH KANDEPU. Introduction  Amazon Web Services is a collection of remote computing services that together make up a cloud

References

http://aws.amazon.com/documentation/

Wikipedia