AWS Certified Advanced Networking - Specialty Exam

Total Page:16

File Type:pdf, Size:1020Kb

AWS Certified Advanced Networking - Specialty Exam N E T 3 0 9 Optimizing for performance in Amazon CloudFront: Every millisecond counts! Chris O’Brien Tino Tran Karthik Uthaman Sr. Engineering Manager Principal SA Sr. Software Engineer Tinder AWS AWS © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon CloudFront 210 Points of presence (PoP) 11 Regional Edge Caches Private global network 50% Growth YoY 34 Countries and 77 Cities Optimized network Optimized servers Why does performance matter? Content acceleration with Amazon CloudFront Whole site delivery API acceleration Programmable CDN Static Content Video streaming Game/App Downloads © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. What is Tinder? Tinder – How it works Create Profile • Bio • Location • Discovery Settings • Photos See it in action Example use case: Login • Multiple HTTPS API calls • TLS Handshake for every single call • The farther the distance, the higher the latency of the API call © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Technical architecture Client Network Backend (iOS, Android, Infrastructure Web) HTTPS communication TLS Handshake! Client Backend (iOS, Android, Infrastructure Web) TLS handshake CLIENT SERVER TLS handshake latency before Amazon CloudFront How can we reduce TLS Handshake Latency? © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon CloudFront 210 Points of presence (PoP) 11 Regional Edge Caches Private global network 50% Growth YoY 34 Countries and 77 Cities Optimized network Optimized servers Amazon CloudFront to the rescue: Really? Isn’t Amazon CloudFront just for serving static content as a CDN? How can Amazon CloudFront help reduce TLS handshake latency? • Terminate TLS handshake geographically closer to the end user at the PoP • Reuse connections from the PoP to the origin • Use optimized AWS global network to communicate from the PoP to the origin instead of communication happening over the slow internet © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Where do we start? AWS Cloud Instance AWS Elastic Load Balancing Instance Internet Instance Where do we need to end up? AWS Cloud Region Instance Internet Amazon CloudFront AWS Elastic Load Instance Balancing Instance Test case Choosing location to test: where to start? Criteria: • Enough active users to have a conclusive result • Balanced distribution of iOS, Android, and web users • Location should be as far as possible from US-EAST-1 for greatest improvement Traffic routing to Amazon CloudFront • How can we route partial traffic slowly to Amazon CloudFront? • How can we rollback if Amazon CloudFront has issues or if CloudFront increases latency? Amazon Route53 traffic policies Amazon Route 53 Amazon Route53 traffic policies Routing Policy: • Geography-based • Weight-based Amazon Route53 traffic policies Failover policy: During the Indonesia test • Verified & tested configuration in staging environments • Routed partial traffic from Indonesia to CloudFront (25%) • Noticed a few errors with headers in web client • Rolled back easily with Amazon Route53 traffic policy • Completed deployment in just 20 days TLS handshake latency results: Indonesia Without Amazon Amazon CloudFront CloudFront ~87% Reduction TLS handshake latency results: Indonesia Impact on the User Experience: • App Login became 45% faster. • Loading of profiles became 40% faster. • Image and Video uploads became 30% faster. • Other APIs saw an improvement of around 40-60% depending on payload size. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. TLS handshake latency before CloudFront TLS handshake latency with CloudFront Impact on Tinder app globally More active users than before • Users going away because of slower experienced returned to the app • Profiles loaded ~20% faster • Image uploads grew by ~15% • Total swipers increased by ~3% • Overall browsing on the app was faster Recap • Amazon CloudFront optimizes dynamic workloads • Implementing Amazon CloudFront is simple and fast • Tinder’s API performance improved by 30 - 45% © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Amazon CloudFront Global Network Why leverage AWS backbone network? Performance All commercial Region-to-Region traffic traverses the backbone except China How does AWS connect to the internet? AWS Regional Points of Presence (PoP) Transit Centers PoP network connectivity Extends the AWS global network Increased network scaling Optimal interconnection PeeringDB: • 100+ Facilities • 170 Internet exchanges Internet Private Exchange Peering © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Intelligent routing d1886tp5fhflpy.cloudfront.net? Amazon CloudFront DNS Performance POP Health Server Capacity Network Capacity TCP congestion control TCP BBR – Bottleneck Bandwidth and Round trip time • Responds to actual congestion, not packet loss • Measures RTT and bandwidth • Probes for changes in bandwidth • Saturates the bottleneck limit TCP BBR - Results Read our blog post: https://tinyurl.com/CF-BBR-RESULT TLS - Encryption in transit “There’s so much security built into cloud computing platforms today, for us, it’s our No. 1 priority—it’s not even close, relative to anything else.” - Andy Jassy TLS performance Server Server 1 RTT 2 RTT © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Server-side optimizations • Optimizing dynamic content delivery • Optimizing for media • Reducing origin load Amazon CloudFront DNS Caching is hard Layers and layers of cache POP Server-1 Server-n L1 Cache L1 Cache L2 Cache L2 Cache L3 L3 Dynamic content acceleration Cache Server • TLS Termination at the edge, improves overall latency • Skip the cache layers L1 • Use persistent connections to origins L1 Cache L2 Cache L3 Persistent connections to origins • Reusing connections improve latency • Persistent connections provide better throughput Max. Receiver Capacity Congestion Avoidance Slow start Tinder without Amazon CloudFront > 500 ms When Tinder met Amazon CloudFront Optimizing media workload • CloudFront delivered some of the largest media events in 2019 Media delivery - Challenge Flash crowd – Fan ’em out Object RPS/BPSx grumpycat.mpeg 1000 mbps Layer-1 Cache Layer-1 Cache Layer-1 Cache Server Load Server-1 0.55 Server-1 0.95 Server-2 0.57 Layer-2 Cache Layer-2 Cache Layer-2 Cache Server-2 0.57 Server-3 0.46 Server-3 0.46 L3 L3 L3 Flash crowd – Collapse ’em Layer-1 Cache Layer-1 Cache Layer-1 Cache Layer-2 Cache Layer-2 Cache Layer-2 Cache L3 L3 L3 Flash crowd – Cache ‘em everywhere Object RPS/BPSx grumpycat.mpeg 1000 mbps Layer-1 Cache Layer-1 Cache Layer-1 Cache Layer-2 Cache Layer-2 Cache Layer-2 Cache L3 L3 L3 Reducing origin load • 210 POPs • Customer’s origin started seeing more load Reducing Miss latency – P90 Reducing origin traffic Recap • Amazon CloudFront is a global network, growing 50% YoY • Amazon CloudFront is easy to deploy and manage • AWS managed backbone network provides reliable performance • Amazon CloudFront is always optimizing the infrastructure and service Every Millisecond Counts Related breakouts NET310 - Building serverless micro frontends at the edge NET313 - Maintaining security and availability on the unpredictable internet Learn networking with AWS Training and Certification Resources created by the experts at AWS to help you build and validate networking skills Free digital courses cover topics related to networking and content delivery, including Introduction to Amazon CloudFront and Introduction to Amazon VPC Validate expertise with the AWS Certified Advanced Networking - Specialty exam Visit aws.amazon.com/training/paths-specialty © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. Thank you! Chris O’Brien Tino Tran Karthik Uthaman [email protected] [email protected] [email protected] © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved. TINDER®, SWIPE®, SUPER LIKE™, REWIND™, the IT’S A MATCH!™ screen, and the Flame Logo are the exclusive trademarks of Match Group, LLC. Presentation © 2019 Match Group, LLC © 2019, Amazon Web Services, Inc. or its affiliates. All rights reserved..
Recommended publications
  • Timeline 1994 July Company Incorporated 1995 July Amazon
    Timeline 1994 July Company Incorporated 1995 July Amazon.com Sells First Book, “Fluid Concepts & Creative Analogies: Computer Models of the Fundamental Mechanisms of Thought” 1996 July Launches Amazon.com Associates Program 1997 May Announces IPO, Begins Trading on NASDAQ Under “AMZN” September Introduces 1-ClickTM Shopping November Opens Fulfillment Center in New Castle, Delaware 1998 February Launches Amazon.com Advantage Program April Acquires Internet Movie Database June Opens Music Store October Launches First International Sites, Amazon.co.uk (UK) and Amazon.de (Germany) November Opens DVD/Video Store 1999 January Opens Fulfillment Center in Fernley, Nevada March Launches Amazon.com Auctions April Opens Fulfillment Center in Coffeyville, Kansas May Opens Fulfillment Centers in Campbellsville and Lexington, Kentucky June Acquires Alexa Internet July Opens Consumer Electronics, and Toys & Games Stores September Launches zShops October Opens Customer Service Center in Tacoma, Washington Acquires Tool Crib of the North’s Online and Catalog Sales Division November Opens Home Improvement, Software, Video Games and Gift Ideas Stores December Jeff Bezos Named TIME Magazine “Person Of The Year” 2000 January Opens Customer Service Center in Huntington, West Virginia May Opens Kitchen Store August Announces Toys “R” Us Alliance Launches Amazon.fr (France) October Opens Camera & Photo Store November Launches Amazon.co.jp (Japan) Launches Marketplace Introduces First Free Super Saver Shipping Offer (Orders Over $100) 2001 April Announces Borders Group Alliance August Introduces In-Store Pick Up September Announces Target Stores Alliance October Introduces Look Inside The BookTM 2002 June Launches Amazon.ca (Canada) July Launches Amazon Web Services August Lowers Free Super Saver Shipping Threshold to $25 September Opens Office Products Store November Opens Apparel & Accessories Store 2003 April Announces National Basketball Association Alliance June Launches Amazon Services, Inc.
    [Show full text]
  • Implementación De Los Algoritmos De Factorización 201
    Universidad Complutense de Madrid Facultad de Informática Sistemas Informáticos 2010/2011 RSA@Cloud Criptoanálisis eficiente en la Nube Autores: Directores de proyecto: Alberto Megía Negrillo José Luis Vázquez-Poletti Antonio Molinera Lamas Ignacio Martin Llorente José Antonio Rueda Sánchez Dpto. Arquitectura de Computadores Página 0 Facultad de Informática UCM RSA@Cloud Sistemas Informáticos – FDI Se autoriza a la Universidad Complutense a difundir y utilizar con fines académicos, no comerciales y mencionando expresamente a sus autores, tanto la propia memoria, como el código, la documentación y/o el prototipo desarrollado. Alberto Megía Negrillo Antonio Molinera Lamas José Antonio Rueda Sánchez Página 1 Facultad de Informática UCM RSA@Cloud Sistemas Informáticos – FDI Página 2 Facultad de Informática UCM RSA@Cloud Sistemas Informáticos – FDI Agradecimientos Un trabajo como este no habría sido posible sin la cooperación de mucha gente. En primer lugar queremos agradecérselo a nuestras familias que tanto han confiado y nos han dado. A nuestros directores José Luis Vázquez-Poletti e Ignacio Martín Llorente, por conseguir llevar adelante este proyecto. Por último, a todas y cada una de las personas que forman parte de la Facultad de Informática de la Universidad Complutense de Madrid, nuestro hogar durante estos años. Página 3 Facultad de Informática UCM RSA@Cloud Sistemas Informáticos – FDI Página 4 Facultad de Informática UCM RSA@Cloud Sistemas Informáticos – FDI Resumen En el presente documento se describe un sistema que aprovecha las virtudes de la computación Cloud y el paralelismo para la factorización de números grandes, base de la seguridad del criptosistema RSA, mediante el empleo de diferentes algoritmos matemáticos como la división por tentativa y criba cuadrática.
    [Show full text]
  • Liberty Mutual Exhibit 1015
    TIMELINE 2012 July Introduces GameCircle Introduces Game Connect Opens Portal for International Mobile App Distribution June Amazon Publishing Acquires Avalon Books May Amazon Studios to Develop Original Comedy and Children’s Series for Amazon Instant Video April Announces First Quarter Sales up 34% to $13.18 Billion Introduces AmazonSupply Amazon Web Services Introduces AWS Marketplace Introduces eBooks Kindle en Español March Acquires Kiva Systems, Inc. February Launches Sports Collectibles Store January Announces Fourth Quarter Sales up 35% to $17.43 Billion Amazon Web Services Launches Amazon DynamoDB 2011 December Amazon Web Services Launches Brazil Datacenters for Its Cloud Computing Platform Introduces KDP Select Amazon Publishing to Acquire Marshall Cavendish US Children’s Books Titles Page 000001 November Introduces The Kindle Owners’ Lending Library October Announces Third Quarter Sales up 44% to $10.88 Billion September Introduces Amazon Silk Introduces Kindle Fire, Kindle Touch and Kindle Touch 3G Kindle Books Available at Thousands of Local Libraries August Amazon Web Services Announces Global Rollout of Amazon Virtual Private Cloud (Amazon VPC) Introduces Kindle Cloud Reader July Announces Second Quarter Sales up 51% to $9.91 Billion Endless.com Announces International Shipping to over 50 Countries Worldwide AT&T to Sponsor Kindle 3G June Launches AmazonLocal John Locke Becomes First Independently Published Author to Join the "Kindle Million Club" May Announces MYHABIT.COM Amazon.com Now Selling More Kindle Books Than Print
    [Show full text]
  • How Can Startups Make Use of Cloud Services
    California State University, San Bernardino CSUSB ScholarWorks Electronic Theses, Projects, and Dissertations Office of aduateGr Studies 4-2021 How can startups make use of cloud services Gauri Nade Gauri Nade California State University - San Bernardino Follow this and additional works at: https://scholarworks.lib.csusb.edu/etd Part of the Educational Technology Commons Recommended Citation Nade, Gauri and Nade, Gauri, "How can startups make use of cloud services" (2021). Electronic Theses, Projects, and Dissertations. 1262. https://scholarworks.lib.csusb.edu/etd/1262 This Thesis is brought to you for free and open access by the Office of aduateGr Studies at CSUSB ScholarWorks. It has been accepted for inclusion in Electronic Theses, Projects, and Dissertations by an authorized administrator of CSUSB ScholarWorks. For more information, please contact [email protected]. HOW CAN START UPS MAKE USE OF CLOUD SERVICES A Project Presented to the Faculty of California State University, San Bernardino In Partial Fulfillment of the Requirements for the Degree Master of Science in Information Systems and Technology by Gauri Rajendra Nade May 2021 HOW CAN START UPS MAKE USE OF CLOUD SERVICES A Project Presented to the Faculty of California State University, San Bernardino by Gauri Rajendra Nade May 2021 Approved by: Benjamin Becerra, PhD, Committee Chair Conrad Shayo, PhD, Reader Jay Varzandeh, PhD, Dept. Chair, Information & Decision Sciences © 2021 Gauri Rajendra Nade ABSTRACT The purpose of this project is to discuss the technical obstacles that small and medium-sized enterprises (SMEs) face, as well as how cloud computing can help to solve these issues. Cloud computing has the ability to radically change competitive environments by offering a new forum for generating and delivering business value and market development.
    [Show full text]
  • Amazon.Fr Conditions Générales De Vente Et Informations Légales – Le 22 Mai 2020
    Amazon.fr Conditions générales de vente et informations légales – le 22 mai 2020 Il s'agit d'une version antérieure de ce document, fournie à titre de référence. Vous pouvez trouver la version actuelle ici. Bienvenue sur Amazon.fr. Amazon Europe Core SARL, Amazon EU SARL et/ou leurs sociétés affiliées (« Amazon ») vous fournissent des fonctionnalités de site internet et d'autres produits et services quand vous visitez le site internet Amazon.fr (le « site internet »), effectuez des achats sur le site Internet, utilisez des appareils, produits et services d'Amazon, utilisez des applications Amazon pour mobile, utilisez des logiciels fournis par Amazon dans le cadre de tout ce qui précède (ensemble ci-après, les « Services Amazon »). Veuillez consulter notre Notice Protection de vos Informations Personnelles, notre Notice Cookies et notre Notice Annonces publicitaires basées sur vos centres d'intérêt pour comprendre comment nous collectons et traitons vos informations personnelles dans le cadre des Services Amazon. Amazon fournit les Services Amazon et vend des produits selon les conditions définies sur cette page. Amazon.fr est le nom commercial utilisé par Amazon. Conditions d'utilisation Conditions Générales de Vente CONDITIONS D'UTILISATION Merci de lire ces conditions attentivement avant d'utiliser les Services Amazon. En utilisant les Services Amazon, vous acceptez d'être soumis aux présentes conditions. Nous offrons un large panel de Services Amazon et il se peut que des conditions additionnelles s'appliquent. Quand vous utilisez un Service Amazon (par exemple, Votre Profil, les Chèques-Cadeaux ou les Applications Amazon pour mobile), vous êtes aussi soumis aux termes, lignes directrices et conditions applicables à ce Service Amazon (« Conditions du Service »).
    [Show full text]
  • Amazon Web Services: Overview of Security Processes May 2011
    Amazon Web Services Overview of Security Processes May 2011 Amazon Web Services: Overview of Security Processes May 2011 (Please consult http://aws.amazon.com/security for the latest version of this paper) 1 Amazon Web Services Overview of Security Processes May 2011 Amazon Web Services (AWS) delivers a scalable cloud computing platform with high availability and dependability, offering the flexibility to enable customers to build a wide range of applications. Helping to protect the confidentiality, integrity, and availability of our customers’ systems and data is of the utmost importance to AWS, as is maintaining customer trust and confidence. This document is intended to answer questions such as, “How does AWS help me protect my data?” Specifically, AWS physical and operational security processes are described for network and server infrastructure under AWS’ management, as well as service-specific security implementations. This document provides an overview of security as it pertains to the following areas relevant to AWS: Shared Responsibility Environment Control Environment Summary Secure Design Principles Backup Monitoring Information and Communication Employee Lifecycle Physical Security Environmental Safeguards Configuration Management Business Continuity Management Backups Fault Separation Amazon Account Security Features Network Security AWS Service Specific Security Amazon Elastic Compute Cloud (Amazon EC2) Security Amazon Virtual Private Cloud (Amazon VPC) Amazon Simple Storage Service (Amazon S3) Security Amazon SimpleDB Security Amazon Relational Database Service (Amazon RDS) Security Amazon Simple Queue Service (Amazon SQS) Security Amazon Simple Notification Service (SNS) Security Amazon CloudWatch Security Auto Scaling Security Amazon CloudFront Security Amazon Elastic MapReduce Security 2 Amazon Web Services Overview of Security Processes May 2011 Shared Responsibility Environment Moving IT infrastructure to AWS creates a shared responsibility model between the customer and AWS.
    [Show full text]
  • AWS Mobile Hub Developer Guide
    AWS Mobile Hub Developer Guide AWS Mobile Hub: Developer Guide Copyright © Amazon Web Services, Inc. and/or its affiliates. All rights reserved. AWS Mobile Hub Developer Guide Amazon's trademarks and trade dress may not be used in connection with any product or service that is not Amazon's, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits Amazon. All other trademarks not owned by Amazon are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by Amazon. AWS Mobile Hub Developer Guide Table of Contents ....................................................................................................................................................... iv Mobile and Web App Development ...................................................................................................... 1 Migrating to Amplify .................................................................................................................. 1 What is Amplify? ........................................................................................................................ 1 Reference .......................................................................................................................................... 2 SDK API References .................................................................................................................... 2 AWS Mobile Hub Reference .......................................................................................................
    [Show full text]
  • Amazon.Fr Conditions Générales De Vente – Le 5 Septembre 2012
    Amazon.fr Conditions générales de vente – le 5 septembre 2012 Il s'agit d'une version antérieure de ce document, fournie à titre de référence. Vous pouvez trouver la version actuelle ici. Procédure et formulaire de notification de violation de droits. Procédure et Formulaire de notification en vue de notifier un contenu injurieux ou diffamatoire. Article 1 : Préambule Les présentes conditions générales de vente s'appliquent de façon exclusive entre la société Amazon EU S.à.r.l., 5 rue Plaetis, L 2338 Luxembourg (ci-après « Nous ») et toute personne visitant ou effectuant un achat via le site www.amazon.fr à l'exclusion de Marketplace (ci-après « Vous »). Pour tout achat effectué auprès d'un tiers, merci de bien vouloir prendre connaissance des Conditions de participation Marketplace. Pour l'utilisation du service Amazon MP3, merci de bien vouloir prendre connaissance des Conditions d'utilisation du service de musique Amazon MP3. Tout internaute peut prendre connaissance des Conditions générales de vente sur le site www.amazon.fr (ci-après le « Site »). Ces Conditions générales de vente pouvant faire l'objet de modifications, les conditions applicables sont celles en vigueur sur le Site à la date de passation de votre commande. Article 2 : Contrat 2.1 Conditions pour effectuer une commande Vous déclarez être âgé d'au moins 18 ans et avoir la capacité juridique ou être titulaire d'une autorisation parentale vous permettant d'effectuer une commande sur le Site. Toute commande effectuée sur le Site doit correspondre aux besoins normaux d'un ménage. 2.2 Commande Après avoir passé votre commande, Nous Vous adressons un e-mail Vous confirmant celle-ci.
    [Show full text]
  • Comparing CDN Performance: Amazon Cloudfront's Last Mile
    50 Years of Growth, Innovation and Leadership Comparing CDN Performance: Amazon CloudFront’s Last Mile Testing Results A Frost & Sullivan White Paper Dan Rayburn, Principal, Digital Media Practice Sponsored by Amazon Web Services www.frost.com Frost & Sullivan Overview ................................................................................................................................. 3 Amazon CloudFront: The AWS CDN ................................................................................. 3 AWS’s Unique Approach to Content Delivery ................................................................... 4 How Customers Benefit from Amazon CloudFront Today ................................................ 5 PBS ........................................................................................................................................ 5 Twitpic ................................................................................................................................... 5 Selecting a CDN Based on Performance ............................................................................. 6 “Backbone” Testing ............................................................................................................. 6 “Last Mile” Testing .............................................................................................................. 7 Amazon CloudFront Performance: “Last Mile” Testing Using Compuware Gomez ................................................................. 7 1MB Object Results ............................................................................................................
    [Show full text]
  • Security Analysis of the Democracy Live Online Voting System
    Security Analysis of the Democracy Live Online Voting System Michael A. Specter J. Alex Halderman MIT University of Michigan [email protected] [email protected] Abstract One avenue for doing so is Democracy Live’s OmniBallot system, a web-based platform that can be used for blank ballot Democracy Live’s OmniBallot platform is a web-based delivery, ballot marking, and online voting. system for blank ballot delivery, ballot marking, and online OmniBallot has long been used to let voters print ballots voting. In early 2020, three states—Delaware, West Virginia, that will be returned through the mail, but in early 2020, for and New Jersey—announced that they would allow certain the first time, three states announced plans for large classes voters to cast votes online using OmniBallot, but, despite the of voters to use it to return their ballots online. New Jersey well established risks of Internet voting, the system has never recently made the online voting option available to voters before undergone a public, independent security review. with disabilities, calling the move “a pilot for if we need to We reverse engineered the client-side portion of Omni- use it more broadly in the future” [27]. West Virginia allows Ballot, as used in Delaware, in order to detail the system’s not only the disabled but also military voters and residents operation and analyze its security. We find that OmniBallot overseas to vote online using OmniBallot [39]. Most sig- uses a simplistic approach to Internet voting that is vulnerable nificantly, Delaware [24] offered OmniBallot online voting to vote manipulation by malware on the voter’s device and by during the presidential primary to all voters who were sick or insiders or other attackers who can compromise Democracy were self-quarantining or social distancing to avoid exposure Live, Amazon, Google, or Cloudflare.
    [Show full text]
  • Building Secure and Scalable Mobile Apps on AWS
    Building Secure and Scalable Mobile Apps on AWS Dennis Hills Mobile Developer Advocate, Amazon Web Services April 20, 2017 © 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Agenda v State of Mobile Apps v Serverless/Microservices (functions) v Overview of AWS Mobile Services v Artificial Intelligence v Build and test your Mobile App on AWS v Questions? Leading mobile apps run on AWS State of Mobile – but also challenges 18 Weeks Average time to build a mobile app 4 MM + Apps Published to global app stores that you need to compete with mindshare 25% Apps abandoned after first use The benefits of a serverless approach Save development time; Host logic shared across apps in the cloud Pay as you scale; Infrastructure costs proportional to your growth Focus on building features; minimize operations efforts Deliver a reliable app experience with high availability and low latency Evolution… Web/API Server TheTHE ANATOMY anatomy OF of “SERVERLESS” serverless Cloud storage Cloud identity Cloud logic and messaging “AWS has what we need, but…it’s complex” 1. Which services should I use? 2. How do I connect them? Example: SDK + Identity provider SDKs + Login screen & integration code = Mobile Backend User Push Content Analytics Identity Notifications Data, Media, Files Application Logic On-Device Testing AWS for Mobile App Development User AuthN and AuthZ Store and share media Amazon Cognito Amazon S3 Amazon IAM (access control) Run server-side logic Deliver media AWS Lambda Amazon CloudFront Amazon API Gateway Synchronize
    [Show full text]
  • Amazon Web Services
    Amazon Web Services Jamie Kinney Amazon Web Services [email protected] http://aws.amazon.com Introducing Amazon Web Services AWS provides flexible, scalable, secure, and cost-effective IT infrastructure for businesses of all sizes around the world. Compute power and storage is available to you on-demand, you …running on scalable, reliable, and secure pay only for the resources you infrastructure operated by Amazon Web Services, use… based on the knowledge gleaned from over a decade of building efficient and dependable infrastructure for Amazon.com. Amazon Web Services Your Custom Applications and Services Isolated Networks Monitoring Management Tools Amazon Virtual Private Amazon CloudWatch AWS Management Console AWS Toolkit for Eclipse Cloud Parallel Messaging Payments On-Demand Processing Content Delivery Amazon Simple Amazon Flexible Workforce Amazon Elastic Amazon CloudFront Queue Service Payments Service Amazon MapReduce (SQS) (FPS) Mechanical Turk Compute Storage Database Amazon RDS Amazon Elastic Compute Amazon Simple Storage Amazon SimpleDB Cloud (EC2) Service (S3) Amazon EC2 images for Oracle, -Elastic Load Balancing -AWS Import/Export SQL Server, DB2, Informix, -Auto Scaling MySQL AWS Global Reach AWS Regions US East (Northern Virginia) US West (Northern California) Europe (Dublin) Asia Pacific (Singapore) AWS CloudFront Locations Ashburn, VA / Dallas, TX / Los Angeles, CA / Miami, FL / Newark, NJ / Palo Alto, CA / Seattle, WA / St. Louis, MO / Amsterdam / Dublin / Frankfurt / London / Hong Kong / Tokyo/ Singapore Oracle Certification,
    [Show full text]