SlideShare uma empresa Scribd logo
1 de 25
www.edureka.co/cloudcomputing 
Introduction to 
Cloud Computing with AWS 
View Cloud Computing Course details at www.edureka.co/cloudcomputing
How it Works? 
LIVE Online Class 
Class Recording in LMS 
24/7 Post Class Support 
Module Wise Quiz 
Project Work 
Verifiable Certificate 
Slide 2 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Objectives 
At the end of this module, you will be able to 
 Understand Cloud Computing 
 Cloud Attributes / Service Models / Deployment Models 
 Introduction to Amazon Web Services 
 Typical Use Cases 
 Various Service Offerings from AWS 
 Simple Demo 
Slide 3 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Importance of Cloud Computing 
“We believe we are moving out of The Ice Age, The Iron Age, The Industrial Age, The Information Age to The 
participation age. You get on the Net and you do stuff. You IM (Instant Message), you blog, you take pictures, 
you publish, you podcast, you transact, you distance learn, you telemedicine. You are participating on the 
Internet, not just viewing stuff. We build the infrastructure that goes in the data centre that facilitates the 
participation age. 
- Scott McNealy, former CEO, Sun Microsystems 
SMAC (Social Mobile Analytics Cloud) Era 
We are in SMAC Era and Cloud would be the Base for three pillars (Social, Mobile, Analytics) of SMAC 
Slide 4 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
What is Cloud Computing? 
According to Forrester, Cloud Computing is: 
“A form of standardized IT-based capability – such as Internet-based services, software, or 
ITinfrastructure – offered by a service provider that is accessible via Internet protocols from 
any computer, is always available and scales automatically to adjust to demand, is either pay-per- 
use or advertising-based, has Web or programmatic-based control interfaces, and enables 
full customer self-service.” 
Slide 5 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
What is Cloud Computing? 
Slide 6 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Gartner Hype Cycle 
Slide 7 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Attributes / Service Models / Deployment Models 
Broad Network 
Access 
Software as a Service 
(SaaS) 
CRM, Email, Social 
Collaboration, Payment 
and Reconciliation 
Public Cloud 
(multi-tenant) 
Attributes 
Service 
Models 
Rapid Elasticity 
Measured Service 
/Pay as you go 
On Demand self-service 
Resource Pooling 
Infrastructure as a 
Service (IaaS) 
Compute, Storage, 
Network, Desktop, 
Hybrid 
Platform as a Service 
(PaaS) 
Middleware, Database, 
Build/Dev/Test 
Anything as a 
Service (XaaS) 
Community 
(Special purpose/group) 
Private Cloud 
(single-tenant) 
Deployment 
Models 
Slide 8 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Cloud Services Market Growth 
Almost 3-5 Years back 
A Forrester report “Sizing the Cloud” notes: 
“The cloud computing market will rise from 
$40.7 billion this year to more than $241 
billion in 2020, with a year-to-year growth 
of over 20 percent. 
Estimates tremendous growth in SaaS, 
with its market size estimated to be over 
80 percent of the global public cloud 
market.” 
Slide 9 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Amazon Web Services 
 What is AWS? 
 Overview of AWS Products 
» Compute, Storage, Database, App Services, Deployment and Management, Networking 
 AWS Free Tier 
» 1 Year free tier with all services 
 Basic Key Words 
» AMI, Instance, Volume, Snapshot 
Slide 10 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Why AWS? 
Slide 11 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Regions, Zones and Edge Locations 
Slide 12 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Regions, Zones and Edge Locations 
US East Region (N.VA) 
Availability 
Zone A 
Availability 
Zone C 
Availability 
Zone B 
Availability 
Zone D 
Availability 
Zone E 
US West Region -1 (N.CA) 
Availability 
Zone C 
Availability 
Zone A 
Availability 
Zone B 
US West Region -2 (Oregan) 
Availability 
Zone C 
Availability 
Zone A 
Availability 
Zone B 
APAC Region Australia 
Availability 
Zone A 
Availability 
Zone B 
South America (Sao Paulo) EU –West (IRE) 
Availability 
Zone A 
Availability 
Zone B 
Availability 
Zone C 
Availability 
Zone A 
Availability 
Zone B 
APAC Region Singapore APAC Region Tokyo 
Availability 
Zone A 
Availability 
Zone B 
Availability 
Zone C 
Availability 
Zone A 
Availability 
Zone B 
US Govt Cloud 
Availability Zone B 
Availability Zone A 
Slide 13 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Compute EC2 
 Web Service that enables to launch and manage server instance 
 Instances available in different size and configuration 
 Use only the capacity you need and pay only what you use 
 Increase the capacity dynamically when the demand raises and vice versa 
 Supports both Vertical and Horizontal Scaling 
 PreBuilt AMI available from market place 
Slide 14 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
EC2 Instance Types 
 On-Demand Instances: 
» Let you pay for the capacity by hour with no long term commitment 
» Frees from complexities of planning, purchasing and maintenance 
 Reserved Instances: 
» Gives option of one time payment to reserve and receive significant discount on the usage 
» After onetime payment instance is reserved and no further commitment 
 Spot Instances: 
» Allows customer to bid on unused EC2 capacity 
» The spot price changes periodically based on supply and demand 
» Customers whose bids meet or exceed it gain access to the available spot instances 
Slide 15 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
EBS – Elastic Block Storage 
 Provides high available, highly reliable storage volumes 
 Suitable for database, file system or raw block storage 
 Can be from 1GB to 1TB 
 Created volume can be attached to any EC2 instance 
 Multiple volume can be attached to one instances 
 Snapshot of the volume can be taken for backup and sharing 
Slide 16 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
S3 – Simple Storage Service 
 Storage for the Internet 
 Makes web scale computing / storage easier 
 Simple to use 
 Provides API / SDK access 
 Stores object upto 5 TB in size 
 Full control of access rights 
Slide 17 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Auto Scaling and Load Balancer 
Elastic Load 
Balancer 
Cloud Watch 
Metrics 
Auto Scaling 
Utilization 
Latency 
Slide 18 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
IAM – Identity and Access Management 
Manage IAM Users 
and their access 
AWS IAM 
Functionality 
Fine-granted 
access control to 
AWS resources 
Mobile and 
browser based 
application 
Manage access for 
federated users 
Identify federation 
between enterprise 
and AWS Services 
Slide 19 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
RDS – Relational Database Service 
 Web Service that makes it easy to set up, operate and scale a relational database in cloud 
 Low level database admin work is handled automatically by AWS 
 Supports PostgreSQL, MySQL, MSSQL and Oracle database 
 Amazon RDS automatically patches the database software 
 Backup the database for a user defined retention period 
 Enables point in time recovery 
Slide 20 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Free Tier 
 EC2 - 750 hours per month of Windows, Linux, RHEL, or SLES t2.micro instance usage 
 S3 - 5 GB of Standard Storage, 20,000 Get Requests, 2,000 Put Requests 
 EBS - 30 GB of Amazon EBS: any combination of General Purpose (SSD) or Magnetic, 2,000,000 I/OS 
(with EBS Magnetic), 1 GB of snapshot storage 
 RDS - 750 Hours per month of Micro DB Instance usage, 20 GB of DB Storage, 20 GB for Backups, 
10,000,000 I/Os 
 ELB - 750 Hours per month, 15 GB of Data Processing 
Ref: http://aws.amazon.com/free/ 
Slide 21 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
AWS Economics Center 
 Provides access to information, tools and resources 
 White Paper - http://aws.amazon.com/whitepapers/ 
 TCO Cost Comparison - http://aws.amazon.com/tco-calculator/ 
 AWS Simple Calculator - http://calculator.s3.amazonaws.com/index.html 
Slide 22 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Course Curriculum 
 Module 1 
» Introduction to Cloud Computing 
 Module 2 
» Amazon EC2 and Amazon EBS 
 Module 3 
» Amazon Storage Services : S3, RRS, Glaciers 
 Module 4 
» Scaling and Load Distribution in AWS 
 Module 5 
» Identity and Access Management Techniques (IAM) 
 Module 6 
» Multiple AWS Services and managing the resources 
lifecycle 
 Module 7 
» AWS Architecture and Design 
 Module 8 
» Project Discussion 
Slide 23 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
Questions 
Slide 24 www.edureka.co/cloudcomputing
Introduction to Cloud Computing with AWS

Mais conteúdo relacionado

Mais procurados

Mais procurados (20)

AWS networking fundamentals
AWS networking fundamentalsAWS networking fundamentals
AWS networking fundamentals
 
Aws overview
Aws overviewAws overview
Aws overview
 
AWS Media and Entertainment - Broadcast and OTT Workloads - Toronto
AWS Media and Entertainment - Broadcast and OTT Workloads - TorontoAWS Media and Entertainment - Broadcast and OTT Workloads - Toronto
AWS Media and Entertainment - Broadcast and OTT Workloads - Toronto
 
Amazon WorkSpaces for Education
Amazon WorkSpaces for EducationAmazon WorkSpaces for Education
Amazon WorkSpaces for Education
 
Disaster Recovery using AWS -Architecture blueprints
Disaster Recovery using AWS -Architecture blueprintsDisaster Recovery using AWS -Architecture blueprints
Disaster Recovery using AWS -Architecture blueprints
 
[금융사를 위한 AWS Generative AI Day 2023] 3_AWS Generative AI 기술특징과 접근...
[금융사를 위한 AWS Generative AI Day 2023] 3_AWS Generative AI 기술특징과 접근...[금융사를 위한 AWS Generative AI Day 2023] 3_AWS Generative AI 기술특징과 접근...
[금융사를 위한 AWS Generative AI Day 2023] 3_AWS Generative AI 기술특징과 접근...
 
Best practices for choosing identity solutions for applications + workloads -...
Best practices for choosing identity solutions for applications + workloads -...Best practices for choosing identity solutions for applications + workloads -...
Best practices for choosing identity solutions for applications + workloads -...
 
AWS 101
AWS 101AWS 101
AWS 101
 
AWS Security Strategy
AWS Security StrategyAWS Security Strategy
AWS Security Strategy
 
Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...
Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...
Automated Solution for Deploying AWS Landing Zone (GPSWS407) - AWS re:Invent ...
 
Building a Solid Business Case for Cloud Migration
Building a Solid Business Case for Cloud MigrationBuilding a Solid Business Case for Cloud Migration
Building a Solid Business Case for Cloud Migration
 
What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?What is Cloud Computing with Amazon Web Services?
What is Cloud Computing with Amazon Web Services?
 
Microservices Architectures on Amazon Web Services
Microservices Architectures on Amazon Web ServicesMicroservices Architectures on Amazon Web Services
Microservices Architectures on Amazon Web Services
 
Migrating to the Cloud
Migrating to the CloudMigrating to the Cloud
Migrating to the Cloud
 
Introduction to AWS and Cloud Computing - Module 1 Part 1 - AWSome Day 2017
Introduction to AWS and Cloud Computing - Module 1 Part 1 - AWSome Day 2017Introduction to AWS and Cloud Computing - Module 1 Part 1 - AWSome Day 2017
Introduction to AWS and Cloud Computing - Module 1 Part 1 - AWSome Day 2017
 
Running Microsoft SharePoint On AWS - Smartronix and AWS - Webinar
Running Microsoft SharePoint On AWS - Smartronix and AWS - WebinarRunning Microsoft SharePoint On AWS - Smartronix and AWS - Webinar
Running Microsoft SharePoint On AWS - Smartronix and AWS - Webinar
 
Next Gen Innovation: Enhancing your Contact Center with Amazon Connect for t...
Next Gen Innovation:  Enhancing your Contact Center with Amazon Connect for t...Next Gen Innovation:  Enhancing your Contact Center with Amazon Connect for t...
Next Gen Innovation: Enhancing your Contact Center with Amazon Connect for t...
 
Fundamentals of AWS Security
Fundamentals of AWS SecurityFundamentals of AWS Security
Fundamentals of AWS Security
 
AWS Certified Developer Associate - Notes
AWS Certified Developer Associate - NotesAWS Certified Developer Associate - Notes
AWS Certified Developer Associate - Notes
 
Introduction of amazon connect
Introduction of amazon connectIntroduction of amazon connect
Introduction of amazon connect
 

Semelhante a Introduction to Cloud Computing with AWS

Architecting in Cloud : Your Guide to Amazon Web Services
Architecting in Cloud : Your Guide to Amazon Web ServicesArchitecting in Cloud : Your Guide to Amazon Web Services
Architecting in Cloud : Your Guide to Amazon Web Services
Edureka!
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
Edureka!
 

Semelhante a Introduction to Cloud Computing with AWS (20)

Building a Scalable Application on Cloud
Building a Scalable Application on CloudBuilding a Scalable Application on Cloud
Building a Scalable Application on Cloud
 
Architecting in Cloud
Architecting in CloudArchitecting in Cloud
Architecting in Cloud
 
Architecting in Cloud : Your Guide to Amazon Web Services
Architecting in Cloud : Your Guide to Amazon Web ServicesArchitecting in Cloud : Your Guide to Amazon Web Services
Architecting in Cloud : Your Guide to Amazon Web Services
 
Architecting in Cloud : Your Guide to Amazon Web Services
Architecting in Cloud : Your Guide to Amazon Web ServicesArchitecting in Cloud : Your Guide to Amazon Web Services
Architecting in Cloud : Your Guide to Amazon Web Services
 
Webinar: Efficient Disaster Recover with Cloud Computing
Webinar: Efficient Disaster Recover with Cloud ComputingWebinar: Efficient Disaster Recover with Cloud Computing
Webinar: Efficient Disaster Recover with Cloud Computing
 
Cloud Computing with AWS
Cloud Computing with AWSCloud Computing with AWS
Cloud Computing with AWS
 
AWS Cloud Essentials - An Overview
AWS Cloud Essentials - An OverviewAWS Cloud Essentials - An Overview
AWS Cloud Essentials - An Overview
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
JCU Singapore AWS Journey
JCU Singapore AWS JourneyJCU Singapore AWS Journey
JCU Singapore AWS Journey
 
Boarding an Exciting Career Path with Amazon Cloud
Boarding an Exciting Career Path with Amazon CloudBoarding an Exciting Career Path with Amazon Cloud
Boarding an Exciting Career Path with Amazon Cloud
 
Hybrid Cloud presentation at the Insight Client Event V3
Hybrid Cloud presentation at the Insight Client Event V3Hybrid Cloud presentation at the Insight Client Event V3
Hybrid Cloud presentation at the Insight Client Event V3
 
Cloud Computing & Sun Vision 03262009
Cloud Computing & Sun Vision 03262009Cloud Computing & Sun Vision 03262009
Cloud Computing & Sun Vision 03262009
 
Amazon Web Services
Amazon Web ServicesAmazon Web Services
Amazon Web Services
 
Dix conseils pour supporter la croissance de votre Startup de 0 à 10 millions...
Dix conseils pour supporter la croissance de votre Startup de 0 à 10 millions...Dix conseils pour supporter la croissance de votre Startup de 0 à 10 millions...
Dix conseils pour supporter la croissance de votre Startup de 0 à 10 millions...
 
교육의 진화, 클라우드는 어떤 역할을 하는가 :: Vincent Quah :: AWS Summit Seoul 2016
교육의 진화, 클라우드는 어떤 역할을 하는가 :: Vincent Quah :: AWS Summit Seoul 2016교육의 진화, 클라우드는 어떤 역할을 하는가 :: Vincent Quah :: AWS Summit Seoul 2016
교육의 진화, 클라우드는 어떤 역할을 하는가 :: Vincent Quah :: AWS Summit Seoul 2016
 
HBase Vs Cassandra Vs MongoDB - Choosing the right NoSQL database
HBase Vs Cassandra Vs MongoDB - Choosing the right NoSQL databaseHBase Vs Cassandra Vs MongoDB - Choosing the right NoSQL database
HBase Vs Cassandra Vs MongoDB - Choosing the right NoSQL database
 
10 Pro Tips for Scaling Your Startup from 0-10M Users
10 Pro Tips for Scaling Your Startup from 0-10M Users10 Pro Tips for Scaling Your Startup from 0-10M Users
10 Pro Tips for Scaling Your Startup from 0-10M Users
 
Next Generation Education: Technology in the Classroom and Beyond
Next Generation Education: Technology in the Classroom and BeyondNext Generation Education: Technology in the Classroom and Beyond
Next Generation Education: Technology in the Classroom and Beyond
 
Final
FinalFinal
Final
 
Introduction to Cloud Computing
Introduction to Cloud ComputingIntroduction to Cloud Computing
Introduction to Cloud Computing
 

Mais de Edureka!

Mais de Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
 

Último

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Último (20)

Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 

Introduction to Cloud Computing with AWS

  • 1. www.edureka.co/cloudcomputing Introduction to Cloud Computing with AWS View Cloud Computing Course details at www.edureka.co/cloudcomputing
  • 2. How it Works? LIVE Online Class Class Recording in LMS 24/7 Post Class Support Module Wise Quiz Project Work Verifiable Certificate Slide 2 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 3. Objectives At the end of this module, you will be able to  Understand Cloud Computing  Cloud Attributes / Service Models / Deployment Models  Introduction to Amazon Web Services  Typical Use Cases  Various Service Offerings from AWS  Simple Demo Slide 3 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 4. Importance of Cloud Computing “We believe we are moving out of The Ice Age, The Iron Age, The Industrial Age, The Information Age to The participation age. You get on the Net and you do stuff. You IM (Instant Message), you blog, you take pictures, you publish, you podcast, you transact, you distance learn, you telemedicine. You are participating on the Internet, not just viewing stuff. We build the infrastructure that goes in the data centre that facilitates the participation age. - Scott McNealy, former CEO, Sun Microsystems SMAC (Social Mobile Analytics Cloud) Era We are in SMAC Era and Cloud would be the Base for three pillars (Social, Mobile, Analytics) of SMAC Slide 4 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 5. What is Cloud Computing? According to Forrester, Cloud Computing is: “A form of standardized IT-based capability – such as Internet-based services, software, or ITinfrastructure – offered by a service provider that is accessible via Internet protocols from any computer, is always available and scales automatically to adjust to demand, is either pay-per- use or advertising-based, has Web or programmatic-based control interfaces, and enables full customer self-service.” Slide 5 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 6. What is Cloud Computing? Slide 6 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 7. Gartner Hype Cycle Slide 7 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 8. Attributes / Service Models / Deployment Models Broad Network Access Software as a Service (SaaS) CRM, Email, Social Collaboration, Payment and Reconciliation Public Cloud (multi-tenant) Attributes Service Models Rapid Elasticity Measured Service /Pay as you go On Demand self-service Resource Pooling Infrastructure as a Service (IaaS) Compute, Storage, Network, Desktop, Hybrid Platform as a Service (PaaS) Middleware, Database, Build/Dev/Test Anything as a Service (XaaS) Community (Special purpose/group) Private Cloud (single-tenant) Deployment Models Slide 8 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 9. Cloud Services Market Growth Almost 3-5 Years back A Forrester report “Sizing the Cloud” notes: “The cloud computing market will rise from $40.7 billion this year to more than $241 billion in 2020, with a year-to-year growth of over 20 percent. Estimates tremendous growth in SaaS, with its market size estimated to be over 80 percent of the global public cloud market.” Slide 9 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 10. Amazon Web Services  What is AWS?  Overview of AWS Products » Compute, Storage, Database, App Services, Deployment and Management, Networking  AWS Free Tier » 1 Year free tier with all services  Basic Key Words » AMI, Instance, Volume, Snapshot Slide 10 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 11. Why AWS? Slide 11 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 12. Regions, Zones and Edge Locations Slide 12 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 13. Regions, Zones and Edge Locations US East Region (N.VA) Availability Zone A Availability Zone C Availability Zone B Availability Zone D Availability Zone E US West Region -1 (N.CA) Availability Zone C Availability Zone A Availability Zone B US West Region -2 (Oregan) Availability Zone C Availability Zone A Availability Zone B APAC Region Australia Availability Zone A Availability Zone B South America (Sao Paulo) EU –West (IRE) Availability Zone A Availability Zone B Availability Zone C Availability Zone A Availability Zone B APAC Region Singapore APAC Region Tokyo Availability Zone A Availability Zone B Availability Zone C Availability Zone A Availability Zone B US Govt Cloud Availability Zone B Availability Zone A Slide 13 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 14. Compute EC2  Web Service that enables to launch and manage server instance  Instances available in different size and configuration  Use only the capacity you need and pay only what you use  Increase the capacity dynamically when the demand raises and vice versa  Supports both Vertical and Horizontal Scaling  PreBuilt AMI available from market place Slide 14 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 15. EC2 Instance Types  On-Demand Instances: » Let you pay for the capacity by hour with no long term commitment » Frees from complexities of planning, purchasing and maintenance  Reserved Instances: » Gives option of one time payment to reserve and receive significant discount on the usage » After onetime payment instance is reserved and no further commitment  Spot Instances: » Allows customer to bid on unused EC2 capacity » The spot price changes periodically based on supply and demand » Customers whose bids meet or exceed it gain access to the available spot instances Slide 15 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 16. EBS – Elastic Block Storage  Provides high available, highly reliable storage volumes  Suitable for database, file system or raw block storage  Can be from 1GB to 1TB  Created volume can be attached to any EC2 instance  Multiple volume can be attached to one instances  Snapshot of the volume can be taken for backup and sharing Slide 16 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 17. S3 – Simple Storage Service  Storage for the Internet  Makes web scale computing / storage easier  Simple to use  Provides API / SDK access  Stores object upto 5 TB in size  Full control of access rights Slide 17 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 18. Auto Scaling and Load Balancer Elastic Load Balancer Cloud Watch Metrics Auto Scaling Utilization Latency Slide 18 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 19. IAM – Identity and Access Management Manage IAM Users and their access AWS IAM Functionality Fine-granted access control to AWS resources Mobile and browser based application Manage access for federated users Identify federation between enterprise and AWS Services Slide 19 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 20. RDS – Relational Database Service  Web Service that makes it easy to set up, operate and scale a relational database in cloud  Low level database admin work is handled automatically by AWS  Supports PostgreSQL, MySQL, MSSQL and Oracle database  Amazon RDS automatically patches the database software  Backup the database for a user defined retention period  Enables point in time recovery Slide 20 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 21. Free Tier  EC2 - 750 hours per month of Windows, Linux, RHEL, or SLES t2.micro instance usage  S3 - 5 GB of Standard Storage, 20,000 Get Requests, 2,000 Put Requests  EBS - 30 GB of Amazon EBS: any combination of General Purpose (SSD) or Magnetic, 2,000,000 I/OS (with EBS Magnetic), 1 GB of snapshot storage  RDS - 750 Hours per month of Micro DB Instance usage, 20 GB of DB Storage, 20 GB for Backups, 10,000,000 I/Os  ELB - 750 Hours per month, 15 GB of Data Processing Ref: http://aws.amazon.com/free/ Slide 21 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 22. AWS Economics Center  Provides access to information, tools and resources  White Paper - http://aws.amazon.com/whitepapers/  TCO Cost Comparison - http://aws.amazon.com/tco-calculator/  AWS Simple Calculator - http://calculator.s3.amazonaws.com/index.html Slide 22 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 23. Course Curriculum  Module 1 » Introduction to Cloud Computing  Module 2 » Amazon EC2 and Amazon EBS  Module 3 » Amazon Storage Services : S3, RRS, Glaciers  Module 4 » Scaling and Load Distribution in AWS  Module 5 » Identity and Access Management Techniques (IAM)  Module 6 » Multiple AWS Services and managing the resources lifecycle  Module 7 » AWS Architecture and Design  Module 8 » Project Discussion Slide 23 Twitter @edurekaIN, Facebook /edurekaIN, use #askEdureka for Questions www.edureka.co/cloudcomputing
  • 24. Questions Slide 24 www.edureka.co/cloudcomputing