Nir Cohen @
nir0s@github
@thinkops
cloud != cloud_storage
=
Something as a Service - that's provided by someone else
by common reference
From a developer's perspective, an IaaS is simply an API to manage Infrastructure.
Infrastructure as Code
import boto.ec2
conn = boto.ec2.connect_to_region('us-west-2',
aws_access_key_id='Adi83AS00KI',
aws_secret_access_key='Adi83AS00KI')
conn.run_instances('ami-if21oms',
key_name='myKey',
instance_type='t2.micro',
security_groups=['my_group'])
in real life
Cloud services span across the entire application.
Monitoring (SaaS)
Database (PaaS)
my Code on a Server (IaaS)
Better application management than before
Replacing Humans; Reducing Error Rates
Auto-scaling
SDN
jobs@gigaspaces.com
http://jobs.gigaspaces.com