SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Downloaden Sie, um offline zu lesen
1
Cloud Solution Architecture > Track Name
Amazon – EC2
Amazon EC2 Introduction
Amazon EC2 stand for (Elastic Compute Cloud). AWS EC2 is a backbone of AWS. AWS EC2 offers
scalable computing capacity that allows business subscribers to run application and programs in the
Cloud environment.
2
Cloud Solution Architecture > Track Name
Amazon – EC2
Benefits:
ELASTIC WEB-SCALE COMPUTING
Amazon EC2 enables to increase or decrease capacity within minutes, not hours or days.
COMPLETELY CONTROLLED
User have a complete control of the instances including root access and the ability to interact with them
as they would any machine.
FLEXIBLE CLOUD HOSTING SERVICES
User have a choice of multiple instance types, operating systems, and software packages.
Benefits:
INTEGRATED
Amazon EC2 is integrated with most AWS services such as AWS S3, AWS RDS and AWS VPC.
RELIABLE
Amazon EC2 offers a highly reliable environment where replacement instances can be rapidly and predictably
commissioned.
SECURE
Cloud security at AWS is the highest priority. AWS gives a benefit of data center and network architecture built to
meet the requirements of the most security-sensitive organizations.
Amazon – EC2
Web Services
Benefits:
INEXPENSIVE
Amazon EC2 passes on the financial benefits of Amazon’s scale. User can pay a very low rate for the
compute capacity actually consumed.
EASY TO START
There are several ways to get started with Amazon EC2. User can use the AWS Management Console, the
AWS Command Line Tools (CLI), or AWS SDKs.
Amazon – EC2
Web Services
Features:
➔ EC2 virtual computing environments, known as instances.
➔ Preconfigured templates for your instances, known as Amazon Machine Images (AMI) / Golden AMI.
➔ Diverse processor capacity, memory, storage, and networking configurations for the instances, called
instance types.
➔ Secure login information for the instances by using key pairs.
Amazon – EC2
Web Services
Features
➔ Persistent storage volumes for the data using Amazon Elastic Block Store (Amazon EBS), known as Amazon
EBS volumes.
➔ Multiple physical locations for resources, such as Amazon EBS instances and volumes, called regions and
availability zones.
➔ A firewall that allows to specify the source protocols, ports, and IP ranges that can reach the instances by
using security groups.
Amazon – EC2
Web Services
Features
➔ Storage volumes for temporary data that's deleted when instance stop or terminate known as
instance store volumes.
➔ Hibernation for EC2 Instances giving you the ability to launch EC2 instances, set them up as desired,
hibernate them, and then bring them back to life when you need them.
Amazon – EC2
Web Services
Amazon EC2 Instances
“An EC2 instance is a virtual server in Amazon's Virtual Private Cloud (VPC) to run applications on the
Amazon Web Services (AWS) infrastructure.”
Before launching a production environment on AWS EC2 Instance, user should have the clear business
computing requirement.
Amazon – EC2
Web Services
For Example
➔ Business Nature, Computing Usage for running the Application
➔ Processor Requirement.
➔ Memory and storage Requirements.
➔ Networking Capacity
➔ Most Important: Amazon EC2 different Instance types are important to meet various Business
Requirements.
Amazon – EC2
Web Services
EC2 Instance Types
Instance types divided in two different Types or Families
1. Current Generation Instance Types
2. Previous Generation Instance Type
Both types of instances have these 5 sub-types:
1- General purpose 4. Storage optimized
2- Compute optimized 5. Accelerated computing.
3- Memory optimized
Both Instance Types have same Family/Types Names but Instances distribution is completely different.
Amazon – EC2
Web Services
Amazon Machine Image (AMI)
“An Amazon Machine Image (AMI) provides the information required to launch an instance, which is a virtual
server in the cloud. You must specify a source AMI when you launch an instance.”
An AMI includes the following:
➔ A template for the root volume for the instance (for example, an operating system, an application server,
and applications).
➔ Launch permissions that control which AWS accounts can use the AMI to launch instances.
➔ A block device mapping that specifies the volumes to attach to the instance when it's launched.
Amazon – EC2
Web Services
Amazon Machine Image (AMI)
Instance
Instances
AMI
Image
Create AMI
Create Multiple
Instances
Amazon – EC2
Web Services 13
Web Services
Amazon Elastic Block Store (EBS)
“Amazon EBS provides persistent, highly available, consistent, low-latency block storage volumes for use
with Amazon EC2 instances.”
Each Amazon EBS volume is automatically replicated within its Availability Zone to protect you from
component failure, offering high availability and durability.
It is designed for an application managers who need to tune workloads for capacity, performance and cost.
Amazon EC2 - EBS
Web Services
EBS Features:
➔ High Performance Volumes:
Whether its SSD-backed or HDD-backed volumes, EBS deliver High Performance Volumes that
needed the most demanding applications.
➔ Availability: EBS volume is designed for 99.999% Availability .
➔ Encryption: EBS Encryption provides seamless support for data-at-rest and data-in-transit between
EC2 instances and EBS volumes.
Amazon EC2 - EBS
Web Services
EBS Features
➔ Snapshot: Protect the data by creating point-in-time Snapshots of EBS volumes.
➔ Access Management: Amazon’s flexible access control policies allows to specify who can Access
which EBS volumes ensuring secure Access to the data.
➔ Elastic Volumes: Dynamically increase capacity, tune performance, and change the type of live EBS
volumes.
Amazon EC2 - EBS
Web Services
Amazon EBS
IOPS/
Throughput:
IOPS measures
the number of
read and write
operations per
second, while
throughput
measures the
number of bits
read or written
per second.
Instances EBS
Root volume/ dev/sda1
6 gb
Amazon EC2 - EBS
Web Services
EBS Solid state drives (SSD):
Amazon EC2 - EBS
Amazon EC2 - EBS
Web Services
EBS Hard Disk Drives (HDD)
Amazon EC2 - EBS
Web Services
Previous generation volume types
Web Services
Amazon EC2 Pricing
Amazon EC2 is free to try. There are five ways to pay for Amazon EC2 instances:
On-Demand
With On-Demand instances, user can pay for compute capacity by per hour or per second depending on
which instances you run. No longer-term commitments or upfront payments are needed.
Spot Instances
Amazon EC2 Spot instances allow user to request spare Amazon EC2 computing capacity for up to 90% off
the On-Demand price.
Amazon – EC2
Web Services
Amazon EC2 Pricing
Reserved Instances
Reserved Instances provides a significant discount (up to 75%) compared to On-Demand instance pricing.
Dedicated Hosts
A Dedicated Host is a physical EC2 server dedicated for use. Dedicated Hosts can helps to reduce costs
by allowing user to use existing server-bound software licenses, including Windows Server, SQL Server,
and SUSE Linux Enterprise Server.
Amazon – EC2
Web Services
Amazon EC2 Pricing
Savings Plans
Savings Plan is a flexible pricing model that provides savings of up to 72% on your AWS compute
usage. This pricing model offers lower prices on Amazon EC2 instances usage, regardless of instance
family, size, OS, tenancy or AWS Region, and also applies to AWS Fargate and AWS Lambda usage.
Savings Plans offer significant savings over On Demand, just like EC2 Reserved Instances, in exchange
for a commitment to use a specific amount of compute power (measured in $/hour) for a one or three
year period.
Amazon – EC2
Web Services
Amazon EC2 Pricing
Per Second Billing
➔ With per-second billing, pay for only what is in use. It takes cost of unused minutes and seconds in
an hour off of the bill.
➔ EC2 usage are billed on one second increments, with a minimum of 60 seconds. Similarly,
provisioned storage for EBS volumes will be billed per-second increments, with a 60 second
minimum.
➔ Amazon Linux, Windows, and Ubuntu.
Amazon – EC2
25
Cloud Solution Architecture > Track Name
Question Answer:
Q) How many instances can I run in Amazon EC2?
A) You are limited to running On-Demand Instances per your vCPU-based On-Demand Instance limit,
purchasing 20 Reserved Instances, and requesting Spot Instances per your dynamic Spot limit per region.
New AWS accounts may start with limits that are lower than the limits described here.
If you need more instances, complete the Amazon EC2 limit increase request form with your use case, and
your limit increase will be considered. Limit increases are tied to the region they were requested for.
Q) Will the vCPU limits have an impact on my monthly bill?
A) No. EC2 usage is still calculated either by the hour or the second, depending on which AMI you're
running and the instance type and size you’ve launched.
Amazon – EC2
26
Cloud Solution Architecture > Track Name
“Any questions”

Weitere ähnliche Inhalte

Was ist angesagt?

ABCs of AWS: S3
ABCs of AWS: S3ABCs of AWS: S3
ABCs of AWS: S3Mark Cohen
 
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017Amazon Web Services
 
AWS Monitoring & Logging
AWS Monitoring & LoggingAWS Monitoring & Logging
AWS Monitoring & LoggingJason Poley
 
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...AWS Korea 금융산업팀
 
AWSome Day 2016 - Module 1: AWS Introduction and History
AWSome Day 2016 - Module 1: AWS Introduction and HistoryAWSome Day 2016 - Module 1: AWS Introduction and History
AWSome Day 2016 - Module 1: AWS Introduction and HistoryAmazon Web Services
 
Introduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesIntroduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesAmazon Web Services
 
AWS re:Invent 2016: Enabling Enterprise Migrations: Creating an AWS Landing Z...
AWS re:Invent 2016: Enabling Enterprise Migrations: Creating an AWS Landing Z...AWS re:Invent 2016: Enabling Enterprise Migrations: Creating an AWS Landing Z...
AWS re:Invent 2016: Enabling Enterprise Migrations: Creating an AWS Landing Z...Amazon Web Services
 
[보험사를 위한 AWS Data Analytics Day] 3_교보생명의 빅데이터 플랫폼 ...
[보험사를 위한 AWS Data Analytics Day] 3_교보생명의 빅데이터 플랫폼 ...[보험사를 위한 AWS Data Analytics Day] 3_교보생명의 빅데이터 플랫폼 ...
[보험사를 위한 AWS Data Analytics Day] 3_교보생명의 빅데이터 플랫폼 ...AWS Korea 금융산업팀
 
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...Amazon Web Services
 
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...Amazon Web Services
 
Identity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityIdentity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityAmazon Web Services
 
An Overview of Machine Learning on AWS
An Overview of Machine Learning on AWSAn Overview of Machine Learning on AWS
An Overview of Machine Learning on AWSAmazon Web Services
 
Introduction to AWS Lambda and Serverless Applications
Introduction to AWS Lambda and Serverless ApplicationsIntroduction to AWS Lambda and Serverless Applications
Introduction to AWS Lambda and Serverless ApplicationsAmazon Web Services
 
AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWSIan Massingham
 

Was ist angesagt? (20)

ABCs of AWS: S3
ABCs of AWS: S3ABCs of AWS: S3
ABCs of AWS: S3
 
Intro to AWS: Storage Services
Intro to AWS: Storage ServicesIntro to AWS: Storage Services
Intro to AWS: Storage Services
 
Getting Started with Amazon EC2
Getting Started with Amazon EC2Getting Started with Amazon EC2
Getting Started with Amazon EC2
 
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
 
AWS Monitoring & Logging
AWS Monitoring & LoggingAWS Monitoring & Logging
AWS Monitoring & Logging
 
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
[보험사를 위한 AWS Data Analytics Day] 5_KB금융그룹과 계열사의 AWS 기ᄇ...
 
AWSome Day 2016 - Module 1: AWS Introduction and History
AWSome Day 2016 - Module 1: AWS Introduction and HistoryAWSome Day 2016 - Module 1: AWS Introduction and History
AWSome Day 2016 - Module 1: AWS Introduction and History
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
Introduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesIntroduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web Services
 
AWS re:Invent 2016: Enabling Enterprise Migrations: Creating an AWS Landing Z...
AWS re:Invent 2016: Enabling Enterprise Migrations: Creating an AWS Landing Z...AWS re:Invent 2016: Enabling Enterprise Migrations: Creating an AWS Landing Z...
AWS re:Invent 2016: Enabling Enterprise Migrations: Creating an AWS Landing Z...
 
[보험사를 위한 AWS Data Analytics Day] 3_교보생명의 빅데이터 플랫폼 ...
[보험사를 위한 AWS Data Analytics Day] 3_교보생명의 빅데이터 플랫폼 ...[보험사를 위한 AWS Data Analytics Day] 3_교보생명의 빅데이터 플랫폼 ...
[보험사를 위한 AWS Data Analytics Day] 3_교보생명의 빅데이터 플랫폼 ...
 
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...Webinar aws 101   a walk through the aws cloud- introduction to cloud computi...
Webinar aws 101 a walk through the aws cloud- introduction to cloud computi...
 
AWS Business Essentials
AWS Business EssentialsAWS Business Essentials
AWS Business Essentials
 
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
Monitor All Your Things: Amazon CloudWatch in Action with BBC (DEV302) - AWS ...
 
Identity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS SecurityIdentity and Access Management: The First Step in AWS Security
Identity and Access Management: The First Step in AWS Security
 
AWS 101
AWS 101AWS 101
AWS 101
 
An Overview of Machine Learning on AWS
An Overview of Machine Learning on AWSAn Overview of Machine Learning on AWS
An Overview of Machine Learning on AWS
 
Introduction to AWS Lambda and Serverless Applications
Introduction to AWS Lambda and Serverless ApplicationsIntroduction to AWS Lambda and Serverless Applications
Introduction to AWS Lambda and Serverless Applications
 
AWS Technical Essentials Day
AWS Technical Essentials DayAWS Technical Essentials Day
AWS Technical Essentials Day
 
AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWS
 

Ähnlich wie EC2.pdf

AWS March 2016 Webinar Series - Amazon EC2 Masterclass
AWS March 2016 Webinar Series - Amazon EC2 MasterclassAWS March 2016 Webinar Series - Amazon EC2 Masterclass
AWS March 2016 Webinar Series - Amazon EC2 MasterclassAmazon Web Services
 
AWS Compute Services
AWS Compute ServicesAWS Compute Services
AWS Compute ServicesSabir Mustafa
 
Amazon EC2 (Elastic Compute Cloud).pptx
Amazon EC2 (Elastic Compute Cloud).pptxAmazon EC2 (Elastic Compute Cloud).pptx
Amazon EC2 (Elastic Compute Cloud).pptxSubhamMukherjee29
 
Amazon cloud intance launch3
Amazon cloud intance launch3Amazon cloud intance launch3
Amazon cloud intance launch3Zenita Smythe
 
Amazon cloud intance launch3
Amazon cloud intance launch3Amazon cloud intance launch3
Amazon cloud intance launch3Zenita Smythe
 
Amazon cloud intance launch
Amazon cloud intance launchAmazon cloud intance launch
Amazon cloud intance launchZenita Smythe
 
The IoT Academy_awstraining_part2_aws_ec2_iaas
The IoT Academy_awstraining_part2_aws_ec2_iaasThe IoT Academy_awstraining_part2_aws_ec2_iaas
The IoT Academy_awstraining_part2_aws_ec2_iaasThe IOT Academy
 
Amazon Elastic Compute Cloud
Amazon Elastic Compute CloudAmazon Elastic Compute Cloud
Amazon Elastic Compute CloudWhizlabs
 
AWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for GovernmentAWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for GovernmentAmazon Web Services
 
Amazon EC2 - Masterclass - Pop-up Loft Tel Aviv
Amazon EC2 - Masterclass - Pop-up Loft Tel AvivAmazon EC2 - Masterclass - Pop-up Loft Tel Aviv
Amazon EC2 - Masterclass - Pop-up Loft Tel AvivAmazon Web Services
 

Ähnlich wie EC2.pdf (20)

AWS March 2016 Webinar Series - Amazon EC2 Masterclass
AWS March 2016 Webinar Series - Amazon EC2 MasterclassAWS March 2016 Webinar Series - Amazon EC2 Masterclass
AWS March 2016 Webinar Series - Amazon EC2 Masterclass
 
AWS Compute Services
AWS Compute ServicesAWS Compute Services
AWS Compute Services
 
Amazon EC2:Masterclass
Amazon EC2:MasterclassAmazon EC2:Masterclass
Amazon EC2:Masterclass
 
CC ppt.pptx
CC ppt.pptxCC ppt.pptx
CC ppt.pptx
 
Aws coi7
Aws coi7Aws coi7
Aws coi7
 
Masterclass Live: Amazon EC2
Masterclass Live: Amazon EC2 Masterclass Live: Amazon EC2
Masterclass Live: Amazon EC2
 
Amazon EC2
Amazon EC2Amazon EC2
Amazon EC2
 
AMAZON CLOUD Course Content
AMAZON CLOUD Course ContentAMAZON CLOUD Course Content
AMAZON CLOUD Course Content
 
Amazon EC2 Masterclass
Amazon EC2 MasterclassAmazon EC2 Masterclass
Amazon EC2 Masterclass
 
Amazon EC2 (Elastic Compute Cloud).pptx
Amazon EC2 (Elastic Compute Cloud).pptxAmazon EC2 (Elastic Compute Cloud).pptx
Amazon EC2 (Elastic Compute Cloud).pptx
 
Amazon cloud intance launch3
Amazon cloud intance launch3Amazon cloud intance launch3
Amazon cloud intance launch3
 
Amazon cloud intance launch3
Amazon cloud intance launch3Amazon cloud intance launch3
Amazon cloud intance launch3
 
Amazon cloud intance launch
Amazon cloud intance launchAmazon cloud intance launch
Amazon cloud intance launch
 
AWSome Day Dublin - June 2016
AWSome Day Dublin - June 2016AWSome Day Dublin - June 2016
AWSome Day Dublin - June 2016
 
AWS-services.pdf
AWS-services.pdfAWS-services.pdf
AWS-services.pdf
 
The IoT Academy_awstraining_part2_aws_ec2_iaas
The IoT Academy_awstraining_part2_aws_ec2_iaasThe IoT Academy_awstraining_part2_aws_ec2_iaas
The IoT Academy_awstraining_part2_aws_ec2_iaas
 
Amazon Elastic Compute Cloud
Amazon Elastic Compute CloudAmazon Elastic Compute Cloud
Amazon Elastic Compute Cloud
 
AWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for GovernmentAWS Webcast - Explore the AWS Cloud for Government
AWS Webcast - Explore the AWS Cloud for Government
 
Amazon EC2 - Masterclass - Pop-up Loft Tel Aviv
Amazon EC2 - Masterclass - Pop-up Loft Tel AvivAmazon EC2 - Masterclass - Pop-up Loft Tel Aviv
Amazon EC2 - Masterclass - Pop-up Loft Tel Aviv
 
Aws
AwsAws
Aws
 

Kürzlich hochgeladen

Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Hr365.us smith
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
Sending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdfSending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdf31events.com
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Rob Geurden
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Matt Ray
 
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsSensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsChristian Birchler
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaHanief Utama
 
PREDICTING RIVER WATER QUALITY ppt presentation
PREDICTING  RIVER  WATER QUALITY  ppt presentationPREDICTING  RIVER  WATER QUALITY  ppt presentation
PREDICTING RIVER WATER QUALITY ppt presentationvaddepallysandeep122
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Velvetech LLC
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...OnePlan Solutions
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfFerryKemperman
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtimeandrehoraa
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZABSYZ Inc
 

Kürzlich hochgeladen (20)

Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)Recruitment Management Software Benefits (Infographic)
Recruitment Management Software Benefits (Infographic)
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
Sending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdfSending Calendar Invites on SES and Calendarsnack.pdf
Sending Calendar Invites on SES and Calendarsnack.pdf
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
Open Source Summit NA 2024: Open Source Cloud Costs - OpenCost's Impact on En...
 
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving CarsSensoDat: Simulation-based Sensor Dataset of Self-driving Cars
SensoDat: Simulation-based Sensor Dataset of Self-driving Cars
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
React Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief UtamaReact Server Component in Next.js by Hanief Utama
React Server Component in Next.js by Hanief Utama
 
PREDICTING RIVER WATER QUALITY ppt presentation
PREDICTING  RIVER  WATER QUALITY  ppt presentationPREDICTING  RIVER  WATER QUALITY  ppt presentation
PREDICTING RIVER WATER QUALITY ppt presentation
 
Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...Software Project Health Check: Best Practices and Techniques for Your Product...
Software Project Health Check: Best Practices and Techniques for Your Product...
 
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
Maximizing Efficiency and Profitability with OnePlan’s Professional Service A...
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdf
 
SpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at RuntimeSpotFlow: Tracking Method Calls and States at Runtime
SpotFlow: Tracking Method Calls and States at Runtime
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
Salesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZSalesforce Implementation Services PPT By ABSYZ
Salesforce Implementation Services PPT By ABSYZ
 

EC2.pdf

  • 1. 1 Cloud Solution Architecture > Track Name Amazon – EC2 Amazon EC2 Introduction Amazon EC2 stand for (Elastic Compute Cloud). AWS EC2 is a backbone of AWS. AWS EC2 offers scalable computing capacity that allows business subscribers to run application and programs in the Cloud environment.
  • 2. 2 Cloud Solution Architecture > Track Name Amazon – EC2 Benefits: ELASTIC WEB-SCALE COMPUTING Amazon EC2 enables to increase or decrease capacity within minutes, not hours or days. COMPLETELY CONTROLLED User have a complete control of the instances including root access and the ability to interact with them as they would any machine. FLEXIBLE CLOUD HOSTING SERVICES User have a choice of multiple instance types, operating systems, and software packages.
  • 3. Benefits: INTEGRATED Amazon EC2 is integrated with most AWS services such as AWS S3, AWS RDS and AWS VPC. RELIABLE Amazon EC2 offers a highly reliable environment where replacement instances can be rapidly and predictably commissioned. SECURE Cloud security at AWS is the highest priority. AWS gives a benefit of data center and network architecture built to meet the requirements of the most security-sensitive organizations. Amazon – EC2
  • 4. Web Services Benefits: INEXPENSIVE Amazon EC2 passes on the financial benefits of Amazon’s scale. User can pay a very low rate for the compute capacity actually consumed. EASY TO START There are several ways to get started with Amazon EC2. User can use the AWS Management Console, the AWS Command Line Tools (CLI), or AWS SDKs. Amazon – EC2
  • 5. Web Services Features: ➔ EC2 virtual computing environments, known as instances. ➔ Preconfigured templates for your instances, known as Amazon Machine Images (AMI) / Golden AMI. ➔ Diverse processor capacity, memory, storage, and networking configurations for the instances, called instance types. ➔ Secure login information for the instances by using key pairs. Amazon – EC2
  • 6. Web Services Features ➔ Persistent storage volumes for the data using Amazon Elastic Block Store (Amazon EBS), known as Amazon EBS volumes. ➔ Multiple physical locations for resources, such as Amazon EBS instances and volumes, called regions and availability zones. ➔ A firewall that allows to specify the source protocols, ports, and IP ranges that can reach the instances by using security groups. Amazon – EC2
  • 7. Web Services Features ➔ Storage volumes for temporary data that's deleted when instance stop or terminate known as instance store volumes. ➔ Hibernation for EC2 Instances giving you the ability to launch EC2 instances, set them up as desired, hibernate them, and then bring them back to life when you need them. Amazon – EC2
  • 8. Web Services Amazon EC2 Instances “An EC2 instance is a virtual server in Amazon's Virtual Private Cloud (VPC) to run applications on the Amazon Web Services (AWS) infrastructure.” Before launching a production environment on AWS EC2 Instance, user should have the clear business computing requirement. Amazon – EC2
  • 9. Web Services For Example ➔ Business Nature, Computing Usage for running the Application ➔ Processor Requirement. ➔ Memory and storage Requirements. ➔ Networking Capacity ➔ Most Important: Amazon EC2 different Instance types are important to meet various Business Requirements. Amazon – EC2
  • 10. Web Services EC2 Instance Types Instance types divided in two different Types or Families 1. Current Generation Instance Types 2. Previous Generation Instance Type Both types of instances have these 5 sub-types: 1- General purpose 4. Storage optimized 2- Compute optimized 5. Accelerated computing. 3- Memory optimized Both Instance Types have same Family/Types Names but Instances distribution is completely different. Amazon – EC2
  • 11. Web Services Amazon Machine Image (AMI) “An Amazon Machine Image (AMI) provides the information required to launch an instance, which is a virtual server in the cloud. You must specify a source AMI when you launch an instance.” An AMI includes the following: ➔ A template for the root volume for the instance (for example, an operating system, an application server, and applications). ➔ Launch permissions that control which AWS accounts can use the AMI to launch instances. ➔ A block device mapping that specifies the volumes to attach to the instance when it's launched. Amazon – EC2
  • 12. Web Services Amazon Machine Image (AMI) Instance Instances AMI Image Create AMI Create Multiple Instances Amazon – EC2
  • 14. Web Services Amazon Elastic Block Store (EBS) “Amazon EBS provides persistent, highly available, consistent, low-latency block storage volumes for use with Amazon EC2 instances.” Each Amazon EBS volume is automatically replicated within its Availability Zone to protect you from component failure, offering high availability and durability. It is designed for an application managers who need to tune workloads for capacity, performance and cost. Amazon EC2 - EBS
  • 15. Web Services EBS Features: ➔ High Performance Volumes: Whether its SSD-backed or HDD-backed volumes, EBS deliver High Performance Volumes that needed the most demanding applications. ➔ Availability: EBS volume is designed for 99.999% Availability . ➔ Encryption: EBS Encryption provides seamless support for data-at-rest and data-in-transit between EC2 instances and EBS volumes. Amazon EC2 - EBS
  • 16. Web Services EBS Features ➔ Snapshot: Protect the data by creating point-in-time Snapshots of EBS volumes. ➔ Access Management: Amazon’s flexible access control policies allows to specify who can Access which EBS volumes ensuring secure Access to the data. ➔ Elastic Volumes: Dynamically increase capacity, tune performance, and change the type of live EBS volumes. Amazon EC2 - EBS
  • 17. Web Services Amazon EBS IOPS/ Throughput: IOPS measures the number of read and write operations per second, while throughput measures the number of bits read or written per second. Instances EBS Root volume/ dev/sda1 6 gb Amazon EC2 - EBS
  • 18. Web Services EBS Solid state drives (SSD): Amazon EC2 - EBS
  • 19. Amazon EC2 - EBS Web Services EBS Hard Disk Drives (HDD)
  • 20. Amazon EC2 - EBS Web Services Previous generation volume types
  • 21. Web Services Amazon EC2 Pricing Amazon EC2 is free to try. There are five ways to pay for Amazon EC2 instances: On-Demand With On-Demand instances, user can pay for compute capacity by per hour or per second depending on which instances you run. No longer-term commitments or upfront payments are needed. Spot Instances Amazon EC2 Spot instances allow user to request spare Amazon EC2 computing capacity for up to 90% off the On-Demand price. Amazon – EC2
  • 22. Web Services Amazon EC2 Pricing Reserved Instances Reserved Instances provides a significant discount (up to 75%) compared to On-Demand instance pricing. Dedicated Hosts A Dedicated Host is a physical EC2 server dedicated for use. Dedicated Hosts can helps to reduce costs by allowing user to use existing server-bound software licenses, including Windows Server, SQL Server, and SUSE Linux Enterprise Server. Amazon – EC2
  • 23. Web Services Amazon EC2 Pricing Savings Plans Savings Plan is a flexible pricing model that provides savings of up to 72% on your AWS compute usage. This pricing model offers lower prices on Amazon EC2 instances usage, regardless of instance family, size, OS, tenancy or AWS Region, and also applies to AWS Fargate and AWS Lambda usage. Savings Plans offer significant savings over On Demand, just like EC2 Reserved Instances, in exchange for a commitment to use a specific amount of compute power (measured in $/hour) for a one or three year period. Amazon – EC2
  • 24. Web Services Amazon EC2 Pricing Per Second Billing ➔ With per-second billing, pay for only what is in use. It takes cost of unused minutes and seconds in an hour off of the bill. ➔ EC2 usage are billed on one second increments, with a minimum of 60 seconds. Similarly, provisioned storage for EBS volumes will be billed per-second increments, with a 60 second minimum. ➔ Amazon Linux, Windows, and Ubuntu. Amazon – EC2
  • 25. 25 Cloud Solution Architecture > Track Name Question Answer: Q) How many instances can I run in Amazon EC2? A) You are limited to running On-Demand Instances per your vCPU-based On-Demand Instance limit, purchasing 20 Reserved Instances, and requesting Spot Instances per your dynamic Spot limit per region. New AWS accounts may start with limits that are lower than the limits described here. If you need more instances, complete the Amazon EC2 limit increase request form with your use case, and your limit increase will be considered. Limit increases are tied to the region they were requested for. Q) Will the vCPU limits have an impact on my monthly bill? A) No. EC2 usage is still calculated either by the hour or the second, depending on which AMI you're running and the instance type and size you’ve launched. Amazon – EC2
  • 26. 26 Cloud Solution Architecture > Track Name “Any questions”