Friday 7 July 2017

AWS-2

AWS(EC2 -1)


Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides resizable
compute capacity in the cloud
• Amazon EC2’s simple web service interface allows you to obtain and configure capacity with
minimal friction.
• It provides you with complete control of your computing resources and lets you run on
Amazon’s proven computing environment.
• Amazon EC2 reduces the time required to obtain and boot new server instances to minutes, allowing you to quickly scale capacity, both up and down, as your computing requirements change.
• Amazon EC2 changes the economics of computing by allowing you to pay only for capacity
that you actually use.
• Amazon EC2 provides developers the tools to build failure resilient applications and isolate
themselves from common failure scenarios.

Amazon EC2 Benefits
Elastic Web-Scale Computing
Amazon EC2 enables you to increase or decrease capacity within minutes, not hours or days. You can
commission one, hundreds or even thousands of server instances simultaneously because this is all controlled with web service APIs, your application can automatically scale itself up and down depending on its needs.
• Completely Controlled
You have complete control of your instances. You have root access to each one, and you can interact
with them as you would any machine. You can stop your instance while retaining the data on your boot partition and then subsequently restart the same instance using web service APIs. Instances can be rebooted remotely using web service APIs. You also have access to console output of your instances.
• Flexible Cloud Hosting Services
You have the choice of multiple instance types, operating systems, and software packages.
Amazon EC2 allows you to select a configuration of memory, CPU, instance storage, and the boot
partition size that is optimal for your choice of operating system and application. For example, your
choice of operating systems includes numerous Linux distributions, and Microsoft Windows Server.
• Designed for use with other Amazon Web Services
Amazon EC2 works in conjunction with Amazon Simple Storage Service (Amazon S3), Amazon Relational Database Service (Amazon RDS), Amazon SimpleDB and Amazon Simple Queue Service (Amazon SQS) to provide a complete solution for computing, query processing and storage across a wide range of applications.
• Reliable
Amazon EC2 offers a highly reliable environment where replacement instances can be rapidly and
predictably commissioned. The service runs within Amazon’s proven network infrastructure and data centers. The Amazon EC2 Service Level Agreement commitment is 99.95% availability for each Amazon EC2 Region.
Secure
• Amazon EC2 works in conjunction with Amazon VPC to provide security and robust
networking functionality for your compute resources.
• Your compute instances are located in a Virtual Private Cloud (VPC) with an IP range that you
specify. You decide which instances are exposed to the Internet and which remain private.
• Security Groups and networks ACLs allow you to control inbound and outbound network
access to and from your instances.
You can connect your existing IT infrastructure to resources in your VPC using industry-standard
encrypted IPsec VPN connections.
• You can provision your EC2 resources as Dedicated Instances. Dedicated Instances are Amazon
EC2 Instances that run on hardware dedicated to a single customer for additional isolation.
• If you do not have a default VPC you must create a VPC and launch instances into that VPC
to leverage advanced networking features such as private subnets, outbound security group
filtering, network ACLs, Dedicated Instances, and VPN connections.

No comments:

Post a Comment