SlideShare a Scribd company logo
1 of 36
Download to read offline
Getting Started with AWS
Adam Glick
Agenda:
•
•
•
•

Fundamental pillars of the AWS cloud
The typical cloud user progression
Getting started walk-thru
Q&A
Fundamentals of the AWS Cloud

Complete Set
of Services

Flexibility

Global Presence

Instant Access
to Resources

Low Cost IT

Productive
What is Available from AWS
Deployment & Administration
Application Services
Compute

Storage
Networking
AWS Global Infrastructure

Database
Typical Startup Growth Cycle
Create

Share

Deploy

Cloud

PC

Server

Scale up

Scale out

Manage & Optimize

$

Colocation
$
Server room
Shortcut

Elastic Beanstalk

• Supports common platforms:
• Java, Ruby, Python, PHP, Node.js, .Net
• Automatic deployment; upload and go.
• No infrastructure planning needed; handles: load
balancing, virtual machines, databases,
monitoring, etc.
• Resources are automatically allocated
• Scales automatically (horizontally)
Free tier
•
•
•
•

FREE

Includes most of the AWS services
Available for all new account
Good for one year from the day the account is created
Everything we show today can be done within the free
tier
• More details at http://aws.amazon.com/free
Let’s Get Started:
We’ll learn how to:
–
–
–
–
–
–

Set up an AWS account
Create your SSH keys (used to log into your instances)
Create a security group (firewall)
Start an EC2 instance (virtual machine)
Connect to your EC2 instance
Create a CloudWatch alarm to email you if your server is under heavy
load
– Take a snapshot (backup) of your instance and restore it
– Use S3 (Internet connected storage)
Sign Up
• Sign up though https://aws.amazon.com
• You need a CC
• There will be a phone verification
Demo
Signing Up for AWS
Creating your SSH Key
•
•
•
•

SSH stands for Secure Shell
SSH keys are used for secured access to EC2 (Linux)
SSH keys avoid password weaknesses
Can import your own or use AWS created keys
Demo
Creating SSH Keys
Creating a Security Group
• Security Groups are firewalls for your instances
• By default, the Security Group blocks everything
• Choose which protocols & ports are open
– Can use port ranges (e.g. 22-24)

• Choose which addresses the ports are open to
– Uses CIDR rules for IP address access
– (use /32 for allowing a single address)
Demo
Creating a Security Group
Start a New Instance
• Instances are virtual machines running in the cloud
• You have full control of the instance and can install
any software that you choose
• In this process, you define what kind of machine you
want (processing power, HD space, etc.)
• You will need:
– A Key Pair to connect to your instance via SSH
– A Security Group to put your instance in
Demo
Starting an EC2 Instance
Select Choose one or more of your existing Security groups
Connecting to EC2 Instances
• SSH is used to connect to Linux
–
–
–
–

There is a Java-based terminal available in the EC2 Console
Linux/OSX: Terminal
Windows: PuTTY
Note: If you are using an Linux distribution that has a GUI, you can
use a remote GUI tool like VNC

• Remote Desktop is used to connect to Windows
– Windows: MSTSC (Microsoft Terminal Services Client)
– Linux/OSX: 2X client
– Note: you can also use Remote PowerShell or a 3rd party shell
extension with Windows.
Connecting to a Linux Instance (from Linux/OSX)

• Open a terminal window
• ssh -i {ssh private key location} ec2user@{public DNS name}
Connecting to a Linux Instance (from Windows)

• Download/Install PuTTY
– http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

• Convert .pem file to .ppk with puttygen
• Create a connection in PuTTY
Connecting to a Windows Instance (from Windows)

• Open a Remote Desktop connection
• Windows + r or start and then the “run” option
• mstsc /v:{EC2 instance public DNS Name}
Demo
Connecting to a Linux EC2 Instance
from Windows
Demo
Connecting to a Linux EC2 Instance
CloudWatch
• CloudWatch provides monitoring information for
your EC2 instances
• CloudWatch allows you to specify actions to take
when a condition is met
– Example 1: Send an email when CPU Utilization >80% for 5
minutes
– Example 2: Add another machine to an Auto-Scaling Group if
Average Disk Read IOPS across an Auto-Scaling Group exceeds
500
– Example 3: Remove a machine from an Auto-Scaling Group if
Network input drops below 2,000 Bytes
Demo
Creating a CloudWatch Alarm
Additional Information
• CloudWatch works with Auto-Scaling
• When you have defined an Auto-Scaling Group,
CloudWatch Alarms can be used to increase
and decrease the resources in the Auto-Scaling
Group.
Elastic Block Storage
• Elastic Block Storage (EBS) is block level
storage for EC2 instances (think HDD)
• EBS volumes can be removed and re-attached
• Custom volume sizes from 1TB – 1 GB (RAID
for larger)
• Use Provisioned IOPS for predictable I/O
Demo
Backing up an EBS volume
Restoring a Snapshot / Creating an AMI
• AMIs are Amazon Machine Images
• AMIs are bootable versions of a snapshot (backup)
• AMIs are private, but you can choose to share them
with others
Demo
Creating an AMI / Restoring a Snapshot
S3
•
•
•
•

S3 is Amazon’s Simple Storage Service
Store and retrieve almost any amount of data – 1 Byte to 5 Terabytes
Highly scalable
Highly durable
–
–

•

Encryption available
–

•
•
•

Regular S3 has 99.999999999% durability
Reduced Redundancy Storage (RRS) offers 99.99% durability at discount
At rest and for ingest/delivery

Storage is isolated by region
Object level permissions
Easily Accessible
–
–
–

Web (HTTP/HTTPS)
P2P (BitTorrent)
APIs (REST & SOAP)
Demo
Using S3
Summary
• We covered:
–
–
–
–
–
–
–
–
–

Signing up (and in) with AWS
Creating SSH Keys (not needed for Windows)
Configuring a Security Group (setting firewall rules)
Creating an EC2 instance
Connecting to an EC2 instance
Creating a snapshot of your instance (Taking a backup)
Restoring a snapshot of your instance (Creating an AMI)
Setting a CloudWatch Alarm
Creating an S3 bucket, uploading a file, & making the file public
Thank You!
Interested to Learn More?

Sign up for the next webinar in the series at:
http://aws.amazon.com/about-aws/events/
Questions?
Also engage with us at:
Twitter: @AWSCloud
Forums: https://forums.aws.amazon.com

More Related Content

What's hot

What's hot (20)

Best Practices with IoT Security - February Online Tech Talks
Best Practices with IoT Security - February Online Tech TalksBest Practices with IoT Security - February Online Tech Talks
Best Practices with IoT Security - February Online Tech Talks
 
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity OptionsCreating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
Creating Your Virtual Data Center: VPC Fundamentals and Connectivity Options
 
Module 1 cloud computing
Module 1   cloud computingModule 1   cloud computing
Module 1 cloud computing
 
Scaling up to your first 10 million users - Pop-up Loft Tel Aviv
Scaling up to your first 10 million users - Pop-up Loft Tel AvivScaling up to your first 10 million users - Pop-up Loft Tel Aviv
Scaling up to your first 10 million users - Pop-up Loft Tel Aviv
 
Agile Deployment using Git and AWS Elastic Beanstalk
Agile Deployment using Git and AWS Elastic BeanstalkAgile Deployment using Git and AWS Elastic Beanstalk
Agile Deployment using Git and AWS Elastic Beanstalk
 
AWS January 2016 Webinar Series - Introduction to Deploying Applications on AWS
AWS January 2016 Webinar Series - Introduction to Deploying Applications on AWSAWS January 2016 Webinar Series - Introduction to Deploying Applications on AWS
AWS January 2016 Webinar Series - Introduction to Deploying Applications on AWS
 
AWS Activate webinar - Scalable databases for fast growing startups
AWS Activate webinar - Scalable databases for fast growing startupsAWS Activate webinar - Scalable databases for fast growing startups
AWS Activate webinar - Scalable databases for fast growing startups
 
What's New in Amazon RDS for Open Source and Commercial Databases
What's New in Amazon RDS for Open Source and Commercial DatabasesWhat's New in Amazon RDS for Open Source and Commercial Databases
What's New in Amazon RDS for Open Source and Commercial Databases
 
Amazon ECS
Amazon ECSAmazon ECS
Amazon ECS
 
Advanced Task Scheduling with Amazon ECS
Advanced Task Scheduling with Amazon ECSAdvanced Task Scheduling with Amazon ECS
Advanced Task Scheduling with Amazon ECS
 
Amazon EC2:Masterclass
Amazon EC2:MasterclassAmazon EC2:Masterclass
Amazon EC2:Masterclass
 
Terraform for azure: the good, the bad and the ugly -
Terraform for azure: the good, the bad and the ugly - Terraform for azure: the good, the bad and the ugly -
Terraform for azure: the good, the bad and the ugly -
 
Build A Website on AWS for Your First 10 Million Users
Build A Website on AWS for Your First 10 Million UsersBuild A Website on AWS for Your First 10 Million Users
Build A Website on AWS for Your First 10 Million Users
 
Deep Dive on Elastic Load Balancing
Deep Dive on Elastic Load BalancingDeep Dive on Elastic Load Balancing
Deep Dive on Elastic Load Balancing
 
AWS re:Invent 2016: Introduction to Container Management on AWS (CON303)
AWS re:Invent 2016: Introduction to Container Management on AWS (CON303)AWS re:Invent 2016: Introduction to Container Management on AWS (CON303)
AWS re:Invent 2016: Introduction to Container Management on AWS (CON303)
 
Accelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
Accelerating the Transition to Broadcast and OTT Infrastructure in the CloudAccelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
Accelerating the Transition to Broadcast and OTT Infrastructure in the Cloud
 
Don't think about the difficulty Let's try to connect easy to IPv6 network w...
 Don't think about the difficulty Let's try to connect easy to IPv6 network w... Don't think about the difficulty Let's try to connect easy to IPv6 network w...
Don't think about the difficulty Let's try to connect easy to IPv6 network w...
 
AWS re:Invent 2016| GAM401 | Riot Games: Standardizing Application Deployment...
AWS re:Invent 2016| GAM401 | Riot Games: Standardizing Application Deployment...AWS re:Invent 2016| GAM401 | Riot Games: Standardizing Application Deployment...
AWS re:Invent 2016| GAM401 | Riot Games: Standardizing Application Deployment...
 
AWS EC2 tutorial
AWS EC2 tutorialAWS EC2 tutorial
AWS EC2 tutorial
 
AWS EC2 Fundametals
AWS EC2 FundametalsAWS EC2 Fundametals
AWS EC2 Fundametals
 

Viewers also liked

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
Amazon Web Services
 
Linthicum what is-the-true-future-of-cloud-computing
Linthicum what is-the-true-future-of-cloud-computingLinthicum what is-the-true-future-of-cloud-computing
Linthicum what is-the-true-future-of-cloud-computing
David Linthicum
 

Viewers also liked (20)

AWS 101: Introduction to AWS
AWS 101: Introduction to AWSAWS 101: Introduction to AWS
AWS 101: Introduction to AWS
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web Services
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web Services
 
Google Cloud Platform
Google Cloud Platform Google Cloud Platform
Google Cloud Platform
 
AWS CloudFormation template with single & redundant system
AWS CloudFormation template with single & redundant systemAWS CloudFormation template with single & redundant system
AWS CloudFormation template with single & redundant system
 
Using Amazon RDS to power enterprise applications (Peoplesoft)
Using Amazon RDS to power enterprise applications (Peoplesoft) Using Amazon RDS to power enterprise applications (Peoplesoft)
Using Amazon RDS to power enterprise applications (Peoplesoft)
 
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
 
AWS Enterprise Day | Running Critical Business Applications on AWS
AWS Enterprise Day | Running Critical Business Applications on AWSAWS Enterprise Day | Running Critical Business Applications on AWS
AWS Enterprise Day | Running Critical Business Applications on AWS
 
AWS Summit London 2014 - JUST EAT - High Availability and Rapid Change
AWS Summit London 2014 - JUST EAT - High Availability and Rapid ChangeAWS Summit London 2014 - JUST EAT - High Availability and Rapid Change
AWS Summit London 2014 - JUST EAT - High Availability and Rapid Change
 
From One to Many: Evolving VPC Design
From One to Many: Evolving VPC DesignFrom One to Many: Evolving VPC Design
From One to Many: Evolving VPC Design
 
Introduction to AWS Cloud Computing
Introduction to AWS Cloud ComputingIntroduction to AWS Cloud Computing
Introduction to AWS Cloud Computing
 
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
 
What is AWS?
What is AWS?What is AWS?
What is AWS?
 
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?
 
Technical Track
Technical TrackTechnical Track
Technical Track
 
AWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to AWS
AWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to AWSAWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to AWS
AWS Canberra WWPS Summit 2013 - Cloud Computing with AWS: Introduction to 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
 
Welcome - Keynote - AWSome Day Helsinki 2017
Welcome - Keynote - AWSome Day Helsinki 2017Welcome - Keynote - AWSome Day Helsinki 2017
Welcome - Keynote - AWSome Day Helsinki 2017
 
Linthicum what is-the-true-future-of-cloud-computing
Linthicum what is-the-true-future-of-cloud-computingLinthicum what is-the-true-future-of-cloud-computing
Linthicum what is-the-true-future-of-cloud-computing
 
Delivering IaaS with Open Source Software
Delivering IaaS with Open Source SoftwareDelivering IaaS with Open Source Software
Delivering IaaS with Open Source Software
 

Similar to AWS Webcast - Getting Started with Amazon Web Services

AWS Summit Nordics - Getting Started With AWS
AWS Summit Nordics - Getting Started With AWSAWS Summit Nordics - Getting Started With AWS
AWS Summit Nordics - Getting Started With AWS
Amazon Web Services
 
AWS Summit Benelux 2013 - Getting Started with AWS
AWS Summit Benelux 2013 - Getting Started with AWSAWS Summit Benelux 2013 - Getting Started with AWS
AWS Summit Benelux 2013 - Getting Started with AWS
Amazon Web Services
 

Similar to AWS Webcast - Getting Started with Amazon Web Services (20)

Your First Week on Amazon Web Services
Your First Week on Amazon Web ServicesYour First Week on Amazon Web Services
Your First Week on Amazon Web Services
 
Get Started & Migrate Your Data to AWS (Thai Session)
Get Started & Migrate Your Data to AWS (Thai Session)Get Started & Migrate Your Data to AWS (Thai Session)
Get Started & Migrate Your Data to AWS (Thai Session)
 
Hackproof Your Cloud: Responding to 2016 Threats
Hackproof Your Cloud: Responding to 2016 ThreatsHackproof Your Cloud: Responding to 2016 Threats
Hackproof Your Cloud: Responding to 2016 Threats
 
Your First Week on AWS
Your First Week on AWSYour First Week on AWS
Your First Week on AWS
 
Hack proof your aws cloud cloudcheckr_040416
Hack proof your aws cloud cloudcheckr_040416Hack proof your aws cloud cloudcheckr_040416
Hack proof your aws cloud cloudcheckr_040416
 
Hackproof Your Cloud – Responding to 2016 Threats
Hackproof Your Cloud – Responding to 2016 ThreatsHackproof Your Cloud – Responding to 2016 Threats
Hackproof Your Cloud – Responding to 2016 Threats
 
Hack-Proof Your Cloud: Responding to 2016 Threats | AWS Public Sector Summit ...
Hack-Proof Your Cloud: Responding to 2016 Threats | AWS Public Sector Summit ...Hack-Proof Your Cloud: Responding to 2016 Threats | AWS Public Sector Summit ...
Hack-Proof Your Cloud: Responding to 2016 Threats | AWS Public Sector Summit ...
 
Hack-Proof Your Cloud: Responding to 2016 Threats
Hack-Proof Your Cloud: Responding to 2016 ThreatsHack-Proof Your Cloud: Responding to 2016 Threats
Hack-Proof Your Cloud: Responding to 2016 Threats
 
AWS Summit Nordics - Getting Started With AWS
AWS Summit Nordics - Getting Started With AWSAWS Summit Nordics - Getting Started With AWS
AWS Summit Nordics - Getting Started With AWS
 
Hands on Setup and Overview of AWS Console, AWS CLI, AWS SDK, Boto 3
Hands on Setup and Overview of AWS Console, AWS CLI, AWS SDK, Boto 3Hands on Setup and Overview of AWS Console, AWS CLI, AWS SDK, Boto 3
Hands on Setup and Overview of AWS Console, AWS CLI, AWS SDK, Boto 3
 
AWS Summit Benelux 2013 - Getting Started with AWS
AWS Summit Benelux 2013 - Getting Started with AWSAWS Summit Benelux 2013 - Getting Started with AWS
AWS Summit Benelux 2013 - Getting Started with AWS
 
Cloud ppt
Cloud pptCloud ppt
Cloud ppt
 
AWS compute Services
AWS compute ServicesAWS compute Services
AWS compute Services
 
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
 
002 AWSSlides.pdf
002 AWSSlides.pdf002 AWSSlides.pdf
002 AWSSlides.pdf
 
Hybrid Cloud Tutorial Linkedin 2
Hybrid Cloud Tutorial Linkedin 2Hybrid Cloud Tutorial Linkedin 2
Hybrid Cloud Tutorial Linkedin 2
 
AWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the CloudAWS Webcast - Website Hosting in the Cloud
AWS Webcast - Website Hosting in the Cloud
 
How Easy to Automate Application Deployment on AWS
How Easy to Automate Application Deployment on AWSHow Easy to Automate Application Deployment on AWS
How Easy to Automate Application Deployment on AWS
 
Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros Windows azure overview for SharePoint Pros
Windows azure overview for SharePoint Pros
 
AWS Webcast - Explore the AWS Cloud
AWS Webcast - Explore the AWS CloudAWS Webcast - Explore the AWS Cloud
AWS Webcast - Explore the AWS Cloud
 

More from Amazon Web Services

Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
Amazon Web Services
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
Amazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
Amazon Web Services
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
Amazon Web Services
 

More from Amazon Web Services (20)

Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
Come costruire servizi di Forecasting sfruttando algoritmi di ML e deep learn...
 
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
Big Data per le Startup: come creare applicazioni Big Data in modalità Server...
 
Esegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS FargateEsegui pod serverless con Amazon EKS e AWS Fargate
Esegui pod serverless con Amazon EKS e AWS Fargate
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWS
 
Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot Come spendere fino al 90% in meno con i container e le istanze spot
Come spendere fino al 90% in meno con i container e le istanze spot
 
Open banking as a service
Open banking as a serviceOpen banking as a service
Open banking as a service
 
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
Rendi unica l’offerta della tua startup sul mercato con i servizi Machine Lea...
 
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...OpsWorks Configuration Management: automatizza la gestione e i deployment del...
OpsWorks Configuration Management: automatizza la gestione e i deployment del...
 
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows WorkloadsMicrosoft Active Directory su AWS per supportare i tuoi Windows Workloads
Microsoft Active Directory su AWS per supportare i tuoi Windows Workloads
 
Computer Vision con AWS
Computer Vision con AWSComputer Vision con AWS
Computer Vision con AWS
 
Database Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatareDatabase Oracle e VMware Cloud on AWS i miti da sfatare
Database Oracle e VMware Cloud on AWS i miti da sfatare
 
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJSCrea la tua prima serverless ledger-based app con QLDB e NodeJS
Crea la tua prima serverless ledger-based app con QLDB e NodeJS
 
API moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e webAPI moderne real-time per applicazioni mobili e web
API moderne real-time per applicazioni mobili e web
 
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatareDatabase Oracle e VMware Cloud™ on AWS: i miti da sfatare
Database Oracle e VMware Cloud™ on AWS: i miti da sfatare
 
Tools for building your MVP on AWS
Tools for building your MVP on AWSTools for building your MVP on AWS
Tools for building your MVP on AWS
 
How to Build a Winning Pitch Deck
How to Build a Winning Pitch DeckHow to Build a Winning Pitch Deck
How to Build a Winning Pitch Deck
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without servers
 
Fundraising Essentials
Fundraising EssentialsFundraising Essentials
Fundraising Essentials
 
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
AWS_HK_StartupDay_Building Interactive websites while automating for efficien...
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container Service
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 

AWS Webcast - Getting Started with Amazon Web Services

  • 1. Getting Started with AWS Adam Glick
  • 2. Agenda: • • • • Fundamental pillars of the AWS cloud The typical cloud user progression Getting started walk-thru Q&A
  • 3. Fundamentals of the AWS Cloud Complete Set of Services Flexibility Global Presence Instant Access to Resources Low Cost IT Productive
  • 4. What is Available from AWS Deployment & Administration Application Services Compute Storage Networking AWS Global Infrastructure Database
  • 5. Typical Startup Growth Cycle Create Share Deploy Cloud PC Server Scale up Scale out Manage & Optimize $ Colocation $ Server room
  • 6. Shortcut Elastic Beanstalk • Supports common platforms: • Java, Ruby, Python, PHP, Node.js, .Net • Automatic deployment; upload and go. • No infrastructure planning needed; handles: load balancing, virtual machines, databases, monitoring, etc. • Resources are automatically allocated • Scales automatically (horizontally)
  • 7. Free tier • • • • FREE Includes most of the AWS services Available for all new account Good for one year from the day the account is created Everything we show today can be done within the free tier • More details at http://aws.amazon.com/free
  • 8. Let’s Get Started: We’ll learn how to: – – – – – – Set up an AWS account Create your SSH keys (used to log into your instances) Create a security group (firewall) Start an EC2 instance (virtual machine) Connect to your EC2 instance Create a CloudWatch alarm to email you if your server is under heavy load – Take a snapshot (backup) of your instance and restore it – Use S3 (Internet connected storage)
  • 9. Sign Up • Sign up though https://aws.amazon.com • You need a CC • There will be a phone verification
  • 11. Creating your SSH Key • • • • SSH stands for Secure Shell SSH keys are used for secured access to EC2 (Linux) SSH keys avoid password weaknesses Can import your own or use AWS created keys
  • 13. Creating a Security Group • Security Groups are firewalls for your instances • By default, the Security Group blocks everything • Choose which protocols & ports are open – Can use port ranges (e.g. 22-24) • Choose which addresses the ports are open to – Uses CIDR rules for IP address access – (use /32 for allowing a single address)
  • 15. Start a New Instance • Instances are virtual machines running in the cloud • You have full control of the instance and can install any software that you choose • In this process, you define what kind of machine you want (processing power, HD space, etc.) • You will need: – A Key Pair to connect to your instance via SSH – A Security Group to put your instance in
  • 17. Select Choose one or more of your existing Security groups
  • 18. Connecting to EC2 Instances • SSH is used to connect to Linux – – – – There is a Java-based terminal available in the EC2 Console Linux/OSX: Terminal Windows: PuTTY Note: If you are using an Linux distribution that has a GUI, you can use a remote GUI tool like VNC • Remote Desktop is used to connect to Windows – Windows: MSTSC (Microsoft Terminal Services Client) – Linux/OSX: 2X client – Note: you can also use Remote PowerShell or a 3rd party shell extension with Windows.
  • 19. Connecting to a Linux Instance (from Linux/OSX) • Open a terminal window • ssh -i {ssh private key location} ec2user@{public DNS name}
  • 20. Connecting to a Linux Instance (from Windows) • Download/Install PuTTY – http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html • Convert .pem file to .ppk with puttygen • Create a connection in PuTTY
  • 21. Connecting to a Windows Instance (from Windows) • Open a Remote Desktop connection • Windows + r or start and then the “run” option • mstsc /v:{EC2 instance public DNS Name}
  • 22. Demo Connecting to a Linux EC2 Instance from Windows
  • 23. Demo Connecting to a Linux EC2 Instance
  • 24. CloudWatch • CloudWatch provides monitoring information for your EC2 instances • CloudWatch allows you to specify actions to take when a condition is met – Example 1: Send an email when CPU Utilization >80% for 5 minutes – Example 2: Add another machine to an Auto-Scaling Group if Average Disk Read IOPS across an Auto-Scaling Group exceeds 500 – Example 3: Remove a machine from an Auto-Scaling Group if Network input drops below 2,000 Bytes
  • 26. Additional Information • CloudWatch works with Auto-Scaling • When you have defined an Auto-Scaling Group, CloudWatch Alarms can be used to increase and decrease the resources in the Auto-Scaling Group.
  • 27. Elastic Block Storage • Elastic Block Storage (EBS) is block level storage for EC2 instances (think HDD) • EBS volumes can be removed and re-attached • Custom volume sizes from 1TB – 1 GB (RAID for larger) • Use Provisioned IOPS for predictable I/O
  • 28. Demo Backing up an EBS volume
  • 29. Restoring a Snapshot / Creating an AMI • AMIs are Amazon Machine Images • AMIs are bootable versions of a snapshot (backup) • AMIs are private, but you can choose to share them with others
  • 30. Demo Creating an AMI / Restoring a Snapshot
  • 31. S3 • • • • S3 is Amazon’s Simple Storage Service Store and retrieve almost any amount of data – 1 Byte to 5 Terabytes Highly scalable Highly durable – – • Encryption available – • • • Regular S3 has 99.999999999% durability Reduced Redundancy Storage (RRS) offers 99.99% durability at discount At rest and for ingest/delivery Storage is isolated by region Object level permissions Easily Accessible – – – Web (HTTP/HTTPS) P2P (BitTorrent) APIs (REST & SOAP)
  • 33. Summary • We covered: – – – – – – – – – Signing up (and in) with AWS Creating SSH Keys (not needed for Windows) Configuring a Security Group (setting firewall rules) Creating an EC2 instance Connecting to an EC2 instance Creating a snapshot of your instance (Taking a backup) Restoring a snapshot of your instance (Creating an AMI) Setting a CloudWatch Alarm Creating an S3 bucket, uploading a file, & making the file public
  • 35. Interested to Learn More? Sign up for the next webinar in the series at: http://aws.amazon.com/about-aws/events/
  • 36. Questions? Also engage with us at: Twitter: @AWSCloud Forums: https://forums.aws.amazon.com