Notes From the AWS Invent 2013 Keynote

The following are my notes from the 2013 AWS Summit Keynote presentation. These notes are largely for my benefit (mostly to make sure I’m actually paying attention during the talks) but may be interesting to others.

I wrote these notes during the presentation and have not diligently separated my thoughts from those of the speakers. It’s possible I have misunderstood some points or added thoughts of my own. Please assume any good ideas were originally those of the speaker. Any bad ideas are either my own musings or a misinterpreting of the presentation in question.

Werner Vogels, Amazon CTO

  • AWS started with just S3. EC2 was second.
  • NASA JPL is an AWS customer: Mars Rover data is stored and shared on S3.
  • AWS philosophy: No lock-in: any OS, any middleware, any software, etc.
  • AWS Marketplace one year in: 25 categories, 778 products.
  • 31 AWS price reductions since 2006. This drives a cycle of growing the customer base, achieving economies of scale, and further reducing costs.
  • “Computing should be like turning on a light switch: you never even consider the cost”
  • AWS Trusted Advisor: Customer Infrastructure Audits will review your AWS usage and suggest ways to decrease your costs.
  • AWS follows a startup model for new products: new products are launched with limited features, so Amazon can learn how customers are using the tools before developing them more fully.
  • Local secondary indices for DynamoDB: provides relational db flexibility on top of dynamo’s scalability.
  • Success of cloud computing follows an existing economic pattern:
    • Reduced customer loyalty to large brands
    • Highly uncertain environments require flexibility:
      • Use resources on demand
      • Release unneeded resources
      • Pay for what you use
      • Leverage other providers’ core competencies
      • Replace fixed costs with variable rates
  • No (or highly reduced) upfront capital expenses
  • Samsung avoided a 34 million upfront expense on their SmartHub project
  • Lower variable expense than DiY.
  • Less guesswork in capacity planning.
    • Amazon.com used to target +50% spare capacity above peak traffic spikes
    • Now they elasticially scale up and down
  • Cheap resources reduces the cost of innovation:
    • Experiment often
    • Fail quickly at low cost
    • More innovation
  • Stop spending money on undifferentiated heavy lifting
  • Grow to global scale on-demand

Russell Towell, Bristol-Myers Squibb

  • Following an “asset reduction strategy” company wide: gradually replacing in-house servers with cloud resources.
  • Security:
    • use VPC
    • don’t use public AMIs. BMS builds their own.
  • In-house dev-ops portal. Total monthly cost of $4.20 to allow developers to provision resources on demand.
  • Business hours policy: only run servers daytime on weekdays. Shut everything down off-hours. Saves 78% of total costs.

Vogels: AWS in insurance and finance

  • Insurance industry:
    • very price sensitive
    • highly competitive
    • driven by data
  • Financial services
    • Extreme competition
    • New products and instruments daily
    • Strict compliance and security requirements

Scott Mullins, Nasdaq OMX and Holly Hasty, FirstSouthwest

  • 1 out of every 10 financial transactions is powered by Nasdaq tech at some point in the process
  • FinQloud, Nasdaq product running on AWS
    • Wraps existing AWS services (like S3 and EC2) with security and compliance features
  • FinQloud use at FirstSouthwest:
    • FinQloud helped migrate legacy data
    • Usual cloud benefits: fast velocity, reduced cost, reduced complexity

Vogels

  • Media
    • Newspaper advertising is dramatically down across the board
    • Almost all the large media brands are running on AWS and trying to reduce costs
    • News organizations need to launch new products and innovate just to survive
    • Netflix is big AWS customer, if you haven’t heard already
    • ABC is running a platform that includes real time transcoding of video streams for specific devices
  • Manufacturing
    • Highly collaborative across borders

Joe Salvo, GE

  • First commercial power grid was built in NYC at 257 Pearl Street
  • GE wants to cloud-enable the manufacturing design process
    • Design
    • Share
    • Simulate
    • Schedule
  • GE built an in-house marketplace (CEED) for ephemeral cloud resources
  • First commercial use of GovCloud
  • Cloud resources can protect IP by avoiding centralization: store separate components in different silos/countries

Vogels again

  • Healthcare and biotechnology are driven by data
  • One of the CDC’s responsibilities is to collect massive amounts of global data on potential disease trends/risks
    • Built a open platform (BioSense) to provide real-time data to interested parties
  • Illumina:
    • leading provider of DNA sequencing devices
    • devices connect directly to AWS to store massive amounts of data
    • provides security and encryption tech for both data transfer and storage
  • 1000 Genomes Project
    • 250 TB data
    • ~2000 complete genomes
    • publicly available on S3
  • Unilever works with Eagle Genomic create deodorant and toothpaste that’s tailored to your genes
  • Hospitality industry:
    • Hotelogix is a “property management system” for boutique hotels
  • Future of cloud computing and big data (guesses by Vogels):
    • Trend to real time information
    • Deeper integration
    • Vertical application of analytics
    • Hadoop will become invisible

K Young, Mortar

  • Big data, “Hadoop as a Service” provider
  • Company founded in 2011 with 3 co-founders. Accepted to Techstars, took 1.8M seed round.
  • Winner of 2013 AWS Global Startup Challenge
  • Running 1,000 machines with 18 month runway (from 1.8M seed).

Vogels

  • Connected devices
    • Incredible data collectors/generators
    • A treadmill could identify a person from his/her phone and automatically configure itself for that user
  • Security & Privacy
    • Incredibly important (possibly most important) concern for developers and engineers
    • AWS provides readily available encryption tools to protect customers
    • It’s possible to install a hardware device at AWS data centers, so that even Amazon will not have your keys or be able to decrypt your data
    • New feature: Amazon RDS for Oracle now supports transparent data encryption. MS SQL will follow soon.

Comments