0% found this document useful (0 votes)
32 views3 pages

Aws

Amazon Web Services (AWS) provides over 200 cloud-based services including computing, storage, databases, analytics, networking, developer tools and more from data centers globally. Some key AWS services include Amazon EC2 for virtual servers, S3 for object storage, VPC for virtual networking, load balancing, and auto scaling.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views3 pages

Aws

Amazon Web Services (AWS) provides over 200 cloud-based services including computing, storage, databases, analytics, networking, developer tools and more from data centers globally. Some key AWS services include Amazon EC2 for virtual servers, S3 for object storage, VPC for virtual networking, load balancing, and auto scaling.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

Amazon Web Services (AWS)

is the world's most comprehensive and broadly adopted cloud platform,


offering over 200 fully featured services from data centers globally.

storage,
databases,
analytics,
networking,
mobile,
eveloper tools,
management tools,
security, and enterprise applications:

What are the 5 pillars of AWS

Operational Excellence. ...


Security. ...
Reliability. ...
Performance Efficiency. ...
Cost Optimization. ...
Sustainabilit

-----------------------------------------------------------------------------------
------

EC2

Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in
the Amazon Web Services (AWS) Cloud.
Using Amazon EC2 eliminates your need to invest in hardware up front,
so you can develop and deploy applications faster.

Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides secure,
resizable compute capacity in the cloud.

mazon EC2 provides scalable computing capacity in the AWS cloud.


organizations to develop and deploy applications faster,
without needing to invest in hardware upfront.
Users can launch virtual servers,
configure security and networking,
and manage cookies from an intuitive dashboard

Is Amazon EC2 a database?


Running the database on Amazon EC2 is very similar to
running the database on your own server.
You have full control of the database and operating system-level access,
so you can use your choice of tools to
manage the operating system, database software, patches, data replication, backup,
and restoration.
-----------------------------------------------------------------------------------
----------------
load balance

A load balancer serves as the single point of contact for clients. The load
balancer distributes incoming application traffic across multiple targets, such as
EC2 instances, in multiple Availability Zones. This increases the availability of
your application. You add one or more listeners to your load balancer.

Elastic Load Balancing supports the following types of load balancers:


Application Load Balancers,
and Network Load Balancers.
mazon ECS services can use these types of load balancer.
pplication Load Balancers are used to route HTTP/HTTPS (or Layer 7) traffic.

What is meant by load balancing?


Load balancing is a core networking solution used to distribute traffic across
multiple servers in a server farm.
Load balancers improve application availability and responsiveness and prevent
server overload.
Like servers,
load balancing appliances can be physical or virtual
. Physical (hardware load balancing)
and virtual (software load balancing) appliances both evaluate client requests and
server usage in real time and send requests to different servers

-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
- Auto Scaling

---What is the advantage of Auto Scaling?


Amazon EC2 Auto Scaling helps ensure that your application always has the right
amount of capacity to handle the current traffic demand.
Better cost management.
Amazon EC2 Auto Scaling can dynamically increase and decrease capacity as needed.

What is the difference between Auto Scaling and load balancing?


While load balancing will re-route connections from unhealthy instances,
it still needs new instances to route connections to. Thus,
auto scaling will initiate these new instances,
and your load balancing will attach connections to them.

-----------------------------------------------------------------------------------

vpc

A virtual private cloud (VPC)


is a virtual network dedicated to your AWS account. It is logically isolated from
other virtual networks in the AWS Cloud.
You can specify an IP address range for the
VPC, add subnets, add gateways, and associate security groups. A subnet is a range
of IP addresses in your VPC.

Why do we need VPC?


Q: Why should I use Amazon VPC?
Amazon VPC enables you to build a virtual network in the AWS cloud hardware, or
physical datacenters required.
You can define your own network space,
and control how your network and the Amazon EC2 resources inside your network are
exposed to the Internet.

Where is VPC
us AWS resources into a virtual network that you've defined.
This virtual network closely resembles a traditional network that you'd operate in
your own data center,
with the benefits of using the scalable infrastructure of AWS.

-----------------------------------------------------------------------------------
----------------

s3
Amazon S3 is an object storage service that stores data as objects within buckets.
An object is a file and any metadata that describes the file.
A bucket is a container for objects.
To store your data in Amazon S3, you first create a bucket and specify a bucket
name and

S3 is an object storage service that stores data as objects within buckets.


An object is a file and any metadata that describes the file.
A bucket is a container for objects. To store your data in Amazon S3,
you first create a bucket and specify a bucket name and AWS Region

Amazon S3 is object storage built to store and retrieve any amount of data from
anywhere. S3 is a simple storage service that offers industry leading durability,
availability, performance, security, and virtually unlimited scalability at very
low costs.

The S3 storage classes include S3 Intelligent-Tiering fo


changing access patterns,
S3 Standard for frequently accessed data,
S3 Standard-Infrequent Access (S3 Standard-IA) and
S3 One Zone-Infrequent Access (S3 One Zone-IA) for less frequently accessed data,

You might also like