0% found this document useful (0 votes)
14 views4 pages

Understanding AWS: Key Features & Benefits

Uploaded by

selma.benali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views4 pages

Understanding AWS: Key Features & Benefits

Uploaded by

selma.benali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

AWS (Amazon Web Services)

What is AWS?

AWS is a comprehensive, evolving cloud computing platform provided by amazon. AWS


offers reliable, scalable, and inexpensive services. It helps organizations to host their applications
on cloud.

Why use AWS?

• Cost Savings: No need to invest in expensive hardware.


• Global Presence: Access to resources around the world with low latency.
• Flexibility and Scalability: Easily scale resources based on demand.
• Security: AWS provides advanced features to protect the data.

Key Points About AWS:

AWS provides Wide range of services like compute, storage, databases, networking,
machine learning, security and analytics.

• Compute: Services like EC2 (virtual servers) and Lambda (serverless computing).
• Storage: Services like S3 (object storage) and EBS (block storage).
• Databases: Managed services for databases like RDS (relational) and DynamoDB
(NoSQL).
• Networking: Services like VPC (Virtual Private Cloud) and Route 53 (DNS service).
• Machine Learning & AI: Tools like SageMaker for building AI models.
• Security: IAM (Identity and Access Management) to control access to resources.
• Analytics: Services like Redshift (data warehousing) and Athena (querying data).
Example of Using AWS:

Netflix uses AWS to stream movies and TV shows to millions of users worldwide. By using AWS,
Netflix can scale their infrastructure as needed, ensuring smooth playback during peak times like
new movie releases.

Regions, Availability Zones and Edge Locations:

After understanding Basic, key points there are several other important concepts.

1. AWS Regions:

• Definition: A region is a physical location around the world where AWS has data centers.

• Purpose: AWS Regions are designed to provide geographic diversity and ensure high
availability and fault tolerance. Each region is isolated from others to ensure data
sovereignty and compliance.

• Example:
o US East (N. Virginia), Asia Pacific (Mumbai), and Europe (Frankfurt) are examples
of AWS Regions.
o
• Key Feature: Regions are independent of each other, meaning that services in one region
cannot directly affect services in another region.

2. Availability Zones (AZs):


• Definition: An Availability Zone is a physically isolated data center within an AWS Region.
Each region has multiple AZs (usually 3 or more), and each AZ has independent power,
cooling, and networking.

• Purpose: AZs allow AWS customers to build highly available, fault-tolerant applications.
By distributing applications across multiple AZs within a region, you ensure that if one AZ
fails, others can continue to function.

• Example:
o US East (N. Virginia) region has 6 Availability Zones, which helps provide
redundancy.

• Key Feature: AZs are designed to be independent, but they are connected via high-
bandwidth, low-latency networking.

3. Edge Locations:

• Definition: Edge Locations are physical locations (data centers) that AWS uses for content
delivery, caching, and other edge computing tasks. These are typically part of the Amazon
CloudFront content delivery network (CDN) and help reduce latency for users.

• Purpose: Edge Locations serve content (e.g., videos, images, and files) quickly to users
based on their geographical location. They reduce the distance between users and AWS
services, improving performance by delivering content faster.

• Example:
o Edge Locations are located in cities around the world, like New York, London,
Tokyo, etc.

• Key Feature: Edge Locations are primarily used for content delivery (CDN), data caching,
and running serverless compute tasks using Lambda@Edge.
Together, AWS Regions, Availability Zones, and Edge Locations help provide global
scalability, high availability, and low-latency services for customers.

You might also like