SlideShare uma empresa Scribd logo
1 de 48
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Service Drill Downs
Larry Pizette
pizette@amazon.com
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Global Infrastructure
Application Services
Networking
Deployment & Administration
DatabaseStorageCompute
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Global
Infrastructure
10 AWS Regions
51 AWS Edge Locations
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Global
Infrastructure
Availability
Zone A
Availability
Zone B
Availability
Zone C
EU (Ireland)
Availability
Zone A
Availability
Zone B
South America (Sao Paulo)
Availability
Zone A
Availability
Zone B
Asia Pacific (Sydney)
Availability
Zone A
Availability
Zone B
GovCloud (OR)
Availability
Zone A
Availability
Zone B
Availability
Zone C
Availability
Zone D
US East (VA)
Availability
Zone A
Availability
Zone B
US West (CA)
Availability
Zone A
Availability
Zone B
Asia Pacific (Singapore)
Availability
Zone A
Availability
Zone B
Availability
Zone C
Asia Pacific (Tokyo)
Availability
Zone A
Availability
Zone B
Availability
Zone C
US West (OR)
Customer Decides Where Applications and Data Reside
US REGIONS GLOBAL REGIONS
Note: Conceptual drawing only. The number of Availability Zones may vary.
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Global Infrastructure
Application Services
Networking
Deployment & Administration
DatabaseStorageCompute
Networking
AWS Global Infrastructure
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Networking
• Complete networking isolation and private network addressing inside the
AWS cloud
• Connect existing infrastructure to a set of isolated AWS compute resources
via a Amazon Virtual Private Network (VPN) connection
• Bring your own address space and naturally extend existing networking and
management capabilities
• Rich routing features, Network ACLs, Elastic Network Interfaces (virtual
network cards) for Amazon EC2 instances, etc.
• Network Security Groups (hypervisor-enforced firewall rules) provide
comprehensive, fleet-wide, API-driven control over all network flows
Amazon VPC
Isolated Cloud Resources
Amazon Virtual Private Cloud
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Networking
Amazon VPC
Isolated Cloud Resources
EC2
10.0.2.12
AWS Region – Amazon VPC network isolation
AZ A AZ B
VPC 10.0.0.0/16
SN 10.0.1.0/24 SN 10.0.2.0/24
(23.20.103.11)
Internet
EC2
10.0.1.11
Internet GW
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Networking
• Route end users to Internet applications and endpoints
• Answers DNS queries with low latency by using a global network of highly
available DNS servers
• Latency based routing to closest AWS endpoint (e.g. Amazon EC2 instances,
Elastic IPs, or ELBs)
• Deep integration with other AWS services (ELB, Amazon EC2 Elastic IPs,
Amazon S3, Amazon CloudFront, etc.)
• DNS service health-checks and automatic failover
Amazon VPC
Isolated Cloud Resources
Amazon Route 53
Amazon Route 53
Scalable DNS
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Networking
• Establish a dedicated Layer 2 network connection from your premises to AWS
• Segment traffic on the customer side using industry standard 802.1q VLANs
• Multiple virtual interfaces may be configured to access AWS services such as
Amazon EC2 and Amazon S3 using public IP space, or resources in a VPC
using private IP space.
• Choose 1 Gbps and 10 Gbps port speeds, one or more links
Amazon VPC
Isolated Cloud Resources
AWS Direct Connect
Amazon Route 53
Scalable DNS
AWS Direct Connect
Dedicated network connection to AWS
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Global Infrastructure
Application Services
Networking
Deployment & Administration
DatabaseStorageComputeCompute
Networking
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Compute
• Resizable compute capacity in 18 instance types
• Reduces the time required to obtain and boot new server instances to
minutes or seconds
• Scale capacity as your computing requirements change
• Pay only for capacity that you actually use
• Choose Linux or Windows
• Deploy across Regions and Availability Zones for reliability
• Support for virtual network interfaces that can be attached to Amazon EC2
instances in your VPC
Amazon EC2
Virtual servers in the cloud
Elastic Compute Cloud
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Compute
• Building blocks of Amazon EC2 instances; an AMI is like a generic template
of a computer's root volume
• One-click creation from a running VM of your choice
• Can be private, public, or shared with selected accounts
• Create hardened or “gold images” of your Amazon EC2 infrastructure; use
AWS Identity and Access Management (IAM) permissions to limit access to
non-blessed images
Amazon EC2
Virtual servers in the cloud
Amazon Machine Image
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Compute
• Block storage devices from1GB – 1TB for use with Amazon EC2 instances –
create, attach, snapshot (backup), restore and delete
• Storage volumes are attached to an Amazon EC2 instance and exposed as a
block device for raw or formatted (file system) access
• Volume lifecycle can be completely independent from instance lifecycle
• Optionally create RAID configurations for any server
• Ideal use cases:
– OS Boot device / root file system; secondary volumes/file systems
– Typical basis for database storage
– Raw block devices for RAID, some databases
• Available in both standard and provisioned IOPS (up to 4K IOPS)
• Integration with Amazon S3 storage service (snapshots) for regional access
Amazon EC2
Virtual servers in the cloud
Amazon Elastic Block Storage (EBS)
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Compute
• Automatically scale instances based on a rich set of policy options
• Scale your Amazon EC2 capacity automatically once you define the
conditions (from 1 to 1000’s of servers)
• Can scale up just a little…doesn’t need to be massive number of servers (may
be simply 2 servers, or 1 server with Auto Scaling for high availability)
• Well suited for applications that experience variability in usage
• Set minimum and maximum scaling sizes, use any Amazon CloudWatch
metric for rules, also time-of-day, day-of-week, etc. policies
Amazon EC2
Virtual servers in the cloud
Auto Scaling
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Compute
• Supports the routing and load balancing of HTTP, HTTPS and generic TCP
traffic to Amazon EC2 instances
• Supports SSL termination and Proxy protocol
• Supports health checks to detect and remove failing instances
• Dynamically grows and shrinks required resources based on traffic
• Seamlessly integrates with Auto Scaling to add and remove instances based
on scaling activities
• Single CNAME provides stable entry point for DNS configuration
• Supports internal load balancing within an Amazon VPC
Amazon EC2
Virtual servers in the cloud
Elastic Load Balancing
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Compute
• Managed Hadoop 0.20.205, 1.0.3, 2.0.2, and 2.0.4 infrastructure
• Amazon EMR supports the MapR M7, M5, and M3 Hadoop Distributions.
• Reduces complexity of Hadoop management
– Handles node provisioning, customization, and shutdown
• Provides tight integration with AWS services
– Optimized for Amazon S3
– Amazon EC2 integration with automatic re-provisioning on node failure
– Cluster monitoring/alarming through Amazon CloudWatch
• Leverages significant operational experience
– Monitor thousands of clusters per day
– Use cases span from university students to Fortune 50
Amazon EMR
Managed Hadoop Framework
Amazon EC2
Virtual servers in the cloud
Amazon Elastic Map Reduce (EMR)
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Global Infrastructure
Application Services
Networking
Deployment & Administration
DatabaseStorageCompute StorageCompute
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Storage
• A “Bucket” is equivalent to a “folder”
• Able to store unlimited number of Objects in a Bucket
• Objects from 1B-5 TB; no bucket size limit
• Highly available storage for the Internet (object store)
• HTTP/S endpoint to store and retrieve any amount of data, at any time, from
anywhere on the web
• Highly scalable, reliable, fast, and inexpensive
• Annual durability of 99.999999999%
• Designed for 99.99% availability
• Trillions of objects stored
• Peak requests 1,500,000+ per second
Amazon S3
Scalable Storage in the Cloud
Amazon Simple Storage Service (S3)
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Storage
• A low-cost storage service for data archiving and backup
• $0.01 per GB / Month
• Optimized for data that is infrequently accessed
• Retrieval times measured in hours not days or weeks (typical retrieval job is 3-
5 hours)
• Annual durability of 99.999999999% for an archive
• AES 256 data at rest encryption
• Data stored as archives within a vault. Vaults are located within a specific
AWS region
• Move data from Amazon S3 to Amazon Glacier using data lifecycle policies
Amazon S3
Scalable Storage in the Cloud
Amazon Glacier
Archive Storage in the Cloud
Amazon Glacier
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Storage
• Storage Gateway connects an on-premises software appliance with cloud-
based storage
• On-premises software appliance solution to store data on Amazon S3’s
storage infrastructure
• Exposes standard iSCSI interface to on-premises applications, while
maintaining low-latency data access
• Data in Amazon S3 stored as Amazon EBS snapshots for local & Amazon
EC2-based recovery
• Cached volumes
• Use Cases
– Backup/Restore on-premises data
– Set up a test/dev environment with production data
– Migrating applications to the cloud
– On-premises DR/COOP to AWS
AWS Storage Gateway
Amazon Glacier
Archive Storage in the Cloud
Amazon S3
Scalable Storage in the Cloud
AWS Storage Gateway
Integrate On-Premises IT
Environments with Cloud Storage
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Storage
• Accelerates moving large amounts of data into and out of Amazon S3 or
Amazon EBS
• Transfers your data directly onto and off of USB or SATA storage devices
shipped to AWS with manifest file
• Final copy uses high-speed datacenter networkAWS Storage Gateway
Integrate On-Premises IT
Environments with Cloud Storage
AWS Import/Export
Amazon Glacier
Archive Storage in the Cloud
Amazon S3
Scalable Storage in the Cloud
AWS Import/Export
Bulk Data Transfer
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Storage & Content Delivery
• Web service for content delivery
• Distribute content to end users with low latency, high data transfer speeds,
and no commitments
• Delivers your content using a global network of 51 edge locations
• Supports download, streaming, live streaming, and dynamic content
– Key features: RTMP Streaming, HTTPS Delivery, Private Content for HTTP &
Streaming, Programmatic Invalidation, Detailed Logs for HTTP & Streaming, Default
Root Object
• Use Cases: Video and Rich Media, Online Gaming, Interactive Agencies,
Software Downloads, Static Websites
– Static web content that must be delivered to global user base at Highest bandwidth /
Lowest latency / Lowest cost
AWS Import/Export
Bulk Data Transfer
AWS Storage Gateway
Integrate On-Premises IT Environments
with Cloud Storage
Amazon Glacier
Archive Storage in the Cloud
Amazon S3
Scalable Storage in the Cloud
Amazon CloudFront
Global Content Delivery Network
Amazon CloudFront
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Global Infrastructure
Application Services
Networking
Deployment & Administration
DatabaseStorageCompute DatabaseStorage
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Database
• Fully managed NoSQL database.
• Eliminates the administrative burden of data modeling, index maintenance,
and performance tuning.
• Durability and high-availability - stores data on Solid State Drives (SSDs) and
replicates it synchronously across multiple AWS Availability Zones in an AWS
Region.
• Scalability - With AWS Console, you can grow your Amazon DynamoDB
table from 10 to 100,000+ writes per sec.
Amazon DynamoDB
Scalable NoSQL Data Store
Amazon DynamoDB
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Database
• Fully-managed, tuned MySQL, Oracle 11g, PostgreSQL or Microsoft SQL Server
• Cost-efficient and resizable capacity
• Manages time-consuming database admin tasks
• Code, applications, and tools you already use today work seamlessly
• Automatically patches the database software and backs up your database
• Flexible Licensing: BYOL or License Include
• Multi-AZ deployment option
Amazon RDS
Managed Relational
Database Service
Amazon DynamoDB
Scalable NoSQL Data Store
Amazon Relational Database Service (RDS)
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Database
• Fully managed scalable data warehousing service
• Scale from a single 2TB XL node to a hundred 16TB 8XL clustered nodes for
a total 1.6PB of compressed user data
• Standard PostgreSQL JDBC or ODBC drivers
• Massively parallel processing (MPP) architecture
• Validated integrations with Jaspersoft, MicroStrategy and many partners
• Priced as low as $1,000 per terabyte per year
• Continuously backed up to Amazon S3
Amazon DynamoDB
Scalable NoSQL Data Store
Amazon Redshift
Amazon RDS
Managed Relational
Database Service
Amazon Redshift
Managed Petabyte-Scale
Data Warehouse Service
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Database
• Fully-managed, distributed, in-memory cache
• Memcached compliant cache cluster on-demand
• Manages patching, cache node failure detection and recovery
• Simple APIs calls to grow and shrink the cache cluster
• Seamlessly caches in front of Amazon RDS instances
• Integrated with Amazon CloudWatch and Amazon SNS for monitoring and
alerts
Amazon DynamoDB
Scalable NoSQL Data Store
Amazon ElastiCache
Amazon RDS
Managed Relational
Database Service
Amazon Redshift
Managed Petabyte-Scale
Data Warehouse Service
Amazon ElastiCache
In-Memory Cache
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Global Infrastructure
Application Services
Networking
Deployment & Administration
DatabaseStorageCompute
Application Services
Database
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Application Services
• Hosted queue for storing messages as they travel between computers
• Move data between distributed components of their applications
• SQS messages can contain up to 256 KB of text data, including XML, JSON
and unformatted text.
Amazon SQS
Message Queue Service
Amazon Simple Queue Service
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Application Services
• Set up, operate, and send notifications
• Publish messages from an application and immediately deliver them to
subscribers or other applications
• Publishers, Topics, and Subscribers
– Subscribers can be SQS, HTTP/S, Email, and SMS endpoints
Amazon SNS
Push Notification Service
Amazon SQS
Message Queue Service
Amazon Simple Notification Service
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Application Services
• Easily manage workflows, including state, decisions, executions, tasks and
logging
• Coordinate processing steps across distributed systems
• Ensure tasks are executed reliably, in order, and without duplication
• Simple API calls that can be executed from code written in any language and
run on your Amazon EC2 instances, or any of your machines located
anywhere in the world that can access the Internet
• Amazon Simple Workflow Service
Amazon SNS
Push Notification Service
Amazon SWF
Workflow Service
Amazon SQS
Message Queue Service
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Application Services
• Bulk and transactional email-sending service
• Eliminates the hassle of email server management, network configuration,
and meeting rigorous Internet Service Provider (ISP) standards
• Provides a built-in feedback loop, which includes notifications of bounce
backs, failed and successful delivery attempts, and spam complaints
Amazon SQS
Message Queue Service
Simple Email Service
Amazon SNS
Push Notification Service
Amazon SWF
Workflow Service
Amazon SES
Email Sending Service
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Application Services
• Highly scalable video transcoding service
• Specify Amazon S3 input and output buckets
• Outputs SD and HD H.264/MP4/ACC and WebM
• Input formats include: 3GP, AAC, AVI, FLV, MP4 and MPEG-2
Amazon SES
Email Sending Service
Amazon SQS
Message Queue Service
Amazon SNS
Push Notification Service
Amazon SWF
Workflow Service
Amazon Elastic
Transcoder
Scalable Media Transcoding
Amazon Elastic Transcoder
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Application Services
• Fully-managed search service
• Integrate fast and highly scalable search functionality into applications
• Scales automatically: with increases in searchable data or as query rate
changes
• AWS manages hardware provisioning, data partitioning, and software patches
Amazon Elastic Transcoder
Scalable Media Transcoding
Amazon SES
Email Sending Service
Amazon SNS
Push Notification Service
Amazon CloudSearch
Managed Search Service
Amazon SWF
Workflow Service
Amazon SQS
Message Queue Service
Amazon CloudSearch
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Global Infrastructure
Application Services
Networking
Deployment & Administration
DatabaseStorageCompute
Deployment & Administration
Application Services
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Deployment & Admin Services
• IAM enables customers to create and manage users in AWS’s identity system
– Identity Federation with local directory is an option for enterprises
• Very familiar security model
– Users, groups, permissions
• Allows customers to
– Create users
– Assign individual passwords, access keys, multi-factor authentication devices
– Grant fine-grained permissions
– Optionally grant them access to the AWS Console
– Organize users in groups
IAM
Secure AWS Access Control
Identity and Access Management
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Deployment & Administration
Services
• Visibility into resource utilization, operational performance, and overall
demand patterns
• Metrics such as CPU utilization, disk reads and writes, and network traffic
• Accessible via the AWS Management Console, web service APIs or
Command Line Tools
• Add custom metrics of your own
• Alarms (which tie into auto-scaling, Amazon SNS, SQS, etc.)
• Billing Alerts to help manage charges on AWS bill
Amazon CloudWatch
Resource Monitoring
IAM
Secure AWS Access Control
Amazon CloudWatch
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Deployment & Admin Services
• Create templates of stack of resources
• Deploy stack from template with runtime parameters
• Templates are simple JSON formatted text files
• Amazon CloudFormer supports generating templates from running
environments
• Amazon CloudFormation
Amazon CloudWatch
Resource Monitoring
Amazon CloudFormation
Templated AWS Resource Creation
IAM
Secure AWS Access Control
"Resources" : {
"Ec2Instance" : {
"Type" : "AWS::EC2::Instance",
"Properties" : {
"SecurityGroups" : [ { "Ref" : "InstanceSecurityGroup" } ],
"ImageId" : { "Fn::FindInMap" : [ "RegionMap", { "Ref" : "AWS::Region" },
"AMI" ]},
"Tags" : [{
"Key" : "MyTag",
"Value" : "TagValue"
}]
}
},
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Deployment & Admin Services
• Simply upload your application (Java, NET, PHP, Node.js, Ruby and Python)
• Automatically handles the deployment details of capacity provisioning, load
balancing, auto-scaling, and application health monitoring
• Retain full control over the AWS resources powering your application
IAM
Secure AWS Access Control
Amazon Elastic Beanstalk
Amazon CloudWatch
Resource Monitoring
Amazon CloudFormation
Templated AWS Resource Creation
Amazon Elastic Beanstalk
AWS Application Container
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Deployment & Admin Services
• DevOps service for applications in the AWS cloud
• Helps manage complete application lifecycle:
– Resource provisioning
– Configuration management
– Application deployment
– Software updates
– Monitoring
– Access control
• Visualized through application layers
• Uses Chef recipes used to deploy and configure software components on
Amazon EC2 instances
Amazon Elastic Beanstalk
AWS Application Container
IAM
Secure AWS Access Control
Amazon CloudWatch
Resource Monitoring
Amazon CloudFormation
Templated AWS Resource Creation
Amazon OpsWorks
DevOps Application Management
Amazon OpsWorks
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit
Deployment & Admin Services
• Automates the movement and processing of data using data-driven
workflows and built-in dependency checking
Amazon OpsWorks
DevOps Application Management
Amazon Elastic Beanstalk
AWS Application Container
Amazon CloudWatch
Resource Monitoring
Amazon Data Pipeline
Orchestration for Data-Driven
Workflows
Amazon CloudFormation
Templated AWS Resource Creation
IAM
Secure AWS Access Control
Amazon Data Pipeline
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
SDKs
Java Python PHP .NET Ruby nodeJS
iOS Android AWS Toolkit
for Visual
Studio
AWS Toolkit
for Eclipse
Tools for
Windows
PowerShell
CLI
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
Amazon CloudHSM
Protect and store your
cryptographic keys with
industry standard, tamper-
resistant HSM appliances
(SafeNet Luna).
No one but you has
access to your keys
(including Amazon
administrators who
manage and maintain the
appliance).
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Services are a few clicks away…
https://console.aws.amazon.co
m
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
What is AWS Marketplace?
AWS app store for customers
•Broad selection, over 1500 listings - IT and business titles for
Enterprise production, simple pricing and reviews
•Free Trials of selected production software – low risk pilot
– AWS infrastructure charges still apply
•Instant fulfillment using 1-Click and Cloud Formation
•No overprovisioning, use only what you need, pay with integrated
AWS procurement/billing
•Seamless license management and ‘compliance by default’
•Deploy in minutes, not weeks
•Use vetted, tested, secure products
AWS sales channel for Partners
•Customers of all sizes – F500 and SMB
•Access to hundreds of thousands of AWS customers, from
Enterprise to SMB
•Hourly pricing and free trials remove risk for customers - enable
Partners to run fast, production environment PoCs with customers
•Reduce sales cycles from months to weeks (or days)
•‘Paperless’ contracting for customers
•Provide software bits and pricing – we will do the rest
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
What are we announcing
today?
Education & Research: A new category of
software for Public Sector!
•Broad selection of products focused on the
specific needs of EDU customers
•Education and Research products already
listed in the category include:
• Canvas, Moodle, MATLAB,
Adobe Connect, and others
•Industry-leading products in Education and
Research will actively be added to the
category moving forward
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
AWS Government, Education, and Nonprofits Symposium
Washington, DC | June 24, 2014 - June 26, 2014
Questions?
Larry Pizette
pizette@amazon.com

Mais conteúdo relacionado

Mais procurados

Aws 101 A walk-through the aws cloud (2013)
Aws 101  A walk-through the aws cloud (2013)Aws 101  A walk-through the aws cloud (2013)
Aws 101 A walk-through the aws cloud (2013)Martin Yan
 
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017Amazon Web Services
 
Overview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWSOverview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWSAmazon Web Services
 
AWS TEchnical Essentials Workshop
AWS TEchnical Essentials Workshop AWS TEchnical Essentials Workshop
AWS TEchnical Essentials Workshop Muhammad Usman Khan
 
Aberdeen Oil & Gas Event - Introduction to the AWS Cloud
Aberdeen Oil & Gas Event - Introduction to the AWS CloudAberdeen Oil & Gas Event - Introduction to the AWS Cloud
Aberdeen Oil & Gas Event - Introduction to the AWS CloudAmazon Web Services
 
HSBC and AWS Day - AWS foundations
HSBC and AWS Day - AWS foundationsHSBC and AWS Day - AWS foundations
HSBC and AWS Day - AWS foundationsAmazon Web Services
 
Big Data and Machine Learning on AWS
Big Data and Machine Learning on AWSBig Data and Machine Learning on AWS
Big Data and Machine Learning on AWSCloudHesive
 
Overview of Amazon Web Services
Overview of Amazon Web ServicesOverview of Amazon Web Services
Overview of Amazon Web ServicesHarish Ganesan
 
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 Changedaniel-richardson
 
What is Cloud Computing - IL Webinar July 2017
What is Cloud Computing - IL Webinar July 2017What is Cloud Computing - IL Webinar July 2017
What is Cloud Computing - IL Webinar July 2017Amazon Web Services
 
Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Jatinder Randhawa
 
AWS 101, London - September 2014
AWS 101, London - September 2014AWS 101, London - September 2014
AWS 101, London - September 2014Ian Massingham
 
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
 

Mais procurados (20)

Aws 101 A walk-through the aws cloud (2013)
Aws 101  A walk-through the aws cloud (2013)Aws 101  A walk-through the aws cloud (2013)
Aws 101 A walk-through the aws cloud (2013)
 
AWS Overview in a Single Diagram
AWS Overview in a Single DiagramAWS Overview in a Single Diagram
AWS Overview in a Single Diagram
 
Aws over view_demoppt
Aws over view_demopptAws over view_demoppt
Aws over view_demoppt
 
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
Amazon Elastic Compute Cloud (EC2) - Module 2 Part 1 - AWSome Day 2017
 
Overview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWSOverview of AWS by Andy Jassy - SVP, AWS
Overview of AWS by Andy Jassy - SVP, AWS
 
AWS TEchnical Essentials Workshop
AWS TEchnical Essentials Workshop AWS TEchnical Essentials Workshop
AWS TEchnical Essentials Workshop
 
Aws overview
Aws overviewAws overview
Aws overview
 
Aberdeen Oil & Gas Event - Introduction to the AWS Cloud
Aberdeen Oil & Gas Event - Introduction to the AWS CloudAberdeen Oil & Gas Event - Introduction to the AWS Cloud
Aberdeen Oil & Gas Event - Introduction to the AWS Cloud
 
HSBC and AWS Day - AWS foundations
HSBC and AWS Day - AWS foundationsHSBC and AWS Day - AWS foundations
HSBC and AWS Day - AWS foundations
 
Big Data and Machine Learning on AWS
Big Data and Machine Learning on AWSBig Data and Machine Learning on AWS
Big Data and Machine Learning on AWS
 
Overview of Amazon Web Services
Overview of Amazon Web ServicesOverview of Amazon Web Services
Overview of Amazon Web Services
 
The History of AWS EC2
The History of AWS EC2The History of AWS EC2
The History of AWS EC2
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
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
 
Technical Track
Technical TrackTechnical Track
Technical Track
 
What is Cloud Computing - IL Webinar July 2017
What is Cloud Computing - IL Webinar July 2017What is Cloud Computing - IL Webinar July 2017
What is Cloud Computing - IL Webinar July 2017
 
Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)Aws overview (Amazon Web Services)
Aws overview (Amazon Web Services)
 
Aws overview
Aws overviewAws overview
Aws overview
 
AWS 101, London - September 2014
AWS 101, London - September 2014AWS 101, London - September 2014
AWS 101, London - September 2014
 
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
 

Semelhante a AWS Service Drill Downs - AWS Symposium 2014 - Washington D.C.

AWS as a Data Platform - AWS Symposium 2014 - Washington D.C.
AWS as a Data Platform - AWS Symposium 2014 - Washington D.C. AWS as a Data Platform - AWS Symposium 2014 - Washington D.C.
AWS as a Data Platform - AWS Symposium 2014 - Washington D.C. Amazon Web Services
 
Updating Security Operations for the Cloud - AWS Symposium 2014 - Washington ...
Updating Security Operations for the Cloud - AWS Symposium 2014 - Washington ...Updating Security Operations for the Cloud - AWS Symposium 2014 - Washington ...
Updating Security Operations for the Cloud - AWS Symposium 2014 - Washington ...Amazon Web Services
 
AWS Education and Research 101
AWS Education and Research 101AWS Education and Research 101
AWS Education and Research 101Steven Bryen
 
Running the Business of Education in the Cloud: How Central IT Leverages the ...
Running the Business of Education in the Cloud: How Central IT Leverages the ...Running the Business of Education in the Cloud: How Central IT Leverages the ...
Running the Business of Education in the Cloud: How Central IT Leverages the ...Amazon Web Services
 
Moving Workloads into AWS GovCloud (US) - AWS Symposium 2014 - Washington D.C.
Moving Workloads into AWS GovCloud (US) - AWS Symposium 2014 - Washington D.C. Moving Workloads into AWS GovCloud (US) - AWS Symposium 2014 - Washington D.C.
Moving Workloads into AWS GovCloud (US) - AWS Symposium 2014 - Washington D.C. Amazon Web Services
 
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web Services
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web ServicesAWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web Services
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web ServicesAmazon Web Services
 
Using AWS Services to Go “All In” on AWS
Using AWS Services to Go “All In” on AWSUsing AWS Services to Go “All In” on AWS
Using AWS Services to Go “All In” on AWSAmazon Web Services
 
AWS Webcast - AWS Webinar Series for Education #1 - What is Cloud Computing
AWS Webcast - AWS Webinar Series for Education #1 - What is Cloud ComputingAWS Webcast - AWS Webinar Series for Education #1 - What is Cloud Computing
AWS Webcast - AWS Webinar Series for Education #1 - What is Cloud ComputingAmazon Web Services
 
Introduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesIntroduction to Cloud Computing with Amazon Web Services
Introduction to Cloud Computing with Amazon Web ServicesAmazon Web Services
 
Practical Steps to Hack Proofing AWS
Practical Steps to Hack Proofing AWSPractical Steps to Hack Proofing AWS
Practical Steps to Hack Proofing AWSAmazon Web Services
 
Leveraging the Cloud to Strengthen Democracy: A Case Study - AWS Washington D...
Leveraging the Cloud to Strengthen Democracy: A Case Study - AWS Washington D...Leveraging the Cloud to Strengthen Democracy: A Case Study - AWS Washington D...
Leveraging the Cloud to Strengthen Democracy: A Case Study - AWS Washington D...Amazon Web Services
 
Leveraging the Cloud to Strengthen Democracy: NDI Case Study - AWS Washington...
Leveraging the Cloud to Strengthen Democracy: NDI Case Study - AWS Washington...Leveraging the Cloud to Strengthen Democracy: NDI Case Study - AWS Washington...
Leveraging the Cloud to Strengthen Democracy: NDI Case Study - AWS Washington...Amazon Web Services
 
AWS Deployment Best Practices - AWS Symposium 2014 - Washington D.C.
AWS Deployment Best Practices - AWS Symposium 2014 - Washington D.C. AWS Deployment Best Practices - AWS Symposium 2014 - Washington D.C.
AWS Deployment Best Practices - AWS Symposium 2014 - Washington D.C. Amazon Web Services
 
AWS GovCloud (US) Fundamentals: Past, Present, and Future - AWS Symposium 201...
AWS GovCloud (US) Fundamentals: Past, Present, and Future - AWS Symposium 201...AWS GovCloud (US) Fundamentals: Past, Present, and Future - AWS Symposium 201...
AWS GovCloud (US) Fundamentals: Past, Present, and Future - AWS Symposium 201...Amazon Web Services
 
AWS Directory Service, Amazon WorkSpaces, Amazon WorkMail, and Amazon WorkDocs
AWS Directory Service, Amazon WorkSpaces, Amazon WorkMail, and Amazon WorkDocsAWS Directory Service, Amazon WorkSpaces, Amazon WorkMail, and Amazon WorkDocs
AWS Directory Service, Amazon WorkSpaces, Amazon WorkMail, and Amazon WorkDocsAmazon Web Services
 
GIS on AWS Deep Dive - AWS Symposium 2014 - Washington D.C.
GIS on AWS Deep Dive - AWS Symposium 2014 - Washington D.C. GIS on AWS Deep Dive - AWS Symposium 2014 - Washington D.C.
GIS on AWS Deep Dive - AWS Symposium 2014 - Washington D.C. Amazon Web Services
 
Big Data on AWS - AWS Washington D.C. Symposium 2014
Big Data on AWS - AWS Washington D.C. Symposium 2014Big Data on AWS - AWS Washington D.C. Symposium 2014
Big Data on AWS - AWS Washington D.C. Symposium 2014Amazon Web Services
 

Semelhante a AWS Service Drill Downs - AWS Symposium 2014 - Washington D.C. (20)

AWS as a Data Platform - AWS Symposium 2014 - Washington D.C.
AWS as a Data Platform - AWS Symposium 2014 - Washington D.C. AWS as a Data Platform - AWS Symposium 2014 - Washington D.C.
AWS as a Data Platform - AWS Symposium 2014 - Washington D.C.
 
Updating Security Operations for the Cloud - AWS Symposium 2014 - Washington ...
Updating Security Operations for the Cloud - AWS Symposium 2014 - Washington ...Updating Security Operations for the Cloud - AWS Symposium 2014 - Washington ...
Updating Security Operations for the Cloud - AWS Symposium 2014 - Washington ...
 
AWS Education and Research 101
AWS Education and Research 101AWS Education and Research 101
AWS Education and Research 101
 
Running the Business of Education in the Cloud: How Central IT Leverages the ...
Running the Business of Education in the Cloud: How Central IT Leverages the ...Running the Business of Education in the Cloud: How Central IT Leverages the ...
Running the Business of Education in the Cloud: How Central IT Leverages the ...
 
Moving Workloads into AWS GovCloud (US) - AWS Symposium 2014 - Washington D.C.
Moving Workloads into AWS GovCloud (US) - AWS Symposium 2014 - Washington D.C. Moving Workloads into AWS GovCloud (US) - AWS Symposium 2014 - Washington D.C.
Moving Workloads into AWS GovCloud (US) - AWS Symposium 2014 - Washington D.C.
 
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web Services
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web ServicesAWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web Services
AWS APAC Webinar Week - Introduction to Cloud Computing With Amazon Web Services
 
Using AWS Services to Go “All In” on AWS
Using AWS Services to Go “All In” on AWSUsing AWS Services to Go “All In” on AWS
Using AWS Services to Go “All In” on AWS
 
AWS Webcast - AWS Webinar Series for Education #1 - What is Cloud Computing
AWS Webcast - AWS Webinar Series for Education #1 - What is Cloud ComputingAWS Webcast - AWS Webinar Series for Education #1 - What is Cloud Computing
AWS Webcast - AWS Webinar Series for Education #1 - What is 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
 
Practical Steps to Hack Proofing AWS
Practical Steps to Hack Proofing AWSPractical Steps to Hack Proofing AWS
Practical Steps to Hack Proofing AWS
 
Fundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWSFundamentals of Cloud Computing & AWS
Fundamentals of Cloud Computing & AWS
 
Leveraging the Cloud to Strengthen Democracy: A Case Study - AWS Washington D...
Leveraging the Cloud to Strengthen Democracy: A Case Study - AWS Washington D...Leveraging the Cloud to Strengthen Democracy: A Case Study - AWS Washington D...
Leveraging the Cloud to Strengthen Democracy: A Case Study - AWS Washington D...
 
Leveraging the Cloud to Strengthen Democracy: NDI Case Study - AWS Washington...
Leveraging the Cloud to Strengthen Democracy: NDI Case Study - AWS Washington...Leveraging the Cloud to Strengthen Democracy: NDI Case Study - AWS Washington...
Leveraging the Cloud to Strengthen Democracy: NDI Case Study - AWS Washington...
 
AWS Deployment Best Practices - AWS Symposium 2014 - Washington D.C.
AWS Deployment Best Practices - AWS Symposium 2014 - Washington D.C. AWS Deployment Best Practices - AWS Symposium 2014 - Washington D.C.
AWS Deployment Best Practices - AWS Symposium 2014 - Washington D.C.
 
Deep Dive: Hybrid Architectures
Deep Dive: Hybrid ArchitecturesDeep Dive: Hybrid Architectures
Deep Dive: Hybrid Architectures
 
AWS GovCloud (US) Fundamentals: Past, Present, and Future - AWS Symposium 201...
AWS GovCloud (US) Fundamentals: Past, Present, and Future - AWS Symposium 201...AWS GovCloud (US) Fundamentals: Past, Present, and Future - AWS Symposium 201...
AWS GovCloud (US) Fundamentals: Past, Present, and Future - AWS Symposium 201...
 
AWS Directory Service, Amazon WorkSpaces, Amazon WorkMail, and Amazon WorkDocs
AWS Directory Service, Amazon WorkSpaces, Amazon WorkMail, and Amazon WorkDocsAWS Directory Service, Amazon WorkSpaces, Amazon WorkMail, and Amazon WorkDocs
AWS Directory Service, Amazon WorkSpaces, Amazon WorkMail, and Amazon WorkDocs
 
GIS on AWS Deep Dive - AWS Symposium 2014 - Washington D.C.
GIS on AWS Deep Dive - AWS Symposium 2014 - Washington D.C. GIS on AWS Deep Dive - AWS Symposium 2014 - Washington D.C.
GIS on AWS Deep Dive - AWS Symposium 2014 - Washington D.C.
 
Big Data on AWS - AWS Washington D.C. Symposium 2014
Big Data on AWS - AWS Washington D.C. Symposium 2014Big Data on AWS - AWS Washington D.C. Symposium 2014
Big Data on AWS - AWS Washington D.C. Symposium 2014
 
Débuter sur le cloud AWS
Débuter sur le cloud AWSDébuter sur le cloud AWS
Débuter sur le cloud AWS
 

Mais de 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
 

Mais de 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
 

Último

"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
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.pptxRustici Software
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKJago de Vreede
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
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 WorkerThousandEyes
 

Último (20)

"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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
 

AWS Service Drill Downs - AWS Symposium 2014 - Washington D.C.

  • 1. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Service Drill Downs Larry Pizette pizette@amazon.com
  • 2. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Global Infrastructure Application Services Networking Deployment & Administration DatabaseStorageCompute
  • 3. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Global Infrastructure 10 AWS Regions 51 AWS Edge Locations
  • 4. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Global Infrastructure Availability Zone A Availability Zone B Availability Zone C EU (Ireland) Availability Zone A Availability Zone B South America (Sao Paulo) Availability Zone A Availability Zone B Asia Pacific (Sydney) Availability Zone A Availability Zone B GovCloud (OR) Availability Zone A Availability Zone B Availability Zone C Availability Zone D US East (VA) Availability Zone A Availability Zone B US West (CA) Availability Zone A Availability Zone B Asia Pacific (Singapore) Availability Zone A Availability Zone B Availability Zone C Asia Pacific (Tokyo) Availability Zone A Availability Zone B Availability Zone C US West (OR) Customer Decides Where Applications and Data Reside US REGIONS GLOBAL REGIONS Note: Conceptual drawing only. The number of Availability Zones may vary.
  • 5. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Global Infrastructure Application Services Networking Deployment & Administration DatabaseStorageCompute Networking AWS Global Infrastructure
  • 6. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Networking • Complete networking isolation and private network addressing inside the AWS cloud • Connect existing infrastructure to a set of isolated AWS compute resources via a Amazon Virtual Private Network (VPN) connection • Bring your own address space and naturally extend existing networking and management capabilities • Rich routing features, Network ACLs, Elastic Network Interfaces (virtual network cards) for Amazon EC2 instances, etc. • Network Security Groups (hypervisor-enforced firewall rules) provide comprehensive, fleet-wide, API-driven control over all network flows Amazon VPC Isolated Cloud Resources Amazon Virtual Private Cloud
  • 7. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Networking Amazon VPC Isolated Cloud Resources EC2 10.0.2.12 AWS Region – Amazon VPC network isolation AZ A AZ B VPC 10.0.0.0/16 SN 10.0.1.0/24 SN 10.0.2.0/24 (23.20.103.11) Internet EC2 10.0.1.11 Internet GW
  • 8. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Networking • Route end users to Internet applications and endpoints • Answers DNS queries with low latency by using a global network of highly available DNS servers • Latency based routing to closest AWS endpoint (e.g. Amazon EC2 instances, Elastic IPs, or ELBs) • Deep integration with other AWS services (ELB, Amazon EC2 Elastic IPs, Amazon S3, Amazon CloudFront, etc.) • DNS service health-checks and automatic failover Amazon VPC Isolated Cloud Resources Amazon Route 53 Amazon Route 53 Scalable DNS
  • 9. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Networking • Establish a dedicated Layer 2 network connection from your premises to AWS • Segment traffic on the customer side using industry standard 802.1q VLANs • Multiple virtual interfaces may be configured to access AWS services such as Amazon EC2 and Amazon S3 using public IP space, or resources in a VPC using private IP space. • Choose 1 Gbps and 10 Gbps port speeds, one or more links Amazon VPC Isolated Cloud Resources AWS Direct Connect Amazon Route 53 Scalable DNS AWS Direct Connect Dedicated network connection to AWS
  • 10. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Global Infrastructure Application Services Networking Deployment & Administration DatabaseStorageComputeCompute Networking
  • 11. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Compute • Resizable compute capacity in 18 instance types • Reduces the time required to obtain and boot new server instances to minutes or seconds • Scale capacity as your computing requirements change • Pay only for capacity that you actually use • Choose Linux or Windows • Deploy across Regions and Availability Zones for reliability • Support for virtual network interfaces that can be attached to Amazon EC2 instances in your VPC Amazon EC2 Virtual servers in the cloud Elastic Compute Cloud
  • 12. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Compute • Building blocks of Amazon EC2 instances; an AMI is like a generic template of a computer's root volume • One-click creation from a running VM of your choice • Can be private, public, or shared with selected accounts • Create hardened or “gold images” of your Amazon EC2 infrastructure; use AWS Identity and Access Management (IAM) permissions to limit access to non-blessed images Amazon EC2 Virtual servers in the cloud Amazon Machine Image
  • 13. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Compute • Block storage devices from1GB – 1TB for use with Amazon EC2 instances – create, attach, snapshot (backup), restore and delete • Storage volumes are attached to an Amazon EC2 instance and exposed as a block device for raw or formatted (file system) access • Volume lifecycle can be completely independent from instance lifecycle • Optionally create RAID configurations for any server • Ideal use cases: – OS Boot device / root file system; secondary volumes/file systems – Typical basis for database storage – Raw block devices for RAID, some databases • Available in both standard and provisioned IOPS (up to 4K IOPS) • Integration with Amazon S3 storage service (snapshots) for regional access Amazon EC2 Virtual servers in the cloud Amazon Elastic Block Storage (EBS)
  • 14. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Compute • Automatically scale instances based on a rich set of policy options • Scale your Amazon EC2 capacity automatically once you define the conditions (from 1 to 1000’s of servers) • Can scale up just a little…doesn’t need to be massive number of servers (may be simply 2 servers, or 1 server with Auto Scaling for high availability) • Well suited for applications that experience variability in usage • Set minimum and maximum scaling sizes, use any Amazon CloudWatch metric for rules, also time-of-day, day-of-week, etc. policies Amazon EC2 Virtual servers in the cloud Auto Scaling
  • 15. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Compute • Supports the routing and load balancing of HTTP, HTTPS and generic TCP traffic to Amazon EC2 instances • Supports SSL termination and Proxy protocol • Supports health checks to detect and remove failing instances • Dynamically grows and shrinks required resources based on traffic • Seamlessly integrates with Auto Scaling to add and remove instances based on scaling activities • Single CNAME provides stable entry point for DNS configuration • Supports internal load balancing within an Amazon VPC Amazon EC2 Virtual servers in the cloud Elastic Load Balancing
  • 16. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Compute • Managed Hadoop 0.20.205, 1.0.3, 2.0.2, and 2.0.4 infrastructure • Amazon EMR supports the MapR M7, M5, and M3 Hadoop Distributions. • Reduces complexity of Hadoop management – Handles node provisioning, customization, and shutdown • Provides tight integration with AWS services – Optimized for Amazon S3 – Amazon EC2 integration with automatic re-provisioning on node failure – Cluster monitoring/alarming through Amazon CloudWatch • Leverages significant operational experience – Monitor thousands of clusters per day – Use cases span from university students to Fortune 50 Amazon EMR Managed Hadoop Framework Amazon EC2 Virtual servers in the cloud Amazon Elastic Map Reduce (EMR)
  • 17. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Global Infrastructure Application Services Networking Deployment & Administration DatabaseStorageCompute StorageCompute
  • 18. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Storage • A “Bucket” is equivalent to a “folder” • Able to store unlimited number of Objects in a Bucket • Objects from 1B-5 TB; no bucket size limit • Highly available storage for the Internet (object store) • HTTP/S endpoint to store and retrieve any amount of data, at any time, from anywhere on the web • Highly scalable, reliable, fast, and inexpensive • Annual durability of 99.999999999% • Designed for 99.99% availability • Trillions of objects stored • Peak requests 1,500,000+ per second Amazon S3 Scalable Storage in the Cloud Amazon Simple Storage Service (S3)
  • 19. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Storage • A low-cost storage service for data archiving and backup • $0.01 per GB / Month • Optimized for data that is infrequently accessed • Retrieval times measured in hours not days or weeks (typical retrieval job is 3- 5 hours) • Annual durability of 99.999999999% for an archive • AES 256 data at rest encryption • Data stored as archives within a vault. Vaults are located within a specific AWS region • Move data from Amazon S3 to Amazon Glacier using data lifecycle policies Amazon S3 Scalable Storage in the Cloud Amazon Glacier Archive Storage in the Cloud Amazon Glacier
  • 20. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Storage • Storage Gateway connects an on-premises software appliance with cloud- based storage • On-premises software appliance solution to store data on Amazon S3’s storage infrastructure • Exposes standard iSCSI interface to on-premises applications, while maintaining low-latency data access • Data in Amazon S3 stored as Amazon EBS snapshots for local & Amazon EC2-based recovery • Cached volumes • Use Cases – Backup/Restore on-premises data – Set up a test/dev environment with production data – Migrating applications to the cloud – On-premises DR/COOP to AWS AWS Storage Gateway Amazon Glacier Archive Storage in the Cloud Amazon S3 Scalable Storage in the Cloud AWS Storage Gateway Integrate On-Premises IT Environments with Cloud Storage
  • 21. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Storage • Accelerates moving large amounts of data into and out of Amazon S3 or Amazon EBS • Transfers your data directly onto and off of USB or SATA storage devices shipped to AWS with manifest file • Final copy uses high-speed datacenter networkAWS Storage Gateway Integrate On-Premises IT Environments with Cloud Storage AWS Import/Export Amazon Glacier Archive Storage in the Cloud Amazon S3 Scalable Storage in the Cloud AWS Import/Export Bulk Data Transfer
  • 22. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Storage & Content Delivery • Web service for content delivery • Distribute content to end users with low latency, high data transfer speeds, and no commitments • Delivers your content using a global network of 51 edge locations • Supports download, streaming, live streaming, and dynamic content – Key features: RTMP Streaming, HTTPS Delivery, Private Content for HTTP & Streaming, Programmatic Invalidation, Detailed Logs for HTTP & Streaming, Default Root Object • Use Cases: Video and Rich Media, Online Gaming, Interactive Agencies, Software Downloads, Static Websites – Static web content that must be delivered to global user base at Highest bandwidth / Lowest latency / Lowest cost AWS Import/Export Bulk Data Transfer AWS Storage Gateway Integrate On-Premises IT Environments with Cloud Storage Amazon Glacier Archive Storage in the Cloud Amazon S3 Scalable Storage in the Cloud Amazon CloudFront Global Content Delivery Network Amazon CloudFront
  • 23. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Global Infrastructure Application Services Networking Deployment & Administration DatabaseStorageCompute DatabaseStorage
  • 24. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Database • Fully managed NoSQL database. • Eliminates the administrative burden of data modeling, index maintenance, and performance tuning. • Durability and high-availability - stores data on Solid State Drives (SSDs) and replicates it synchronously across multiple AWS Availability Zones in an AWS Region. • Scalability - With AWS Console, you can grow your Amazon DynamoDB table from 10 to 100,000+ writes per sec. Amazon DynamoDB Scalable NoSQL Data Store Amazon DynamoDB
  • 25. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Database • Fully-managed, tuned MySQL, Oracle 11g, PostgreSQL or Microsoft SQL Server • Cost-efficient and resizable capacity • Manages time-consuming database admin tasks • Code, applications, and tools you already use today work seamlessly • Automatically patches the database software and backs up your database • Flexible Licensing: BYOL or License Include • Multi-AZ deployment option Amazon RDS Managed Relational Database Service Amazon DynamoDB Scalable NoSQL Data Store Amazon Relational Database Service (RDS)
  • 26. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Database • Fully managed scalable data warehousing service • Scale from a single 2TB XL node to a hundred 16TB 8XL clustered nodes for a total 1.6PB of compressed user data • Standard PostgreSQL JDBC or ODBC drivers • Massively parallel processing (MPP) architecture • Validated integrations with Jaspersoft, MicroStrategy and many partners • Priced as low as $1,000 per terabyte per year • Continuously backed up to Amazon S3 Amazon DynamoDB Scalable NoSQL Data Store Amazon Redshift Amazon RDS Managed Relational Database Service Amazon Redshift Managed Petabyte-Scale Data Warehouse Service
  • 27. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Database • Fully-managed, distributed, in-memory cache • Memcached compliant cache cluster on-demand • Manages patching, cache node failure detection and recovery • Simple APIs calls to grow and shrink the cache cluster • Seamlessly caches in front of Amazon RDS instances • Integrated with Amazon CloudWatch and Amazon SNS for monitoring and alerts Amazon DynamoDB Scalable NoSQL Data Store Amazon ElastiCache Amazon RDS Managed Relational Database Service Amazon Redshift Managed Petabyte-Scale Data Warehouse Service Amazon ElastiCache In-Memory Cache
  • 28. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Global Infrastructure Application Services Networking Deployment & Administration DatabaseStorageCompute Application Services Database
  • 29. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Application Services • Hosted queue for storing messages as they travel between computers • Move data between distributed components of their applications • SQS messages can contain up to 256 KB of text data, including XML, JSON and unformatted text. Amazon SQS Message Queue Service Amazon Simple Queue Service
  • 30. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Application Services • Set up, operate, and send notifications • Publish messages from an application and immediately deliver them to subscribers or other applications • Publishers, Topics, and Subscribers – Subscribers can be SQS, HTTP/S, Email, and SMS endpoints Amazon SNS Push Notification Service Amazon SQS Message Queue Service Amazon Simple Notification Service
  • 31. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Application Services • Easily manage workflows, including state, decisions, executions, tasks and logging • Coordinate processing steps across distributed systems • Ensure tasks are executed reliably, in order, and without duplication • Simple API calls that can be executed from code written in any language and run on your Amazon EC2 instances, or any of your machines located anywhere in the world that can access the Internet • Amazon Simple Workflow Service Amazon SNS Push Notification Service Amazon SWF Workflow Service Amazon SQS Message Queue Service
  • 32. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Application Services • Bulk and transactional email-sending service • Eliminates the hassle of email server management, network configuration, and meeting rigorous Internet Service Provider (ISP) standards • Provides a built-in feedback loop, which includes notifications of bounce backs, failed and successful delivery attempts, and spam complaints Amazon SQS Message Queue Service Simple Email Service Amazon SNS Push Notification Service Amazon SWF Workflow Service Amazon SES Email Sending Service
  • 33. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Application Services • Highly scalable video transcoding service • Specify Amazon S3 input and output buckets • Outputs SD and HD H.264/MP4/ACC and WebM • Input formats include: 3GP, AAC, AVI, FLV, MP4 and MPEG-2 Amazon SES Email Sending Service Amazon SQS Message Queue Service Amazon SNS Push Notification Service Amazon SWF Workflow Service Amazon Elastic Transcoder Scalable Media Transcoding Amazon Elastic Transcoder
  • 34. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Application Services • Fully-managed search service • Integrate fast and highly scalable search functionality into applications • Scales automatically: with increases in searchable data or as query rate changes • AWS manages hardware provisioning, data partitioning, and software patches Amazon Elastic Transcoder Scalable Media Transcoding Amazon SES Email Sending Service Amazon SNS Push Notification Service Amazon CloudSearch Managed Search Service Amazon SWF Workflow Service Amazon SQS Message Queue Service Amazon CloudSearch
  • 35. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Global Infrastructure Application Services Networking Deployment & Administration DatabaseStorageCompute Deployment & Administration Application Services
  • 36. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Deployment & Admin Services • IAM enables customers to create and manage users in AWS’s identity system – Identity Federation with local directory is an option for enterprises • Very familiar security model – Users, groups, permissions • Allows customers to – Create users – Assign individual passwords, access keys, multi-factor authentication devices – Grant fine-grained permissions – Optionally grant them access to the AWS Console – Organize users in groups IAM Secure AWS Access Control Identity and Access Management
  • 37. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Deployment & Administration Services • Visibility into resource utilization, operational performance, and overall demand patterns • Metrics such as CPU utilization, disk reads and writes, and network traffic • Accessible via the AWS Management Console, web service APIs or Command Line Tools • Add custom metrics of your own • Alarms (which tie into auto-scaling, Amazon SNS, SQS, etc.) • Billing Alerts to help manage charges on AWS bill Amazon CloudWatch Resource Monitoring IAM Secure AWS Access Control Amazon CloudWatch
  • 38. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Deployment & Admin Services • Create templates of stack of resources • Deploy stack from template with runtime parameters • Templates are simple JSON formatted text files • Amazon CloudFormer supports generating templates from running environments • Amazon CloudFormation Amazon CloudWatch Resource Monitoring Amazon CloudFormation Templated AWS Resource Creation IAM Secure AWS Access Control "Resources" : { "Ec2Instance" : { "Type" : "AWS::EC2::Instance", "Properties" : { "SecurityGroups" : [ { "Ref" : "InstanceSecurityGroup" } ], "ImageId" : { "Fn::FindInMap" : [ "RegionMap", { "Ref" : "AWS::Region" }, "AMI" ]}, "Tags" : [{ "Key" : "MyTag", "Value" : "TagValue" }] } },
  • 39. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Deployment & Admin Services • Simply upload your application (Java, NET, PHP, Node.js, Ruby and Python) • Automatically handles the deployment details of capacity provisioning, load balancing, auto-scaling, and application health monitoring • Retain full control over the AWS resources powering your application IAM Secure AWS Access Control Amazon Elastic Beanstalk Amazon CloudWatch Resource Monitoring Amazon CloudFormation Templated AWS Resource Creation Amazon Elastic Beanstalk AWS Application Container
  • 40. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Deployment & Admin Services • DevOps service for applications in the AWS cloud • Helps manage complete application lifecycle: – Resource provisioning – Configuration management – Application deployment – Software updates – Monitoring – Access control • Visualized through application layers • Uses Chef recipes used to deploy and configure software components on Amazon EC2 instances Amazon Elastic Beanstalk AWS Application Container IAM Secure AWS Access Control Amazon CloudWatch Resource Monitoring Amazon CloudFormation Templated AWS Resource Creation Amazon OpsWorks DevOps Application Management Amazon OpsWorks
  • 41. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 20142013 AWS Worldwide Public Sector Summit Deployment & Admin Services • Automates the movement and processing of data using data-driven workflows and built-in dependency checking Amazon OpsWorks DevOps Application Management Amazon Elastic Beanstalk AWS Application Container Amazon CloudWatch Resource Monitoring Amazon Data Pipeline Orchestration for Data-Driven Workflows Amazon CloudFormation Templated AWS Resource Creation IAM Secure AWS Access Control Amazon Data Pipeline
  • 42. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 SDKs Java Python PHP .NET Ruby nodeJS iOS Android AWS Toolkit for Visual Studio AWS Toolkit for Eclipse Tools for Windows PowerShell CLI
  • 43. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 Amazon CloudHSM Protect and store your cryptographic keys with industry standard, tamper- resistant HSM appliances (SafeNet Luna). No one but you has access to your keys (including Amazon administrators who manage and maintain the appliance).
  • 44. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Services are a few clicks away… https://console.aws.amazon.co m
  • 45. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014
  • 46. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 What is AWS Marketplace? AWS app store for customers •Broad selection, over 1500 listings - IT and business titles for Enterprise production, simple pricing and reviews •Free Trials of selected production software – low risk pilot – AWS infrastructure charges still apply •Instant fulfillment using 1-Click and Cloud Formation •No overprovisioning, use only what you need, pay with integrated AWS procurement/billing •Seamless license management and ‘compliance by default’ •Deploy in minutes, not weeks •Use vetted, tested, secure products AWS sales channel for Partners •Customers of all sizes – F500 and SMB •Access to hundreds of thousands of AWS customers, from Enterprise to SMB •Hourly pricing and free trials remove risk for customers - enable Partners to run fast, production environment PoCs with customers •Reduce sales cycles from months to weeks (or days) •‘Paperless’ contracting for customers •Provide software bits and pricing – we will do the rest
  • 47. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 What are we announcing today? Education & Research: A new category of software for Public Sector! •Broad selection of products focused on the specific needs of EDU customers •Education and Research products already listed in the category include: • Canvas, Moodle, MATLAB, Adobe Connect, and others •Industry-leading products in Education and Research will actively be added to the category moving forward
  • 48. AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 AWS Government, Education, and Nonprofits Symposium Washington, DC | June 24, 2014 - June 26, 2014 Questions? Larry Pizette pizette@amazon.com