Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Recent announcements from AWS

Recent announcements from AWS

Avatar for Andreas Rütten

Andreas Rütten

September 01, 2016
Tweet

More Decks by Andreas Rütten

Other Decks in Technology

Transcript

  1. Amazon EMR release 5.0 • Major Version Upgrade for Spark

    and Hive • Upgraded to Hive 2.1 • Upgraded to Presto 0.150 • Upgraded to Spark 2.0 • Upgraded to Hue 3.10.0 • Upgraded to Pig 0.16.0 • Upgraded to Tez 0.8.4 • Upgraded to Zeppelin 0.6.1 • Enhanced Debugging Functionality
  2. Specifying the VPC for your Amazon RDS DB Instance •

    Change VPC for RDS ◦ Moving from one VPC to the other • EC2-Classic migrate into VPC • Only supported for DB instances running in Single-AZ
  3. Amazon Lumberyard Beta 1.4 • Introduces an integrated Lua editor

    and debugger • Network encryption and profiling
  4. Amazon CloudFront adds new edge locations in Canada • Montreal

    • Toronto • Also added a second edge location in Sao Paolo • Amazon CloudFront now has a total of 59 edge locations worldwide
  5. AWS CloudFormation Adds Support for: • AWS Certificate Manager •

    Amazon ECS Service Auto Scaling Plus additional Updates for CloudFront, Elastic File System (EFS) performance mode, Lambda and API Gateway
  6. Amazon API Gateway Usage Plans • Define plans for third-party

    developers by associating them with individual API keys • Control the following aspects of access to an API: ◦ Throttling – Overall request rate (rps) and a burst capacity ◦ Quota – Number of requests that can be made per day, week, or month ◦ API / Stages – The API and API stages that can be accessed
  7. Amazon EBS • EBS Snapshots price reduction by 47% •

    PIOPS ◦ EBS SSDs io1 volumes increased IOPS:GB ratio from 30:1 to 50:1 ◦ With a 100GB volume you get 5000 instead of 3000 IOPS ◦ Upper max is still 16GB and 20k IOPS
  8. IPv6 support for Amazon S3 • S3’s new “dual stack”

    endpoint that supports both IPv4 and IPv6 • http://bucket.s3.dualstack.aws-region.amazonaws.com • http://s3.dualstack.aws-region.amazonaws.com/bucket • Available for all S3 features except: Website Hosting, Amazon S3 Transfer Acceleration and access via BitTorrent.
  9. Announcing Application Load Balancer • Layer 7 Loadbalancer, only HTTP/HTTPS

    • Inspects packets, has access to HTTP(S) headers, and can do a more intelligent job of spreading the load out to the target • Support for WebSockets and HTTP/2 • Content-Based Routing - URI Path based routing • New Metrics ◦ Overall traffic (in GB) ◦ Number of active connections ◦ Connection rate per hour • New pricing model based on LCU, should be a net reduction for nearly everybody
  10. New ECS Features Integrated with ALB • Support for Container-Based

    Applications • Dynamic Ports and Path-based Routing IAM Roles for ECS Tasks • Instead of assigning IAM roles to ECS instances you can now assign them to tasks Service Auto Scaling • Autoscale the desired number of tasks
  11. ECS Networking Modes and Memory Reservation • Networking modes ◦

    Bridge ◦ Host ◦ None • Memory reservation ◦ A memory soft limit that is only enforced when free memory is unavailable
  12. EC2 Container Registry Region Expansion Five additional regions: • US

    West (N. California) • Asia Pacific (Singapore) • Asia Pacific (Sydney) • Asia Pacific (Tokyo) • EU (Frankfurt)
  13. Free Auto Scaling Group Metrics with Graphs • An enhanced

    console experience with new graphs that plot the behavior of group metrics: ◦ GroupMinSize ◦ GroupMaxSize ◦ GroupDesiredCapacity ◦ GroupInServiceInstances ◦ GroupPendingInstances ◦ GroupStandbyInstances ◦ GroupTerminatingInstances ◦ GroupTotalInstances • Now free of charge, no longer require detailed instance monitoring to be enabled
  14. AWS Elastic Beanstalk Supports ALB • New ALB now also

    for Beanstalk • Currently only CLIs, SDKs, and APIs, • Web console will come soon
  15. AWS Solution – Transit VPC • Sort of Cross Region

    VPC Peering • Based on a Hub and Spoke setup • Central VPC running Cisco Cloud Services Router (CSR) 1000V from the AWS Marketplace
  16. AWS Route 53 updates • Name Authority Pointer (NAPTR) resource

    record sets ◦ Used by Dynamic Delegation Discovery System (DDDS) applications ◦ E.g. convert phone numbers into SIP URIs • DNS Query Test Tool ◦ Simulate DNS queries against resource records ◦ Useful for Geo- or Latency bases setups ◦ Specify client IP and test what response you would receive
  17. Query String Whitelisting for Amazon CloudFront • More fine graded

    control about the cache key • Instead of all or nothing you can now specify which HTTP query parameters are used as the cache key • Higher cache-hit ratios and a reduced load on the origin by actively avoiding certain parameters, like session ID
  18. SQS CloudWatch metric - age of the oldest message •

    ApproximateAgeOfOldestMessage - age of the oldest non-deleted message in the queue • Useful when applications have time-sensitive messages and developers need to ensure that messages are processed within a specific time period