1 / 22

Anil Erduran – EMEA Microsoft Partner Solutions Architect anerdura@amazon

Anil Erduran – EMEA Microsoft Partner Solutions Architect anerdura@amazon.com. Getting Started with Serverless Computing. Mobile. AI. Marketplace. Mgmt. Tools. Analytics. Dev Tools. IoT. Enterprise Applications. Monitoring. Query Large Data Sets. Business Applications.

mpeele
Télécharger la présentation

Anil Erduran – EMEA Microsoft Partner Solutions Architect anerdura@amazon

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Anil Erduran – EMEA Microsoft Partner Solutions Architect anerdura@amazon.com Getting Started with Serverless Computing

  2. Mobile AI Marketplace Mgmt. Tools Analytics Dev Tools IoT Enterprise Applications Monitoring Query Large Data Sets Business Applications The AWS Platform Deep L. Camera Defender Document Sharing Auditing Elasticsearch DevOps Tools Transcribe Translate Management Email & Calendaring Service Catalog Business Analytics Business Intelligence Managed Models Analytics VR Hosted Desktops Server Management Hadoop/Spark Build, Test, Monitor Apps Video Security Rules Engine VR/AR Application Streaming Voice & Text Chatbots Configuration Tracking Real-time Data Streaming Private Git Repositories Push Notifications Local Compute and Sync Networking Backup Game Development Machine Learning Optimization Orchestration Workflows Continuous Delivery Build, Deploy, Manage APIs Device Shadows Database & Storage Media Store/Convert Text-to-Speech. NLP 3D Game Engine SaaS Subscriptions Resource Templates Managed Search Build, Test, and Debug Device Testing Device Gateway Live Image Analysis Registry Multi-player Backends Operating Systems Automation Managed ETL Deployment Identity Account Support Support Migration Application Discovery Application Migration Data Migration Database Migration Server Migration Managed Services Hybrid Data Integration Integrated Networking Identity Federation Resource Management VMware on AWS Devices & Edge Systems Professional Services Application Services Transcoding Step Functions Messaging Partner Ecosystem Identity & Access Key Storage & Management Active Directory DDoS Protection Application Analysis Certificate Management Web App. Firewall Security Threat detection Training & Certification Graph Aurora MySQL PostgreSQL Oracle SQL Server MariaDB Data Warehousing NoSQL Database Solution Architects Object Storage Archive Exabyte-scale Data Transport Block Storage Managed File Storage Select Storage Account Management Virtual Machines Simple Servers Web Applications Auto Scaling Batch Containers Event-driven Computing Compute Bare-Metal Security & Pricing Reports Isolated Resources Dedicated Connections Global CDN Load Balancing Scalable DNS Networking Technical Acct. Management Regions Availability Zones Points of Presence Infrastructure

  3. AWS Tools for Windows AWS Toolkit for Visual Studio Visual Studio AWS SDK for .NET NuGet AWS Tools for PowerShell PowerShell AWS CLI Command line AWS Tools for VSTS Visual Studio Team Services

  4. AWS .NET SDK AWS SDK for .NET Other 100+ Services Amazon EC2 AWS Elastic Beanstalk AmazonS3 AmazonDynamoDB

  5. AWS SDK for .NET

  6. AWS Toolkit for Visual Studio 2017

  7. AWS Toolkit for Visual Studio • See your AWS resources • Launch VMs, databases, create DynamoDB tables, more • ASP.NET and Lambda deployment wizards • Scan DynamoDB tables • Test your Lambda functions • Manage CloudFormation stacks • More!

  8. Lots of sample project templates in the New Project wizard. AWS Toolkit for Visual Studio

  9. AWS Toolkit for Visual Studio

  10. “There is no server better than no server” – Werner Vogels, CTO Amazon

  11. Let’s take a look at the evolution of computing Physical Serversin Datacenters Virtual Serversin Datacenters Virtual Serversin the Cloud a

  12. Each progressive step was better Physical Serversin Datacenters Virtual Serversin Datacenters Virtual Serversin the Cloud • Higher utilization • Faster provisioning speed • Improved uptime • Disaster recovery • Hardware independence • Trade CAPEX for OPEX • More scale • Elastic resources • Faster speed and agility • Reduced maintenance • Better availability and fault tolerance • Better Automation a

  13. But there are still limitations Physical Serversin Datacenters Virtual Serversin Datacenters Virtual Serversin the Cloud • Higher utilization • Faster provisioning speed • Improved uptime • Disaster recovery • Hardware independence • Trade CAPEX for OPEX • More scale • Elastic resources • Faster speed and agility • Reduced maintenance • Better availability and fault tolerance • Better Automation • Still need to administer virtual servers • Still need to manage capacity and utilization • Still need to size workloads • Still need to manage availability, fault tolerance • Still expensive to run intermittent jobs a

  14. What isserverless? Build and run applicationswithout thinking about servers

  15. AWS Lambda: Run code in response to events { EVENTSOURCE FUNCTION 2 + 2 = 4 Changes in data state NodeJS Python Java C# Requests to endpoints Changes in resource state

  16. Example event sources that trigger AWS Lambda DATA STORES ENDPOINTS AWS Step Functions AWS IoT Amazon S3 Amazon DynamoDB Amazon Kinesis AmazonAlexa CONFIGURATION REPOSITORIES EVENT/MESSAGE SERVICES AWS CodeCommit AWS CloudFormation AWS CloudTrail AmazonSES Amazon Cognito AmazonAPI Gateway Amazon SNS Amazon CloudWatch Cron events … and a few more with more on the way!

  17. Benefits of Lambda No servers to provision or manage Scales with usage Never pay for idle Availability and fault tolerance built in

  18. Common Lambda Use Cases </> </> • Web Applications • Static websites • Complex web apps • Packages for Flask and Express • Amazon Alexa • Powering voice-enabled apps • Alexa Skills Kit • Autonomous IT • Policy engines • Extending AWS services • Infrastructure management • Backends • Apps & services • Mobile • IoT • Data Processing • Real time • MapReduce • Batch • Chatbots • Powering chatbot logic

  19. Services for Building Serverless Applications Serverless Compute and API Proxy Amazon S3 Amazon API Gateway AWS Lambda AmazonDynamoDB Amazon Kinesis Database, Storage, State Management, Analytics, Messaging & Queues Amazon SQS Amazon SNS AWS X-Ray Developer Tools AWS SAM AWS CodeBuild AWS CodePipeline Third-Party Tools AWS Step Functions Open Source

  20. Why serverless with .NET? Before… Mobile apps root volume Websites security group data volume Auto Scaling group Internet Services Load Balancer AmazonRoute 53 MS SQL Amazon RDS alarm Amazon CloudWatch

  21. After… CloudFront Mobile apps Amazon S3 Static content Websites Internet Services AWS Lambda Amazon API Gateway AmazonRoute 53 MS SQL Amazon RDS Amazon CloudWatch

  22. More Resources • Windows and .NET Developer Centeraws.amazon.com/net/ • AWS .NET Developer Blogaws.amazon.com/blogs/developer/category/programing-language/dot-net/ • AWS Extensions for dotnet CLIgithub.com/aws/aws-extensions-for-dotnet-cli

More Related