SlideShare a Scribd company logo
1 of 115
Download to read offline
#awswebinar
MASTERCLASS SERIES
AMAZON EC2
MASTERCLASS SERIES
A technical deep dive beyond the basics
Help educate you on how to get the best from AWS technologies
Show you how things work and how to get things done
Broaden your knowledge in less than an hour
AMAZON
ELASTIC COMPUTE CLOUD
(EC2)
What we’ll see
Instances
Storage
Network
Monitoring & Logs
Security & Access Control
Management Tools
Deployment
Cost Optimization
3rd Party Tools
INSTANCE
US-WEST (N. California)
EU-WEST (Ireland)
ASIA PAC
(Tokyo)
ASIA PAC
(Singapore)
US-WEST (Oregon)
SOUTH AMERICA
(Sao Paulo)
US-EAST (Virginia)
GOV CLOUD
ASIA PAC
(Sydney)
CHINA
EU-CENTRAL
(Frankfurt)
Regions
Availability
Zones
Instance Families
Compute-Optimized
Storage-Optimized
Burstable Performance
General Purpose
GPU Instances
Memory-Optimized
C1 / CC2 / C3 / C4
HI1 / I2 / HS1
T1 / T2
M1 / M3
G2
M2 / CR1 / R3
Instance Generations
Instance Sizes
large
xlarge
micro
medium
2xlarge
xlarge
i2.xlarge (Storage-Optimized)
FamilyGeneration
Size
T2: Low Cost EC2 Instances with
Burstable Performance
Instance
Type
vCPUs
Mem
(GiB)
Baseline
Performance
CPU Credits /
Hour
t2.micro 1 1.0 10% 6
t2.small 1 2.0 20% 12
t2.medium 2 4.0 40% 24
C4: Highest Compute Performance
on Amazon EC2
Intel Xeon E5-2666 v3
Code name Haswell
2.9 GHz, up to 3.5 GHz
Max Turbo Frequency
Custom Processor
Optimized for EC2
C4: Highest Compute Performance
on Amazon EC2
Instance T
ype
vCPUs
Mem (
GiB)
Networking
Performance
Dedicated EBS
Throughput (Mbps)
c4.large 2 3.75 Moderate 500
c4.xlarge 4 7.5 Moderate 750
c4.2xlarge 8 15 High 1,000
c4.4xlarge 16 30 High 2,000
c4.8xlarge 36 60 10 Gigabit 4,000
HVM
Hardware Virtual Machine
virtualization
Allows the guest VM to run
as though it is on a native
hardware platform
Enhanced Networking
(SR-IOV)
PV
Paravirtual
virtualization
Guests run a modified
operating system that does
not use hardware emulation
VM Import / Export
Easily import virtual machine images
from your existing environment
to Amazon EC2 instances
and export them back
to your on-premises environment
VM Import
VMware ESX and VMware Workstation VMDK images
Citrix Xen VHD images
Microsoft Hyper-V VHD images
Windows Server
Red Hat Enterprise Linux (RHEL) - using Cloud Access
CentOS
Ubuntu
Debian
VM Export
You can export previously imported EC2 instances to
VMware ESX VMDK
VMware ESX OVA
Microsoft Hyper-V VHD
Citrix Xen VHD
file formats
$ curl http://169.254.169.254/latest/meta-data/
ami-id
ami-launch-index
ami-manifest-path
block-device-mapping/
hostname
instance-action
instance-id
instance-type
kernel-id
local-hostname
local-ipv4
mac
network/
placement/
public-hostname
public-ipv4
public-keys/
reservation-id
security-groups
services/
$ curl http://169.254.169.254/latest/user-data
…
Instance
Metadata
Linux
#!…
E.g.
#!/bin/bash
yum update -y
Windows
<script>…</script>
or
<powershell>…</powershell>
STORAGE
Data Storage Options
Instance Store
Physically attached
to the host computer
Type and amount differs
by instance type
Data dependent upon
instance lifecycle
Amazon EBS
Persistent block level
storage volumes
Magnetic
General Purpose (SSD)
Provisioned IOPS (SSD)
Data independent of
instance lifecycle
Instance Store
Physically attached
to the host computer
Type and amount differs
by instance type
Data dependent upon
instance lifecycle
Instance store data persists if:
• The OS in the instance is rebooted
• The instance is restarted
Instance store data is lost when:
• An underlying instance drive fails
• An EBS-backed instance is
stopped
• The instance is terminated
EBS Volumes
EBS volumes automatically
replicated within the Availability
Zone (AZ) in which are created
Use EBS-optimized instances to
deliver dedicated throughput
between Amazon EC2 and Amazon
EBS, with options between 500 and
4,000 Mbps, depending on the
instance type
Amazon EBS
Persistent block level
storage volumes
Magnetic
General Purpose (SSD)
Provisioned IOPS (SSD)
Data independent of
instance lifecycle
EBS Volumes
EBS volumes attached to a running
instance automatically detach from
the instance with their data intact
when that instance is terminated.
EBS volumes created and attached
to an instance at launch are deleted
when that instance is terminated.
You can modify this behavior by
changing the value of the flag
DeleteOnTermination.
Amazon EBS
Persistent block level
storage volumes
Magnetic
General Purpose (SSD)
Provisioned IOPS (SSD)
Data independent of
instance lifecycle
EBS Snapshots
An EBS snapshot is a point-in-time
backup copy of an EBS volume that
is stored in Amazon S3
Snapshots are incremental, only the
blocks that have changed after your
most recent snapshot are saved
Amazon EBS
Persistent block level
storage volumes
Magnetic
General Purpose (SSD)
Provisioned IOPS (SSD)
Data independent of
instance lifecycle
EBS Snapshots
When you delete a snapshot, only
the data exclusive to that snapshot
is removed
Can be shared across AWS
accounts or copied across AWS
regions
Amazon EBS
Persistent block level
storage volumes
Magnetic
General Purpose (SSD)
Provisioned IOPS (SSD)
Data independent of
instance lifecycle
EBS Encryption
Data stored at rest on the volume,
disk I/O, and snapshots created from
the volume are all encrypted
The encryption occurs on the servers
that host Amazon EC2 instances,
providing encryption of data-in-
transit from EC2 instances to EBS
storage
Amazon EBS
Persistent block level
storage volumes
Magnetic
General Purpose (SSD)
Provisioned IOPS (SSD)
Data independent of
instance lifecycle
EBS Encryption
Uses AWS Key Management
Service (AWS KMS) master keys
unless you select a Customer
Master Key (CMK).
Creating your own CMK gives you
the ability to create, rotate, disable,
define access controls, and audit the
encryption keys.
Amazon EBS
Persistent block level
storage volumes
Magnetic
General Purpose (SSD)
Provisioned IOPS (SSD)
Data independent of
instance lifecycle
Instance Lifecycle
General Purpose (SSD)
Up to 16TB
10,000 IOPS (burst)
Up to 160 MBps
Provisioned IOPS (SSD)
Up to 16TB
20,000 IOPS
Up to 320 MBps
New EBS Volumes: Larger & Faster
NETWORK
NETWORK
VIRTUAL PRIVATE CLOUD
Amazon VPC
Virtual Private Cloud
A virtual network in your own logically isolated area within
the AWS cloud populated by infrastructure, platform, and
application services that share common security and
interconnection.
Elastic Network Interface (ENI)
Subnet
Network Access Control List (NACL)
Route Table
Internet Gateway
Virtual Private Gateway
Route 53 Private Hosted Zone
Sample VPC
with
1 Public Subnet,
2 Private Subnets,
1 of which
can route
through the VPN
A VPC can span multiple AZs,
but subnet must reside
entirely within one AZ
Use at least 2 subnets
in different AZs
for each layer of your network
Sample VPC
with
2 Public Subnets
Sample
VPN
CloudHub
VPC Peering
A networking connection
between two VPCs
ClassicLink
Link your EC2-Classic instance to a VPC in your
account, within the same region.
Associate VPC security groups with an EC2-Classic
instance, enabling communication between your EC2-
Classic instance and instances in your VPC
using private IP addresses
ClassicLink
NETWORK
ELASTIC LOAD BALANCING
Timeout Configuration
Connection Draining
Cross-zone Load Balancing
SECURITY &
ACCESS CONTROL
SECURITY &
ACCESS CONTROL
SECURITY GROUPS & NETWORK ACLs
Security Group
A virtual firewall for your instance
STATEFUL
Responses to allowed inbound
traffic are allowed to flow
outbound regardless of outbound
rules, and vice versa
Network ACLs
A firewall for controlling traffic in
and out of a subnet
STATELESS
Responses to allowed inbound
traffic are subject to the rules for
outbound traffic, and vice versa
SECURITY &
ACCESS CONTROL
ACCESS CREDENTIALS & KEY PAIRS
Access
Credentials
Access key and secret key used
to authenticate when accessing
AWS APIs
Key Pairs
Public key and private key used to
authenticate when accessing an
Amazon EC2 instance
Use IAM Roles to
pass access credentials to an
instance
“If you need to SSH into your instance,
your deployment process is broken.”
MONITORING
& LOGS
CloudWatch Metrics & Alarms
Monitoring Scripts for Amazon EC2 Instances
CloudWatch Logs
Monitor applications and systems using log data
Store in a highly durable storage and set retention
Access your log files via Web, CLI or SDK
Amazon EC2 (Linux & Windows)
CloudTrail
AWS Lambda
…
CloudWatch Metrics & Alarms
AWS
Resource
Your
Custom
Data
Metric Alarm Action
CloudWatch
CloudWatch Logs + Filter
AWS
Resource
Your
Custom
Data
Metric Alarm Action
CloudWatch
FilterLogs
Alarm Actions
Action
Notification
(SNS)
Auto Scaling
Action
EC2 Action
Recover
Stop
Terminate
Amazon EC2
Auto Recovery
Use this action
together with
Status Checks
to automate
instance recovery
MANAGEMENT
Query Your EC2 Instances
Using Tag and Attribute Filtering
Resource Groups and Tagging
Cross account login (IAM)
A unified tool
to manage your AWS services
Windows - Mac - Linux
$ aws ec2 describe-instances
$ aws ec2 start-instances --instance-ids i-1348636c
$ aws ec2 describe-volumes --output table
---------------------------------------------------------------------------------------------------------------------
| DescribeVolumes |
+-------------------------------------------------------------------------------------------------------------------+
|| Volumes ||
|+------------------+---------------------------+-------+----------------+---------+----------------+--------------+|
|| AvailabilityZone | CreateTime | Size | SnapshotId | State | VolumeId | VolumeType ||
|+------------------+---------------------------+-------+----------------+---------+----------------+--------------+|
|| us-west-2a | 2013-09-17T00:55:03.000Z | 30 | snap-f23ec1c8 | in-use | vol-e11a5288 | standard ||
|+------------------+---------------------------+-------+----------------+---------+----------------+--------------+|
||| Attachments |||
||+---------------------------+------------------------+-------------+--------------+------------+----------------+||
||| AttachTime | DeleteOnTermination | Device | InstanceId | State | VolumeId |||
||+---------------------------+------------------------+-------------+--------------+------------+----------------+||
||| 2013-09-17T00:55:03.000Z | True | /dev/sda1 | i-a071c394 | attached | vol-e11a5288 |||
||+---------------------------+------------------------+-------------+--------------+------------+----------------+||
|| Volumes ||
|+------------------+---------------------------+-------+----------------+---------+----------------+--------------+|
|| AvailabilityZone | CreateTime | Size | SnapshotId | State | VolumeId | VolumeType ||
|+------------------+---------------------------+-------+----------------+---------+----------------+--------------+|
|| us-west-2a | 2013-09-18T20:26:15.000Z | 8 | snap-708e8348 | in-use | vol-2e410a47 | standard ||
|+------------------+---------------------------+-------+----------------+---------+----------------+--------------+|
||| Attachments |||
||+---------------------------+------------------------+-------------+--------------+------------+----------------+||
||| AttachTime | DeleteOnTermination | Device | InstanceId | State | VolumeId |||
||+---------------------------+------------------------+-------------+--------------+------------+----------------+||
||| 2013-09-18T20:26:16.000Z | True | /dev/sda1 | i-4b41a37c | attached | vol-2e410a47 |||
||+---------------------------+------------------------+-------------+--------------+------------+----------------+||
$ aws ec2 describe-volumes 
--query 'Volumes[*].[VolumeId,Attachments[0].InstanceId,AvailabilityZone,Size]' 
--output table
----------------------------------------------------
| DescribeVolumes |
+--------------+--------------+--------------+-----+
| vol-e11a5288| i-a071c394 | us-west-2a | 30 |
| vol-2e410a47| i-4b41a37c | us-west-2a | 8 |
+--------------+--------------+--------------+-----+
$ aws ec2 describe-volumes 
--query 'Volumes[*].{ID:VolumeId,InstanceId:Attachments[0].InstanceId,AZ:AvailabilityZone,Size:Size}' 
-—output table
------------------------------------------------------
| DescribeVolumes |
+------------+----------------+--------------+-------+
| AZ | ID | InstanceId | Size |
+------------+----------------+--------------+-------+
| us-west-2a| vol-e11a5288 | i-a071c394 | 30 |
| us-west-2a| vol-2e410a47 | i-4b41a37c | 8 |
+------------+----------------+--------------+-------+
RESOURCES
re:Invent CLI video:
https://www.youtube.com/watch?v=vP56l7qThNs
AWS CLI Docs: http://aws.amazon.com/cli/
Manage your AWS services
from the Windows PowerShell
scripting environment
PS C:> Start-EC2Instance -InstanceIds i-10a64379
foreach ($i in Get-ChildItem C:Logs)
{
if ($i.CreationTime -lt ($(Get-Date).AddDays(-7)))
{
if ($i.Length -gt 0)
{
Write-S3Object -BucketName mylogbucket `
-Key Logs/$i `
-File $i.FullName
}
Remove-Item $i.FullName
}
}
DEPLOYMENT
DEPLOYMENT
AMAZON MACHINE IMAGE (AMI)
Amazon
maintained
Set of Linux and
Windows images
Kept up to date by
Amazon in each
region
Community
maintained
Images published
by other AWS
users
Managed and
maintained by
Marketplace
partners
Your machine
images
AMIs you have
created from EC2
instances
Can be kept private
or shared with
other accounts
Bake an
AMI
Start an instance
Configure the instance
Create an AMI from your instance
Start new ones from the AMI
Bake an
AMI
Start an instance
Configure the instance
Create an AMI from your instance
Start new ones from the AMI
Configure
dynamically
Launch an instance
Use metadata service and
cloud-init to perform actions
on instance when it
launches
Vs.
Bake an
AMI
Build your base images and
setup custom initialisation
scripts
Maintain your ‘golden’ base
Configure
dynamically
Use bootstrapping to pass
custom information in and
perform post launch tasks
like pulling code from SVN
Time consuming configuration
startup time
Static configurations
less change management
Bake an
AMI
Configure
dynamically
Continuous deployment
latest code
Environment specific
dev-test-prod
Bake an
AMI
Configure
dynamically
Instance Store-backed
Vs.
Amazon EBS-backed
DEPLOYMENT
AUTO SCALING
Lifecycle Hooks
Sample Use Cases
Installing Software to
Pending Instances
Filling a Cache of Servers
Retrieving Logs from
Terminating Instances
Integrated with
AWS CodeDeploy
DEPLOYMENT
DOCKER CONTAINERS
Amazon
Linux
A supported and
maintained Linux
image provided by
Amazon Web Services
Amazon EC2
Container
Service
Highly scalable, high
performance container
management service
AWS
Elastic
Beanstalk
For deploying and
scaling web
applications and
services
sudo yum install docker
sudo service docker start
sudo docker …
IIS Node.js PHP Python Ruby Tomcat Docker
Choose Your Platform
Deploy
Your
Backend
Application
Container
Definition
Container
Definition
Task
Definition
Container
Definition
Task
#1
#2
#3
#4
Run
Scheduler
Cluster
COST OPTIMIZATION
COST OPTIMIZATION
RESERVED INSTANCE
Up to 75% discount
compared to
On-Demand Instance pricing
1 or 3 year terms
Payment
Upfront Monthly Hourly
On Demand Instance X
Reserved
Instance
No Upfront X
Partial Upfront X X
All Upfront X
COST OPTIMIZATION
SPOT INSTANCE
Bid on unused
EC2 capacity
Spot Price based
on supply/demand,
determined
automatically
Bid on unused
EC2 capacity
Spot Price based
on supply/demand,
determined
automatically
Spot Instance
Termination Notice
two-minute warning
Bid on unused
EC2 capacity
Spot Price based
on supply/demand,
determined
automatically
Spot Instance Use Cases
Analytics Big Data
Financial Modeling
and Analysis
Geospatial
Analysis
Image and Media
Encoding
Scientific
Computing
Testing Web Crawling
3RD PARTY TOOLS
AWS Management Portal for vCenter
Manage your AWS resources using VMware vCenter
A vCenter plug-in
within your existing vCenter environment
Once installed, it enables you to
migrate VMware VMs to Amazon EC2
and manage AWS resources from within vCenter
AWS Add-ins for
Microsoft System Center
Use the familiar System Center interface to view and manage your
Amazon EC2 for Microsoft Windows Server resources within the AWS
Cloud, as well as Windows Servers installed on-premises.
AWS Management Pack for Microsoft
System Center Operations Manager (SCOM)
AWS Systems Manager for Microsoft
System Center Virtual Machine Manager (SCVMM)
SUMMARY
What we just saw
Instances
Storage
Network
Monitoring & Logs
Security & Access Control
Management Tools
Deployment
Cost Optimization
3rd Party Tools
Stop doing these...
Provisioning and fixing servers
Treating compute as physical things
Thinking of compute as a finite commitment
...and start doing these
Security
Build systems secure by
default
Elasticity
Stateless autoscaling
applications
Replace, don’t fix
Build from scratch, don’t
fix something
Unconstrained
Say goodbye to traditional
capacity planning
Be cost aware
Tag resources, play with
instance types
Automation
Create instances when you need
them, drop them when not
#awswebinar

More Related Content

What's hot

Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...Amazon Web Services
 
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
 
Get the Most Bang for Your Buck with #EC2 #WINNING
Get the Most Bang for Your Buck with #EC2 #WINNINGGet the Most Bang for Your Buck with #EC2 #WINNING
Get the Most Bang for Your Buck with #EC2 #WINNINGAmazon Web Services
 
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 AvivAmazon Web Services
 
AWS Compute Services
AWS Compute ServicesAWS Compute Services
AWS Compute ServicesSabir Mustafa
 
Enterprise Grade SQL Server Deployments in AWS
Enterprise Grade SQL Server Deployments in AWSEnterprise Grade SQL Server Deployments in AWS
Enterprise Grade SQL Server Deployments in AWSAmazon Web Services
 
AWS basics session
AWS basics sessionAWS basics session
AWS basics sessionSharad Gupta
 
Building Open Source Platforms on AWS (April 2017)
Building Open Source Platforms on AWS (April 2017)Building Open Source Platforms on AWS (April 2017)
Building Open Source Platforms on AWS (April 2017)Julien SIMON
 
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel Aviv
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel AvivEC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel Aviv
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel AvivAmazon Web Services
 
An introduction to AWS CloudFormation - Pop-up Loft Tel Aviv
An introduction to AWS CloudFormation - Pop-up Loft Tel AvivAn introduction to AWS CloudFormation - Pop-up Loft Tel Aviv
An introduction to AWS CloudFormation - Pop-up Loft Tel AvivAmazon Web Services
 
Advanced Security Masterclass - Tel Aviv Loft
Advanced Security Masterclass - Tel Aviv LoftAdvanced Security Masterclass - Tel Aviv Loft
Advanced Security Masterclass - Tel Aviv LoftIan Massingham
 
AWS Webcast - Implementing Windows and SQL Server for High Availability on AWS
AWS Webcast - Implementing Windows and SQL Server for High Availability on AWSAWS Webcast - Implementing Windows and SQL Server for High Availability on AWS
AWS Webcast - Implementing Windows and SQL Server for High Availability on AWSAmazon Web Services
 

What's hot (20)

Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
Automating Management of Amazon EC2 Instances with Auto Scaling - March 2017 ...
 
Understanding The Benefits Of Amazon EC2
Understanding The Benefits Of Amazon EC2Understanding The Benefits Of Amazon EC2
Understanding The Benefits Of Amazon EC2
 
Introduction on Amazon EC2
Introduction on Amazon EC2Introduction on Amazon EC2
Introduction on Amazon EC2
 
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
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
Get the Most Bang for Your Buck with #EC2 #WINNING
Get the Most Bang for Your Buck with #EC2 #WINNINGGet the Most Bang for Your Buck with #EC2 #WINNING
Get the Most Bang for Your Buck with #EC2 #WINNING
 
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
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
AWS Compute Services
AWS Compute ServicesAWS Compute Services
AWS Compute Services
 
Enterprise Grade SQL Server Deployments in AWS
Enterprise Grade SQL Server Deployments in AWSEnterprise Grade SQL Server Deployments in AWS
Enterprise Grade SQL Server Deployments in AWS
 
AWS basics session
AWS basics sessionAWS basics session
AWS basics session
 
AWS EC2 Fundametals
AWS EC2 FundametalsAWS EC2 Fundametals
AWS EC2 Fundametals
 
Building Open Source Platforms on AWS (April 2017)
Building Open Source Platforms on AWS (April 2017)Building Open Source Platforms on AWS (April 2017)
Building Open Source Platforms on AWS (April 2017)
 
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel Aviv
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel AvivEC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel Aviv
EC2 Container Service - Distributed Applications at Scale - Pop-up Loft Tel Aviv
 
An introduction to AWS CloudFormation - Pop-up Loft Tel Aviv
An introduction to AWS CloudFormation - Pop-up Loft Tel AvivAn introduction to AWS CloudFormation - Pop-up Loft Tel Aviv
An introduction to AWS CloudFormation - Pop-up Loft Tel Aviv
 
AWS Elastic Compute Cloud (EC2)
AWS Elastic Compute Cloud (EC2) AWS Elastic Compute Cloud (EC2)
AWS Elastic Compute Cloud (EC2)
 
Advanced Security Masterclass - Tel Aviv Loft
Advanced Security Masterclass - Tel Aviv LoftAdvanced Security Masterclass - Tel Aviv Loft
Advanced Security Masterclass - Tel Aviv Loft
 
Introduction on Amazon EC2
 Introduction on Amazon EC2 Introduction on Amazon EC2
Introduction on Amazon EC2
 
Deep Dive on Amazon EC2
Deep Dive on Amazon EC2Deep Dive on Amazon EC2
Deep Dive on Amazon EC2
 
AWS Webcast - Implementing Windows and SQL Server for High Availability on AWS
AWS Webcast - Implementing Windows and SQL Server for High Availability on AWSAWS Webcast - Implementing Windows and SQL Server for High Availability on AWS
AWS Webcast - Implementing Windows and SQL Server for High Availability on AWS
 

Viewers also liked

Amazon EC2 to Amazon VPC: A case study (CPN301) | AWS re:Invent 2013
Amazon EC2 to Amazon VPC: A case study (CPN301) | AWS re:Invent 2013Amazon EC2 to Amazon VPC: A case study (CPN301) | AWS re:Invent 2013
Amazon EC2 to Amazon VPC: A case study (CPN301) | AWS re:Invent 2013Amazon Web Services
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web ServicesDayanand Shanmugham
 
Amazon Elastic Load Balancing
Amazon Elastic Load BalancingAmazon Elastic Load Balancing
Amazon Elastic Load BalancingDuy Tan Geek
 
中國阿里雲與Azure比較
中國阿里雲與Azure比較中國阿里雲與Azure比較
中國阿里雲與Azure比較Edward Kuo
 
Comenzando con los servicios móviles en AWS
Comenzando con los servicios móviles en AWSComenzando con los servicios móviles en AWS
Comenzando con los servicios móviles en AWSAmazon Web Services LATAM
 
Executive summit at re invent 2014 agenda
Executive summit at re invent 2014 agendaExecutive summit at re invent 2014 agenda
Executive summit at re invent 2014 agendaAmazon Web Services
 
OpenStack Architected Like AWS (and GCP)
OpenStack Architected Like AWS (and GCP)OpenStack Architected Like AWS (and GCP)
OpenStack Architected Like AWS (and GCP)Randy Bias
 
Intro to AWS: Amazon EC2 and Compute Services
Intro to AWS: Amazon EC2 and Compute ServicesIntro to AWS: Amazon EC2 and Compute Services
Intro to AWS: Amazon EC2 and Compute ServicesAmazon Web Services
 
(SDD422) Amazon VPC Deep Dive | AWS re:Invent 2014
(SDD422) Amazon VPC Deep Dive | AWS re:Invent 2014(SDD422) Amazon VPC Deep Dive | AWS re:Invent 2014
(SDD422) Amazon VPC Deep Dive | AWS re:Invent 2014Amazon Web Services
 
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...Amazon Web Services
 
AWS re:Invent 2016: Deep Dive on Amazon EC2 Instances, Featuring Performance ...
AWS re:Invent 2016: Deep Dive on Amazon EC2 Instances, Featuring Performance ...AWS re:Invent 2016: Deep Dive on Amazon EC2 Instances, Featuring Performance ...
AWS re:Invent 2016: Deep Dive on Amazon EC2 Instances, Featuring Performance ...Amazon Web Services
 
Getting Started with ElastiCache for Redis
Getting Started with ElastiCache for RedisGetting Started with ElastiCache for Redis
Getting Started with ElastiCache for RedisAmazon Web Services
 
AWS Customer Presentation - ORbyte
AWS Customer Presentation - ORbyteAWS Customer Presentation - ORbyte
AWS Customer Presentation - ORbyteAmazon Web Services
 

Viewers also liked (20)

Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
Introduction to AWS Batch
Introduction to AWS BatchIntroduction to AWS Batch
Introduction to AWS Batch
 
Amazon EC2 to Amazon VPC: A case study (CPN301) | AWS re:Invent 2013
Amazon EC2 to Amazon VPC: A case study (CPN301) | AWS re:Invent 2013Amazon EC2 to Amazon VPC: A case study (CPN301) | AWS re:Invent 2013
Amazon EC2 to Amazon VPC: A case study (CPN301) | AWS re:Invent 2013
 
Deep Dive on Amazon EC2
Deep Dive on Amazon EC2Deep Dive on Amazon EC2
Deep Dive on Amazon EC2
 
Introduction to Amazon Web Services
Introduction to Amazon Web ServicesIntroduction to Amazon Web Services
Introduction to Amazon Web Services
 
Amazon Elastic Load Balancing
Amazon Elastic Load BalancingAmazon Elastic Load Balancing
Amazon Elastic Load Balancing
 
中國阿里雲與Azure比較
中國阿里雲與Azure比較中國阿里雲與Azure比較
中國阿里雲與Azure比較
 
Comenzando con los servicios móviles en AWS
Comenzando con los servicios móviles en AWSComenzando con los servicios móviles en AWS
Comenzando con los servicios móviles en AWS
 
Esc101
Esc101Esc101
Esc101
 
EC2 Computo en la Nube
EC2 Computo en la NubeEC2 Computo en la Nube
EC2 Computo en la Nube
 
Executive summit at re invent 2014 agenda
Executive summit at re invent 2014 agendaExecutive summit at re invent 2014 agenda
Executive summit at re invent 2014 agenda
 
OpenStack Architected Like AWS (and GCP)
OpenStack Architected Like AWS (and GCP)OpenStack Architected Like AWS (and GCP)
OpenStack Architected Like AWS (and GCP)
 
Intro to AWS: Amazon EC2 and Compute Services
Intro to AWS: Amazon EC2 and Compute ServicesIntro to AWS: Amazon EC2 and Compute Services
Intro to AWS: Amazon EC2 and Compute Services
 
(SDD422) Amazon VPC Deep Dive | AWS re:Invent 2014
(SDD422) Amazon VPC Deep Dive | AWS re:Invent 2014(SDD422) Amazon VPC Deep Dive | AWS re:Invent 2014
(SDD422) Amazon VPC Deep Dive | AWS re:Invent 2014
 
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
 
Deep Dive on Amazon S3
Deep Dive on Amazon S3Deep Dive on Amazon S3
Deep Dive on Amazon S3
 
AWS re:Invent 2016: Deep Dive on Amazon EC2 Instances, Featuring Performance ...
AWS re:Invent 2016: Deep Dive on Amazon EC2 Instances, Featuring Performance ...AWS re:Invent 2016: Deep Dive on Amazon EC2 Instances, Featuring Performance ...
AWS re:Invent 2016: Deep Dive on Amazon EC2 Instances, Featuring Performance ...
 
Amazon S3 Masterclass
Amazon S3 MasterclassAmazon S3 Masterclass
Amazon S3 Masterclass
 
Getting Started with ElastiCache for Redis
Getting Started with ElastiCache for RedisGetting Started with ElastiCache for Redis
Getting Started with ElastiCache for Redis
 
AWS Customer Presentation - ORbyte
AWS Customer Presentation - ORbyteAWS Customer Presentation - ORbyte
AWS Customer Presentation - ORbyte
 

Similar to AWS Webcast - Amazon EC2 Masterclass

AWS 101, London - September 2014
AWS 101, London - September 2014AWS 101, London - September 2014
AWS 101, London - September 2014Ian Massingham
 
AWS re:Invent 2016: Amazon EC2 Foundations (CMP203)
AWS re:Invent 2016: Amazon EC2 Foundations (CMP203)AWS re:Invent 2016: Amazon EC2 Foundations (CMP203)
AWS re:Invent 2016: Amazon EC2 Foundations (CMP203)Amazon Web 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 GovernmentAmazon Web Services
 
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...Amazon Web Services
 
Module 2: AWS Foundational Services - AWSome Day Online Conference
Module 2: AWS Foundational Services - AWSome Day Online ConferenceModule 2: AWS Foundational Services - AWSome Day Online Conference
Module 2: AWS Foundational Services - AWSome Day Online ConferenceAmazon Web Services
 
Module 2 AWS Foundational Services - AWSome Day Online Conference
Module 2 AWS Foundational Services - AWSome Day Online Conference Module 2 AWS Foundational Services - AWSome Day Online Conference
Module 2 AWS Foundational Services - AWSome Day Online Conference Amazon Web Services
 
게임을 위한 Cloud Native on AWS (김일호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
게임을 위한 Cloud Native on AWS (김일호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018게임을 위한 Cloud Native on AWS (김일호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
게임을 위한 Cloud Native on AWS (김일호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018Amazon Web Services Korea
 
Aws Architecture Fundamentals
Aws Architecture FundamentalsAws Architecture Fundamentals
Aws Architecture Fundamentals2nd Watch
 
AWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAmazon Web Services
 
Technical Essentials Training: AWS Innovate Ottawa
Technical Essentials Training: AWS Innovate OttawaTechnical Essentials Training: AWS Innovate Ottawa
Technical Essentials Training: AWS Innovate OttawaAmazon Web Services
 
AWSome Day Iceland - Technical Track
AWSome Day Iceland - Technical TrackAWSome Day Iceland - Technical Track
AWSome Day Iceland - Technical TrackAmazon Web Services
 
Architecting Cloud Apps
Architecting Cloud AppsArchitecting Cloud Apps
Architecting Cloud Appsjineshvaria
 
Best Practices for Protecting Cloud Workloads - November 2016 Webinar Series
Best Practices for Protecting Cloud Workloads - November 2016 Webinar SeriesBest Practices for Protecting Cloud Workloads - November 2016 Webinar Series
Best Practices for Protecting Cloud Workloads - November 2016 Webinar SeriesAmazon Web Services
 
Architecting for the Cloud: Best Practices
Architecting for the Cloud: Best PracticesArchitecting for the Cloud: Best Practices
Architecting for the Cloud: Best PracticesAmazon Web Services
 

Similar to AWS Webcast - Amazon EC2 Masterclass (20)

AWS 101 December 2014
AWS 101 December 2014AWS 101 December 2014
AWS 101 December 2014
 
AWS 101, London - September 2014
AWS 101, London - September 2014AWS 101, London - September 2014
AWS 101, London - September 2014
 
Masterclass Live: Amazon EC2
Masterclass Live: Amazon EC2 Masterclass Live: Amazon EC2
Masterclass Live: Amazon EC2
 
AWS re:Invent 2016: Amazon EC2 Foundations (CMP203)
AWS re:Invent 2016: Amazon EC2 Foundations (CMP203)AWS re:Invent 2016: Amazon EC2 Foundations (CMP203)
AWS re:Invent 2016: Amazon EC2 Foundations (CMP203)
 
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
 
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...
Module 2: AWS Infrastructure – Compute, Storage and Networking - AWSome Day O...
 
AWS 101 Event - 16 July 2013
AWS 101 Event - 16 July 2013AWS 101 Event - 16 July 2013
AWS 101 Event - 16 July 2013
 
Module 2: AWS Foundational Services - AWSome Day Online Conference
Module 2: AWS Foundational Services - AWSome Day Online ConferenceModule 2: AWS Foundational Services - AWSome Day Online Conference
Module 2: AWS Foundational Services - AWSome Day Online Conference
 
Module 2 AWS Foundational Services - AWSome Day Online Conference
Module 2 AWS Foundational Services - AWSome Day Online Conference Module 2 AWS Foundational Services - AWSome Day Online Conference
Module 2 AWS Foundational Services - AWSome Day Online Conference
 
Aws class demo
Aws class demoAws class demo
Aws class demo
 
게임을 위한 Cloud Native on AWS (김일호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
게임을 위한 Cloud Native on AWS (김일호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018게임을 위한 Cloud Native on AWS (김일호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
게임을 위한 Cloud Native on AWS (김일호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
 
Aws Architecture Fundamentals
Aws Architecture FundamentalsAws Architecture Fundamentals
Aws Architecture Fundamentals
 
AWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design PatternsAWS Security Best Practices and Design Patterns
AWS Security Best Practices and Design Patterns
 
Technical Essentials Training: AWS Innovate Ottawa
Technical Essentials Training: AWS Innovate OttawaTechnical Essentials Training: AWS Innovate Ottawa
Technical Essentials Training: AWS Innovate Ottawa
 
AWSome Day Iceland - Technical Track
AWSome Day Iceland - Technical TrackAWSome Day Iceland - Technical Track
AWSome Day Iceland - Technical Track
 
Architecting Cloud Apps
Architecting Cloud AppsArchitecting Cloud Apps
Architecting Cloud Apps
 
Aws101
Aws101Aws101
Aws101
 
Best Practices for Protecting Cloud Workloads - November 2016 Webinar Series
Best Practices for Protecting Cloud Workloads - November 2016 Webinar SeriesBest Practices for Protecting Cloud Workloads - November 2016 Webinar Series
Best Practices for Protecting Cloud Workloads - November 2016 Webinar Series
 
Architecting for the Cloud: Best Practices
Architecting for the Cloud: Best PracticesArchitecting for the Cloud: Best Practices
Architecting for the Cloud: Best Practices
 
India Webinar
India WebinarIndia Webinar
India Webinar
 

More from Amazon Web Services

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...Amazon Web Services
 
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...Amazon Web Services
 
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 FargateAmazon Web Services
 
Costruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSCostruire Applicazioni Moderne con AWS
Costruire Applicazioni Moderne con AWSAmazon Web Services
 
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 Amazon Web Services
 
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...Amazon Web Services
 
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...Amazon Web Services
 
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 WorkloadsAmazon Web Services
 
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 sfatareAmazon Web Services
 
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 NodeJSAmazon Web Services
 
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 webAmazon Web Services
 
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 sfatareAmazon 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 AWSAmazon 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 DeckAmazon Web Services
 
Building a web application without servers
Building a web application without serversBuilding a web application without servers
Building a web application without serversAmazon 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
 
Introduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceIntroduzione a Amazon Elastic Container Service
Introduzione a Amazon Elastic Container ServiceAmazon 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

Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 

Recently uploaded (20)

Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 

AWS Webcast - Amazon EC2 Masterclass

  • 2. MASTERCLASS SERIES A technical deep dive beyond the basics Help educate you on how to get the best from AWS technologies Show you how things work and how to get things done Broaden your knowledge in less than an hour
  • 4. What we’ll see Instances Storage Network Monitoring & Logs Security & Access Control Management Tools Deployment Cost Optimization 3rd Party Tools
  • 6. US-WEST (N. California) EU-WEST (Ireland) ASIA PAC (Tokyo) ASIA PAC (Singapore) US-WEST (Oregon) SOUTH AMERICA (Sao Paulo) US-EAST (Virginia) GOV CLOUD ASIA PAC (Sydney) CHINA EU-CENTRAL (Frankfurt) Regions
  • 9. C1 / CC2 / C3 / C4 HI1 / I2 / HS1 T1 / T2 M1 / M3 G2 M2 / CR1 / R3 Instance Generations
  • 12. T2: Low Cost EC2 Instances with Burstable Performance Instance Type vCPUs Mem (GiB) Baseline Performance CPU Credits / Hour t2.micro 1 1.0 10% 6 t2.small 1 2.0 20% 12 t2.medium 2 4.0 40% 24
  • 13. C4: Highest Compute Performance on Amazon EC2 Intel Xeon E5-2666 v3 Code name Haswell 2.9 GHz, up to 3.5 GHz Max Turbo Frequency Custom Processor Optimized for EC2
  • 14. C4: Highest Compute Performance on Amazon EC2 Instance T ype vCPUs Mem ( GiB) Networking Performance Dedicated EBS Throughput (Mbps) c4.large 2 3.75 Moderate 500 c4.xlarge 4 7.5 Moderate 750 c4.2xlarge 8 15 High 1,000 c4.4xlarge 16 30 High 2,000 c4.8xlarge 36 60 10 Gigabit 4,000
  • 15. HVM Hardware Virtual Machine virtualization Allows the guest VM to run as though it is on a native hardware platform Enhanced Networking (SR-IOV) PV Paravirtual virtualization Guests run a modified operating system that does not use hardware emulation
  • 16. VM Import / Export Easily import virtual machine images from your existing environment to Amazon EC2 instances and export them back to your on-premises environment
  • 17. VM Import VMware ESX and VMware Workstation VMDK images Citrix Xen VHD images Microsoft Hyper-V VHD images Windows Server Red Hat Enterprise Linux (RHEL) - using Cloud Access CentOS Ubuntu Debian
  • 18. VM Export You can export previously imported EC2 instances to VMware ESX VMDK VMware ESX OVA Microsoft Hyper-V VHD Citrix Xen VHD file formats
  • 23. Instance Store Physically attached to the host computer Type and amount differs by instance type Data dependent upon instance lifecycle Amazon EBS Persistent block level storage volumes Magnetic General Purpose (SSD) Provisioned IOPS (SSD) Data independent of instance lifecycle
  • 24. Instance Store Physically attached to the host computer Type and amount differs by instance type Data dependent upon instance lifecycle Instance store data persists if: • The OS in the instance is rebooted • The instance is restarted Instance store data is lost when: • An underlying instance drive fails • An EBS-backed instance is stopped • The instance is terminated
  • 25. EBS Volumes EBS volumes automatically replicated within the Availability Zone (AZ) in which are created Use EBS-optimized instances to deliver dedicated throughput between Amazon EC2 and Amazon EBS, with options between 500 and 4,000 Mbps, depending on the instance type Amazon EBS Persistent block level storage volumes Magnetic General Purpose (SSD) Provisioned IOPS (SSD) Data independent of instance lifecycle
  • 26. EBS Volumes EBS volumes attached to a running instance automatically detach from the instance with their data intact when that instance is terminated. EBS volumes created and attached to an instance at launch are deleted when that instance is terminated. You can modify this behavior by changing the value of the flag DeleteOnTermination. Amazon EBS Persistent block level storage volumes Magnetic General Purpose (SSD) Provisioned IOPS (SSD) Data independent of instance lifecycle
  • 27. EBS Snapshots An EBS snapshot is a point-in-time backup copy of an EBS volume that is stored in Amazon S3 Snapshots are incremental, only the blocks that have changed after your most recent snapshot are saved Amazon EBS Persistent block level storage volumes Magnetic General Purpose (SSD) Provisioned IOPS (SSD) Data independent of instance lifecycle
  • 28. EBS Snapshots When you delete a snapshot, only the data exclusive to that snapshot is removed Can be shared across AWS accounts or copied across AWS regions Amazon EBS Persistent block level storage volumes Magnetic General Purpose (SSD) Provisioned IOPS (SSD) Data independent of instance lifecycle
  • 29. EBS Encryption Data stored at rest on the volume, disk I/O, and snapshots created from the volume are all encrypted The encryption occurs on the servers that host Amazon EC2 instances, providing encryption of data-in- transit from EC2 instances to EBS storage Amazon EBS Persistent block level storage volumes Magnetic General Purpose (SSD) Provisioned IOPS (SSD) Data independent of instance lifecycle
  • 30. EBS Encryption Uses AWS Key Management Service (AWS KMS) master keys unless you select a Customer Master Key (CMK). Creating your own CMK gives you the ability to create, rotate, disable, define access controls, and audit the encryption keys. Amazon EBS Persistent block level storage volumes Magnetic General Purpose (SSD) Provisioned IOPS (SSD) Data independent of instance lifecycle
  • 32. General Purpose (SSD) Up to 16TB 10,000 IOPS (burst) Up to 160 MBps Provisioned IOPS (SSD) Up to 16TB 20,000 IOPS Up to 320 MBps New EBS Volumes: Larger & Faster
  • 35. Amazon VPC Virtual Private Cloud A virtual network in your own logically isolated area within the AWS cloud populated by infrastructure, platform, and application services that share common security and interconnection.
  • 36. Elastic Network Interface (ENI) Subnet Network Access Control List (NACL) Route Table Internet Gateway Virtual Private Gateway Route 53 Private Hosted Zone
  • 37. Sample VPC with 1 Public Subnet, 2 Private Subnets, 1 of which can route through the VPN
  • 38. A VPC can span multiple AZs, but subnet must reside entirely within one AZ Use at least 2 subnets in different AZs for each layer of your network
  • 41. VPC Peering A networking connection between two VPCs
  • 42. ClassicLink Link your EC2-Classic instance to a VPC in your account, within the same region. Associate VPC security groups with an EC2-Classic instance, enabling communication between your EC2- Classic instance and instances in your VPC using private IP addresses
  • 45.
  • 48. SECURITY & ACCESS CONTROL SECURITY GROUPS & NETWORK ACLs
  • 49.
  • 50.
  • 51.
  • 52.
  • 53. Security Group A virtual firewall for your instance STATEFUL Responses to allowed inbound traffic are allowed to flow outbound regardless of outbound rules, and vice versa Network ACLs A firewall for controlling traffic in and out of a subnet STATELESS Responses to allowed inbound traffic are subject to the rules for outbound traffic, and vice versa
  • 54. SECURITY & ACCESS CONTROL ACCESS CREDENTIALS & KEY PAIRS
  • 55. Access Credentials Access key and secret key used to authenticate when accessing AWS APIs Key Pairs Public key and private key used to authenticate when accessing an Amazon EC2 instance
  • 56. Use IAM Roles to pass access credentials to an instance
  • 57. “If you need to SSH into your instance, your deployment process is broken.”
  • 60. Monitoring Scripts for Amazon EC2 Instances
  • 61. CloudWatch Logs Monitor applications and systems using log data Store in a highly durable storage and set retention Access your log files via Web, CLI or SDK Amazon EC2 (Linux & Windows) CloudTrail AWS Lambda …
  • 62. CloudWatch Metrics & Alarms AWS Resource Your Custom Data Metric Alarm Action CloudWatch
  • 63. CloudWatch Logs + Filter AWS Resource Your Custom Data Metric Alarm Action CloudWatch FilterLogs
  • 64. Alarm Actions Action Notification (SNS) Auto Scaling Action EC2 Action Recover Stop Terminate Amazon EC2 Auto Recovery Use this action together with Status Checks to automate instance recovery
  • 66. Query Your EC2 Instances Using Tag and Attribute Filtering
  • 69.
  • 70. A unified tool to manage your AWS services Windows - Mac - Linux $ aws ec2 describe-instances $ aws ec2 start-instances --instance-ids i-1348636c
  • 71. $ aws ec2 describe-volumes --output table --------------------------------------------------------------------------------------------------------------------- | DescribeVolumes | +-------------------------------------------------------------------------------------------------------------------+ || Volumes || |+------------------+---------------------------+-------+----------------+---------+----------------+--------------+| || AvailabilityZone | CreateTime | Size | SnapshotId | State | VolumeId | VolumeType || |+------------------+---------------------------+-------+----------------+---------+----------------+--------------+| || us-west-2a | 2013-09-17T00:55:03.000Z | 30 | snap-f23ec1c8 | in-use | vol-e11a5288 | standard || |+------------------+---------------------------+-------+----------------+---------+----------------+--------------+| ||| Attachments ||| ||+---------------------------+------------------------+-------------+--------------+------------+----------------+|| ||| AttachTime | DeleteOnTermination | Device | InstanceId | State | VolumeId ||| ||+---------------------------+------------------------+-------------+--------------+------------+----------------+|| ||| 2013-09-17T00:55:03.000Z | True | /dev/sda1 | i-a071c394 | attached | vol-e11a5288 ||| ||+---------------------------+------------------------+-------------+--------------+------------+----------------+|| || Volumes || |+------------------+---------------------------+-------+----------------+---------+----------------+--------------+| || AvailabilityZone | CreateTime | Size | SnapshotId | State | VolumeId | VolumeType || |+------------------+---------------------------+-------+----------------+---------+----------------+--------------+| || us-west-2a | 2013-09-18T20:26:15.000Z | 8 | snap-708e8348 | in-use | vol-2e410a47 | standard || |+------------------+---------------------------+-------+----------------+---------+----------------+--------------+| ||| Attachments ||| ||+---------------------------+------------------------+-------------+--------------+------------+----------------+|| ||| AttachTime | DeleteOnTermination | Device | InstanceId | State | VolumeId ||| ||+---------------------------+------------------------+-------------+--------------+------------+----------------+|| ||| 2013-09-18T20:26:16.000Z | True | /dev/sda1 | i-4b41a37c | attached | vol-2e410a47 ||| ||+---------------------------+------------------------+-------------+--------------+------------+----------------+||
  • 72. $ aws ec2 describe-volumes --query 'Volumes[*].[VolumeId,Attachments[0].InstanceId,AvailabilityZone,Size]' --output table ---------------------------------------------------- | DescribeVolumes | +--------------+--------------+--------------+-----+ | vol-e11a5288| i-a071c394 | us-west-2a | 30 | | vol-2e410a47| i-4b41a37c | us-west-2a | 8 | +--------------+--------------+--------------+-----+ $ aws ec2 describe-volumes --query 'Volumes[*].{ID:VolumeId,InstanceId:Attachments[0].InstanceId,AZ:AvailabilityZone,Size:Size}' -—output table ------------------------------------------------------ | DescribeVolumes | +------------+----------------+--------------+-------+ | AZ | ID | InstanceId | Size | +------------+----------------+--------------+-------+ | us-west-2a| vol-e11a5288 | i-a071c394 | 30 | | us-west-2a| vol-2e410a47 | i-4b41a37c | 8 | +------------+----------------+--------------+-------+
  • 74. Manage your AWS services from the Windows PowerShell scripting environment PS C:> Start-EC2Instance -InstanceIds i-10a64379
  • 75. foreach ($i in Get-ChildItem C:Logs) { if ($i.CreationTime -lt ($(Get-Date).AddDays(-7))) { if ($i.Length -gt 0) { Write-S3Object -BucketName mylogbucket ` -Key Logs/$i ` -File $i.FullName } Remove-Item $i.FullName } }
  • 76.
  • 79. Amazon maintained Set of Linux and Windows images Kept up to date by Amazon in each region Community maintained Images published by other AWS users Managed and maintained by Marketplace partners Your machine images AMIs you have created from EC2 instances Can be kept private or shared with other accounts
  • 80. Bake an AMI Start an instance Configure the instance Create an AMI from your instance Start new ones from the AMI
  • 81. Bake an AMI Start an instance Configure the instance Create an AMI from your instance Start new ones from the AMI Configure dynamically Launch an instance Use metadata service and cloud-init to perform actions on instance when it launches Vs.
  • 82. Bake an AMI Build your base images and setup custom initialisation scripts Maintain your ‘golden’ base Configure dynamically Use bootstrapping to pass custom information in and perform post launch tasks like pulling code from SVN
  • 83. Time consuming configuration startup time Static configurations less change management Bake an AMI Configure dynamically
  • 84. Continuous deployment latest code Environment specific dev-test-prod Bake an AMI Configure dynamically
  • 87.
  • 88. Lifecycle Hooks Sample Use Cases Installing Software to Pending Instances Filling a Cache of Servers Retrieving Logs from Terminating Instances
  • 91. Amazon Linux A supported and maintained Linux image provided by Amazon Web Services Amazon EC2 Container Service Highly scalable, high performance container management service AWS Elastic Beanstalk For deploying and scaling web applications and services
  • 92. sudo yum install docker sudo service docker start sudo docker …
  • 93. IIS Node.js PHP Python Ruby Tomcat Docker Choose Your Platform
  • 95.
  • 99. Up to 75% discount compared to On-Demand Instance pricing 1 or 3 year terms
  • 100. Payment Upfront Monthly Hourly On Demand Instance X Reserved Instance No Upfront X Partial Upfront X X All Upfront X
  • 102. Bid on unused EC2 capacity Spot Price based on supply/demand, determined automatically
  • 103. Bid on unused EC2 capacity Spot Price based on supply/demand, determined automatically
  • 104. Spot Instance Termination Notice two-minute warning Bid on unused EC2 capacity Spot Price based on supply/demand, determined automatically
  • 105. Spot Instance Use Cases Analytics Big Data Financial Modeling and Analysis Geospatial Analysis Image and Media Encoding Scientific Computing Testing Web Crawling
  • 107. AWS Management Portal for vCenter Manage your AWS resources using VMware vCenter A vCenter plug-in within your existing vCenter environment Once installed, it enables you to migrate VMware VMs to Amazon EC2 and manage AWS resources from within vCenter
  • 108.
  • 109. AWS Add-ins for Microsoft System Center Use the familiar System Center interface to view and manage your Amazon EC2 for Microsoft Windows Server resources within the AWS Cloud, as well as Windows Servers installed on-premises. AWS Management Pack for Microsoft System Center Operations Manager (SCOM) AWS Systems Manager for Microsoft System Center Virtual Machine Manager (SCVMM)
  • 110.
  • 112. What we just saw Instances Storage Network Monitoring & Logs Security & Access Control Management Tools Deployment Cost Optimization 3rd Party Tools
  • 113. Stop doing these... Provisioning and fixing servers Treating compute as physical things Thinking of compute as a finite commitment
  • 114. ...and start doing these Security Build systems secure by default Elasticity Stateless autoscaling applications Replace, don’t fix Build from scratch, don’t fix something Unconstrained Say goodbye to traditional capacity planning Be cost aware Tag resources, play with instance types Automation Create instances when you need them, drop them when not