SlideShare a Scribd company logo
1 of 26
Amazon Web Services
Instructor: Iqra Saher
Amazon Web Service(AWS)
Amazon Compute Services
AWS Computer Service
Amazon Global Infrastructure
• AWS is a cloud computing platform which is globally available.
• Global infrastructure is a region around the world in which AWS is based. Global
infrastructure is a bunch of high-level IT services.
The following are the components that make up the AWS infrastructure
• Availability Zones
• Region
• Edge locations
• Regional Edge Caches
Availability zone as a Data Center
• An availability zone is a facility that can be somewhere in a country or in a
city. Inside this facility, i.e., the Data Centre, we can have multiple servers,
switches, load balancing, firewalls. The things that interact with the cloud sit
inside the data centers.
• An availability zone can be several data centers, but if they are close together,
they are counted as 1 availability zone.
Region
• A region is a geographical area. Each region consists of 2 more availability
zones.
• A region is a collection of data centers which are completely isolated from
other regions.
• A region consists of more than two availability zones connected to each
other through links.
Edge Locations
• Edge locations are the endpoints for AWS used for caching content.
• Edge locations consist of CloudFront, Amazon's Content Delivery Network (CDN).
• Edge locations are more than regions. Currently, there are over 150 edge locations.
• Edge location is not a region but a small location that AWS have. It is used for caching the
content.
• Edge locations are mainly located in most of the major cities to distribute the content to
end users with reduced latency.
• For example, some user accesses your website from Singapore; then this request would be
redirected to the edge location closest to Singapore where cached data can be read.
Regional Edge Cache
• AWS announced a new type of edge location in November 2016, known as a
Regional Edge Cache.
• Regional Edge cache lies between CloudFront Origin servers and the edge locations.
• A regional edge cache has a large cache than an individual edge location.
• Data is removed from the cache at the edge location while the data is retained at the
Regional Edge Caches.
• When the user requests the data, then data is no longer available at the edge
location. Therefore, the edge location retrieves the cached data from the Regional
edge cache instead of the Origin servers that have high latency.
Concepts of Zone, Region and Multi-Region
• Regions are independent areas that consist of zones. They effect the pricing,
reliability, networking, and performance of zonal resources-VM.
• A zone is a deployment area for Google Cloud resources within a region. The zone
should be considered a single failure domain within a region. To deploy fault-
tolerant applications with high availability and help protect against unexpected
failures, deploy your applications across multiple zones in a region.
• Multi-region services are designed to be able to function following the loss of a
single region. Multi-regional resources are cloud storage, Big Query, Big Tables, etc.
Key Points
• If a single region fails, only customers in that region are impacted. Customers who have
multi-region products are not impacted.
• Multi-region services are designed to be able to function following the loss of a single
region. Multi-regional resources are cloud storage, Big Query, Big Tables, etc.
• Region ends with number while zone ends with character.
• The fully qualified name for a zone is made up of <region><zone> for example, zone-a in
region us-central1 is us-central1-a
• There are 29 regions and 88 zones in the world and Each region contains three zones except
Iowa.
Amazon Elastic Compute Cloud
• Amazon EC2 presents a true virtual computing environment, allowing clients to
use a web-based interface to obtain and manage services needed to launch one or
more instances of a variety of operating systems (OSs).
• Clients can load the OS environments with their customized applications. They can
manage their network’s access permissions and run as many or as few systems as
needed.
• In order to use Amazon EC2, clients first need to create an Amazon Machine
Image (AMI). This image contains the applications, libraries, data, and associated
configuration settings used in the virtual computing environment.
Amazon EC2(cont..)
• Amazon EC2 offers the use of preconfigured images built with templates to get up
and running immediately.
• Once users have defined and configured their AMI, they use the Amazon EC2 tools
provided for storing the AMI by uploading the AMI into Amazon S3.
• Amazon S3 is a repository that provides safe, reliable, and fast access to a client
AMI.
• Before clients can use the AMI, they must use the Amazon EC2 web service to
configure security and network access.
Amazon Elastic Compute Cloud(EC2)
• Amazon EC2 provides scalable computing capacity in the AWS cloud
• Using Amazon EC2 eliminated your need to invest in Hardware and Support for different OS.
• You can use Amazon EC2 to launch as many or as few virtual servers as you need, Configure
Security and networking, and manage storage.
• Amazon EC2 enables to scale up or scale down the instance
• Instances can be launched in one or more regions and availability zones
• Preconfigure templates are available known as Amazon Machine Image
• By default when you create an instance account with Amazon, your account is limited to a
maximum of 20 instances per EC2 region with two default high I/O instances.
Types of EC2 Instances
• General Purpose Balanced Memory and CPU
• Compute Optimized More CPU than RAM
• Memory Optimized More RAM
• Storage Optimized Low Latency
• Accelerated Computing/ GPU Graphics Optimized
• High Memory High RAM, Nitro System
Using Amazon EC2 to Run Instances
• During configuration, users choose which instance type(s) and operating system they want to use.
• Available instance types come in two distinct categories, Standard or High-CPU instances. Most applications
are best suited for Standard instances, which come in small, large, and extra-large instance platforms.
• High-CPU instances have proportionally more CPU resources than random-access memory (RAM) and are
well-suited for compute-intensive applications.
• After determining which instance to use, clients can start, terminate, and monitor as many instances of their
AMI as needed by using web service Application Programming Interfaces (APIs) or a wide variety of other
management tools that are provided with the service.
• Users are able to choose whether they want to run in multiple locations and they pay only for resources
actually consumed.
• They can also choose from a library of globally available AMIs that provide useful instances. For example, if
all that is needed is a basic Linux server, clients can choose one of the standard Linux distribution AMIs..
Amazon EC2 Service Characteristics
There are quite a few characteristics of the EC2 service that provide significant benefits to an enterprise.
• First of all, Amazon EC2 provides financial benefits. Because of Amazon’s massive scale and large
customer base, it is an inexpensive alternative to many other possible solutions. The costs incurred to
set up and run an operation are shared over many customers, making the overall cost to any single
customer much lower than almost any other alternative. Customers pay a very low rate for the compute
capacity they actually consume.
• Security is also provided through Amazon EC2 web service interfaces. These allow users to configure
firewall settings that control network access to and between groups of instances. Amazon EC2 offers a
highly reliable environment where replacement instances can be rapidly provisioned.
• The EC2 service runs within Amazon’s proven, secure, and reliable network infrastructure and data
center locations.
1. Dynamic Scalability
Amazon EC2 enables users to increase or decrease capacity in a few minutes.
Users can invoke a single instance, hundreds of instances, or even thousands of
instances simultaneously. Of course, because this is all controlled with web
service APIs, an application can automatically scale itself up or down
depending on its needs. This type of dynamic scalability is very attractive to
enterprise customers because it allows them to meet their customers’ demands
without having to overbuild their infrastructure.
2.Full Control of Instances
Users have complete control of their instances. They have root access to each
instance and can interact with them as one would with any machine. Instances
can be rebooted remotely using web service APIs. Users also have access to the
console output of their instances. Once users have set up their account and
uploaded their AMI to the Amazon S3 service, they just need to boot that
instance. It is possible to start an AMI on any number of instances (or any
type) by calling the Run Instances API that is provided by Amazon.
3. Configuration Flexibility
Configuration settings can vary widely among users. They have the choice of
multiple instance types, operating systems, and software packages. Amazon
EC2 allows them to select a configuration of memory, CPU, and instance
storage that is optimal for their choice of operating system and application. For
example, a user’s choice of operating systems may also include numerous Linux
distributions, Microsoft Windows Server, and even an Open Solaris
environment, all running on virtual servers.
Integration with Other Amazon Web Services
• Amazon EC2 works in conjunction with a variety of other Amazon web services. For
example, Amazon Simple Storage Service (Amazon S3), Amazon SimpleDB, Amazon
Simple Queue Service (Amazon SQS), and Amazon CloudFront are all integrated to provide
a complete solution for computing, query processing, and storage across a wide range of
applications.
• Amazon S3 provides a web services interface that allows users to store and retrieve any
amount of data from the Internet at any time, anywhere.
• It gives developers direct access to the same highly scalable, reliable, fast, inexpensive data
storage infrastructure Amazon uses to run its own global network of websites. The S3
service aims to maximize the benefits of scale and to pass those benefits on to developers.
Amazon Simple Queue Service(Amazon SQS)
Amazon SQS is a reliable, scalable, hosted queue for storing messages as they pass
between computers. Using Amazon SQS, developers can move data between
distributed components of applications that perform different tasks without losing
messages or requiring 100% availability for each component. Amazon SQS works by
exposing Amazon’s web-scale messaging infrastructure as a service. Any computer
connected to the Internet can add or read messages without the need for having any
installed software or special firewall configurations. Components of applications using
Amazon SQS can run independently and do not need to be on the same network,
developed with the same technologies, or running at the same time.
Amazon SQS
• Amazon SQS is a fast, reliable, fully managed message queue service.
• It is a web service that gives you access to message queue that store messages
waiting to be processed.
• It offers a reliable, highly scalable, hosted queue for storing messages between
servers.
• Using SQS, you no longer need a highly available message cluster or the burden of
running it.
• You can delete all the messages in an SQS queue without deleting the SQS queue
itself.
Amazon CloudFront
Amazon CloudFront is a web service for content delivery. It integrates with other
Amazon web services to distribute content to end users with low latency and high data
transfer speeds. Amazon CloudFront delivers content using a global network of edge
locations. Requests for objects are automatically routed to the nearest edge server, so
content is delivered with the best possible performance. An edge server receives a
request from the user’s computer and makes a connection to another computer called
the origin server, where the application resides. When the origin server fulfills the
request, it sends the application’s data back to the edge server, which, in turn, forwards
the data to the client computer that made the request.
Amazon Elastic Block Store(EBS)
• Elastic Block Store
• Persistent and Network attached virtual drive
• EBS volume behave like raw, unformatted external block storage devices that you can attach
to your EC2 instances.
• EBS volume are block storage devices suitable for database style data that requires frequent
read and write
• EBS volume are attached to your EC2 instances through the AWS network, like virtual hard
drive
• An EBS volume can attach to a single EC2 instance only at a time.
• Both EBS volume and EC2 instance must be in the same Availability zones.
Instance store backed EC2
• Basically the virtual hard drive on the host allocated to the EC2 instance.
• Limited to 10GB per device
• Non Persistent Storage
• The EC2 instance can’t be stopped ,can only be rebooted or terminated.
Terminated will delete data.

More Related Content

Similar to Amazon Web Services and its Global Infrastructure.pptx

Cost Optimization with Spot Instances
Cost Optimization with Spot InstancesCost Optimization with Spot Instances
Cost Optimization with Spot InstancesArun Sirimalla
 
Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Jatinder Randhawa
 
EC2 BY RASHMI GR.pptx
EC2  BY RASHMI GR.pptxEC2  BY RASHMI GR.pptx
EC2 BY RASHMI GR.pptxRashmiR685840
 
Uses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWSUses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWSScalar Decisions
 
Cloud & Native Cloud for Managers
Cloud & Native Cloud for ManagersCloud & Native Cloud for Managers
Cloud & Native Cloud for ManagersEitan Sela
 
Oracle COTS Applications on AWS
Oracle COTS Applications on AWSOracle COTS Applications on AWS
Oracle COTS Applications on AWSTom Laszewski
 
pertemuan-2-introduction-to-cloud.pdf
pertemuan-2-introduction-to-cloud.pdfpertemuan-2-introduction-to-cloud.pdf
pertemuan-2-introduction-to-cloud.pdfMohdLee3
 
Amazon EC2 (Elastic Compute Cloud).pptx
Amazon EC2 (Elastic Compute Cloud).pptxAmazon EC2 (Elastic Compute Cloud).pptx
Amazon EC2 (Elastic Compute Cloud).pptxSubhamMukherjee29
 
AWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAadarsh Sharan
 
Nuts and bolts of running a popular site in the aws cloud
Nuts and bolts of running a popular site in the aws cloudNuts and bolts of running a popular site in the aws cloud
Nuts and bolts of running a popular site in the aws cloudDavid Veksler
 

Similar to Amazon Web Services and its Global Infrastructure.pptx (20)

Cost Optimization with Spot Instances
Cost Optimization with Spot InstancesCost Optimization with Spot Instances
Cost Optimization with Spot Instances
 
AWS EC2 JSP.pptx
AWS EC2 JSP.pptxAWS EC2 JSP.pptx
AWS EC2 JSP.pptx
 
AWS-services.pdf
AWS-services.pdfAWS-services.pdf
AWS-services.pdf
 
Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)
 
EC2 BY RASHMI GR.pptx
EC2  BY RASHMI GR.pptxEC2  BY RASHMI GR.pptx
EC2 BY RASHMI GR.pptx
 
Uses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWSUses, considerations, and recommendations for AWS
Uses, considerations, and recommendations for AWS
 
Cloud & Native Cloud for Managers
Cloud & Native Cloud for ManagersCloud & Native Cloud for Managers
Cloud & Native Cloud for Managers
 
Oracle COTS Applications on AWS
Oracle COTS Applications on AWSOracle COTS Applications on AWS
Oracle COTS Applications on AWS
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
AWS EC2 Fundametals
AWS EC2 FundametalsAWS EC2 Fundametals
AWS EC2 Fundametals
 
AWS EC2
AWS EC2AWS EC2
AWS EC2
 
Cloud Computing Ppt
Cloud Computing PptCloud Computing Ppt
Cloud Computing Ppt
 
Cloud computing - AWS
Cloud computing - AWSCloud computing - AWS
Cloud computing - AWS
 
pertemuan-2-introduction-to-cloud.pdf
pertemuan-2-introduction-to-cloud.pdfpertemuan-2-introduction-to-cloud.pdf
pertemuan-2-introduction-to-cloud.pdf
 
Amazon EC2 (Elastic Compute Cloud).pptx
Amazon EC2 (Elastic Compute Cloud).pptxAmazon EC2 (Elastic Compute Cloud).pptx
Amazon EC2 (Elastic Compute Cloud).pptx
 
Aws ec2
Aws ec2Aws ec2
Aws ec2
 
AWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_SharanAWS_Basics_By_Aadarsh_Sharan
AWS_Basics_By_Aadarsh_Sharan
 
Cloud Service.pptx
Cloud Service.pptxCloud Service.pptx
Cloud Service.pptx
 
Nuts and bolts of running a popular site in the aws cloud
Nuts and bolts of running a popular site in the aws cloudNuts and bolts of running a popular site in the aws cloud
Nuts and bolts of running a popular site in the aws cloud
 
Aws over view_demoppt
Aws over view_demopptAws over view_demoppt
Aws over view_demoppt
 

Recently uploaded

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 

Recently uploaded (20)

Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 

Amazon Web Services and its Global Infrastructure.pptx

  • 5. Amazon Global Infrastructure • AWS is a cloud computing platform which is globally available. • Global infrastructure is a region around the world in which AWS is based. Global infrastructure is a bunch of high-level IT services. The following are the components that make up the AWS infrastructure • Availability Zones • Region • Edge locations • Regional Edge Caches
  • 6. Availability zone as a Data Center • An availability zone is a facility that can be somewhere in a country or in a city. Inside this facility, i.e., the Data Centre, we can have multiple servers, switches, load balancing, firewalls. The things that interact with the cloud sit inside the data centers. • An availability zone can be several data centers, but if they are close together, they are counted as 1 availability zone.
  • 7. Region • A region is a geographical area. Each region consists of 2 more availability zones. • A region is a collection of data centers which are completely isolated from other regions. • A region consists of more than two availability zones connected to each other through links.
  • 8. Edge Locations • Edge locations are the endpoints for AWS used for caching content. • Edge locations consist of CloudFront, Amazon's Content Delivery Network (CDN). • Edge locations are more than regions. Currently, there are over 150 edge locations. • Edge location is not a region but a small location that AWS have. It is used for caching the content. • Edge locations are mainly located in most of the major cities to distribute the content to end users with reduced latency. • For example, some user accesses your website from Singapore; then this request would be redirected to the edge location closest to Singapore where cached data can be read.
  • 9. Regional Edge Cache • AWS announced a new type of edge location in November 2016, known as a Regional Edge Cache. • Regional Edge cache lies between CloudFront Origin servers and the edge locations. • A regional edge cache has a large cache than an individual edge location. • Data is removed from the cache at the edge location while the data is retained at the Regional Edge Caches. • When the user requests the data, then data is no longer available at the edge location. Therefore, the edge location retrieves the cached data from the Regional edge cache instead of the Origin servers that have high latency.
  • 10. Concepts of Zone, Region and Multi-Region • Regions are independent areas that consist of zones. They effect the pricing, reliability, networking, and performance of zonal resources-VM. • A zone is a deployment area for Google Cloud resources within a region. The zone should be considered a single failure domain within a region. To deploy fault- tolerant applications with high availability and help protect against unexpected failures, deploy your applications across multiple zones in a region. • Multi-region services are designed to be able to function following the loss of a single region. Multi-regional resources are cloud storage, Big Query, Big Tables, etc.
  • 11. Key Points • If a single region fails, only customers in that region are impacted. Customers who have multi-region products are not impacted. • Multi-region services are designed to be able to function following the loss of a single region. Multi-regional resources are cloud storage, Big Query, Big Tables, etc. • Region ends with number while zone ends with character. • The fully qualified name for a zone is made up of <region><zone> for example, zone-a in region us-central1 is us-central1-a • There are 29 regions and 88 zones in the world and Each region contains three zones except Iowa.
  • 12. Amazon Elastic Compute Cloud • Amazon EC2 presents a true virtual computing environment, allowing clients to use a web-based interface to obtain and manage services needed to launch one or more instances of a variety of operating systems (OSs). • Clients can load the OS environments with their customized applications. They can manage their network’s access permissions and run as many or as few systems as needed. • In order to use Amazon EC2, clients first need to create an Amazon Machine Image (AMI). This image contains the applications, libraries, data, and associated configuration settings used in the virtual computing environment.
  • 13. Amazon EC2(cont..) • Amazon EC2 offers the use of preconfigured images built with templates to get up and running immediately. • Once users have defined and configured their AMI, they use the Amazon EC2 tools provided for storing the AMI by uploading the AMI into Amazon S3. • Amazon S3 is a repository that provides safe, reliable, and fast access to a client AMI. • Before clients can use the AMI, they must use the Amazon EC2 web service to configure security and network access.
  • 14. Amazon Elastic Compute Cloud(EC2) • Amazon EC2 provides scalable computing capacity in the AWS cloud • Using Amazon EC2 eliminated your need to invest in Hardware and Support for different OS. • You can use Amazon EC2 to launch as many or as few virtual servers as you need, Configure Security and networking, and manage storage. • Amazon EC2 enables to scale up or scale down the instance • Instances can be launched in one or more regions and availability zones • Preconfigure templates are available known as Amazon Machine Image • By default when you create an instance account with Amazon, your account is limited to a maximum of 20 instances per EC2 region with two default high I/O instances.
  • 15. Types of EC2 Instances • General Purpose Balanced Memory and CPU • Compute Optimized More CPU than RAM • Memory Optimized More RAM • Storage Optimized Low Latency • Accelerated Computing/ GPU Graphics Optimized • High Memory High RAM, Nitro System
  • 16. Using Amazon EC2 to Run Instances • During configuration, users choose which instance type(s) and operating system they want to use. • Available instance types come in two distinct categories, Standard or High-CPU instances. Most applications are best suited for Standard instances, which come in small, large, and extra-large instance platforms. • High-CPU instances have proportionally more CPU resources than random-access memory (RAM) and are well-suited for compute-intensive applications. • After determining which instance to use, clients can start, terminate, and monitor as many instances of their AMI as needed by using web service Application Programming Interfaces (APIs) or a wide variety of other management tools that are provided with the service. • Users are able to choose whether they want to run in multiple locations and they pay only for resources actually consumed. • They can also choose from a library of globally available AMIs that provide useful instances. For example, if all that is needed is a basic Linux server, clients can choose one of the standard Linux distribution AMIs..
  • 17. Amazon EC2 Service Characteristics There are quite a few characteristics of the EC2 service that provide significant benefits to an enterprise. • First of all, Amazon EC2 provides financial benefits. Because of Amazon’s massive scale and large customer base, it is an inexpensive alternative to many other possible solutions. The costs incurred to set up and run an operation are shared over many customers, making the overall cost to any single customer much lower than almost any other alternative. Customers pay a very low rate for the compute capacity they actually consume. • Security is also provided through Amazon EC2 web service interfaces. These allow users to configure firewall settings that control network access to and between groups of instances. Amazon EC2 offers a highly reliable environment where replacement instances can be rapidly provisioned. • The EC2 service runs within Amazon’s proven, secure, and reliable network infrastructure and data center locations.
  • 18. 1. Dynamic Scalability Amazon EC2 enables users to increase or decrease capacity in a few minutes. Users can invoke a single instance, hundreds of instances, or even thousands of instances simultaneously. Of course, because this is all controlled with web service APIs, an application can automatically scale itself up or down depending on its needs. This type of dynamic scalability is very attractive to enterprise customers because it allows them to meet their customers’ demands without having to overbuild their infrastructure.
  • 19. 2.Full Control of Instances Users have complete control of their instances. They have root access to each instance and can interact with them as one would with any machine. Instances can be rebooted remotely using web service APIs. Users also have access to the console output of their instances. Once users have set up their account and uploaded their AMI to the Amazon S3 service, they just need to boot that instance. It is possible to start an AMI on any number of instances (or any type) by calling the Run Instances API that is provided by Amazon.
  • 20. 3. Configuration Flexibility Configuration settings can vary widely among users. They have the choice of multiple instance types, operating systems, and software packages. Amazon EC2 allows them to select a configuration of memory, CPU, and instance storage that is optimal for their choice of operating system and application. For example, a user’s choice of operating systems may also include numerous Linux distributions, Microsoft Windows Server, and even an Open Solaris environment, all running on virtual servers.
  • 21. Integration with Other Amazon Web Services • Amazon EC2 works in conjunction with a variety of other Amazon web services. For example, Amazon Simple Storage Service (Amazon S3), Amazon SimpleDB, Amazon Simple Queue Service (Amazon SQS), and Amazon CloudFront are all integrated to provide a complete solution for computing, query processing, and storage across a wide range of applications. • Amazon S3 provides a web services interface that allows users to store and retrieve any amount of data from the Internet at any time, anywhere. • It gives developers direct access to the same highly scalable, reliable, fast, inexpensive data storage infrastructure Amazon uses to run its own global network of websites. The S3 service aims to maximize the benefits of scale and to pass those benefits on to developers.
  • 22. Amazon Simple Queue Service(Amazon SQS) Amazon SQS is a reliable, scalable, hosted queue for storing messages as they pass between computers. Using Amazon SQS, developers can move data between distributed components of applications that perform different tasks without losing messages or requiring 100% availability for each component. Amazon SQS works by exposing Amazon’s web-scale messaging infrastructure as a service. Any computer connected to the Internet can add or read messages without the need for having any installed software or special firewall configurations. Components of applications using Amazon SQS can run independently and do not need to be on the same network, developed with the same technologies, or running at the same time.
  • 23. Amazon SQS • Amazon SQS is a fast, reliable, fully managed message queue service. • It is a web service that gives you access to message queue that store messages waiting to be processed. • It offers a reliable, highly scalable, hosted queue for storing messages between servers. • Using SQS, you no longer need a highly available message cluster or the burden of running it. • You can delete all the messages in an SQS queue without deleting the SQS queue itself.
  • 24. Amazon CloudFront Amazon CloudFront is a web service for content delivery. It integrates with other Amazon web services to distribute content to end users with low latency and high data transfer speeds. Amazon CloudFront delivers content using a global network of edge locations. Requests for objects are automatically routed to the nearest edge server, so content is delivered with the best possible performance. An edge server receives a request from the user’s computer and makes a connection to another computer called the origin server, where the application resides. When the origin server fulfills the request, it sends the application’s data back to the edge server, which, in turn, forwards the data to the client computer that made the request.
  • 25. Amazon Elastic Block Store(EBS) • Elastic Block Store • Persistent and Network attached virtual drive • EBS volume behave like raw, unformatted external block storage devices that you can attach to your EC2 instances. • EBS volume are block storage devices suitable for database style data that requires frequent read and write • EBS volume are attached to your EC2 instances through the AWS network, like virtual hard drive • An EBS volume can attach to a single EC2 instance only at a time. • Both EBS volume and EC2 instance must be in the same Availability zones.
  • 26. Instance store backed EC2 • Basically the virtual hard drive on the host allocated to the EC2 instance. • Limited to 10GB per device • Non Persistent Storage • The EC2 instance can’t be stopped ,can only be rebooted or terminated. Terminated will delete data.

Editor's Notes

  1. Region: Collection of zones