0% found this document useful (0 votes)
17 views

AWS Part2

....

Uploaded by

pierresalam6
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)
17 views

AWS Part2

....

Uploaded by

pierresalam6
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
You are on page 1/ 52

University of Kalamoon

College of Engineering
IT Department

Cloud Computing
Lecture 11

AWS
Amazon Web Services
Part 2

Dr. Mahmoud Al ahmad


AWS Databases

© 2021 Amazon Web Services, Inc. or its affiliates. All rights reserved.
Amazon Relational Database Service (RDS)

Operate and scale a Automate time-consuming Store and transmit


relational database in administrative tasks data securely
the AWS Cloud

3
Amazon RDS database engines

• Amazon Aurora

• PostgreSQL

• MySQL

• MariaDB
Amazon RDS
• Oracle Database

• Microsoft SQL Server


4
What is RDS
Storage auto Scaling
Read Replica
No use for read and Write
Name of transaction
Amazon Aurora

Store data in an Reduce database costs by Replicate six copies of


enterprise-class eliminating unnecessary data across three
relational database input/output (I/O) operations Availability Zones

19
Aurora DB
What is Aurora
Amazon Dynamo DB
No SQL database

Amazon DynamoDB is a It automatically scales to adjust It is designed to handle


serverless key-value for capacity changes and maintain over 10 trillion requests
database. consistent performance. per day.

23
Dynamo DB

• In memory caching
Amazon
Simple Storage Service
S3
Amazon S3 storage classes

S3 Standard S3 Standard-IA S3 One Zone-IA

• Designed for • Ideal for infrequently • Stores data in a


frequently accessed accessed data single Availability
data Zone
• Similar to S3 Standard
• Stores data in a but has a lower • Has a lower storage
minimum of three storage price and price than S3
Availability Zones higher retrieval price Standard-IA

29
Amazon S3 storage classes

S3 Intelligent- S3 Glacier
S3 Glacier
Tiering Deep Archive

• Low-cost storage • Lowest-cost object


designed for data storage class
archiving
• Able to retrieve
• Able to retrieve objects within 12
objects within a few hours
minutes to hours

30
AWS File storage

In file storage, multiple clients


File folders
can access data that is stored in
shared file folders.

Clients

User Server Application

© 2021 Amazon Web Services, Inc. or its affiliates. All rights reserved. 35
Amazon Elastic File System

Store data in a scalable Provide data to thousands Store data in and across
file system of Amazon EC2 instances multiple Availability
concurrently Zones

36
Same request, same location, same
serve.
CloudFront delivers content

Customer Customer
1 2

Amazon EC2
instance

37
Amazon CloudFront delivers content
Same CDN in Microsoft Azure

Edge location

Cache Customer

Amazon EC2
instance

38
Serverless compute services

© 2021 Amazon Web Services, Inc. or its affiliates. All rights reserved.
AWS Lambda

• Run code without provisioning or


managing servers
• Pay only for compute time while code is
running
• Use other AWS services to automatically
trigger code AWS Lambda

41
How AWS Lambda works

Set code to trigger Pay only for the


Upload code to Code runs only
from an event compute time
Lambda. when triggered.
source. you use.

43
Lambda example

Rrad file

1 3

write file
Read file

2
Virtual Private Cloud
(VPC )
Subnets
AWS Cloud

VPC
Public subnet

A subnet is a section in a VPC in


which you can place groups of
Amazon EC2 instances
isolated resources.
Private subnet
A subnet can be public or private.

Databases

47
Virtual Private Cloud
Internet gateway
AWS Cloud

VPC

Internet Public subnet

A client sends a request through the


internet and into the VPC. Internet
Client gateway Amazon EC2 instances

49
VPC Design Example
THE END
Dr. Mahmoud Al ahmad

DR.Mahmoud Al ahmad 52

You might also like