SlideShare a Scribd company logo
1 of 24
Download to read offline
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Yes, AWS is a Fantastic Environment
for .NET!
foreach (var svc in GetAWSServices())
runMyCodeOn(svc);
Andy Hopper, Solutions Architect
June 28th, 2018
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Where we’ve been, where we are, where we’re going
• A brief history lesson
• What are our options today?
• Demos!
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
The most experience running .NET in the Cloud
In 2008…
• Large Hadron Collider at CERN
powered up in Geneva
• .NET 2.0 released
• Windows support in EC2
announced
https://aws.amazon.com/about-aws/whats-
new/2008/10/23/amazon-ec2-running-
windows-server-now-available/
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Running .NET on EC2
The “Easy Button” for running .NET on AWS
• Deploy on .NET Core/Linux for cost-effective scale
• Deploy on Windows for legacy support
Support for EC2 Profiles
• Invoke SDK/CLI without hard-coded credentials
• Think: “Windows Integrated Authentication,” but for AWS
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Quick Starts
• Created by AWS Solution
Architects
• Reference implementations
• SharePoint 2016
• Lync Server 2013
• Exchange
• SQL Enterprise
• Active Directory
https://aws.amazon.com/quickstart
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS Toolkit for Visual Studio
AWS Explorer
• Browse your AWS Environment from within Visual Studio
Project Templates
• Lambda
• Elastic Beanstalk
• Serverless Apps
Deployment support
• Elastic Beanstalk
• CloudFormation
https://aws.amazon.com/visualstudio/
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Demo Time!
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Elastic Beanstalk
The easiest way to build a scalable, fault-tolerant
ASP.NET app
Windows 2008R2 to Windows 2016
Support for both .NET Framework and Core
• v1.0, v1.1
• v2, v3, v3.5
• v4.5, v4.6, v4.7
• Core v1.0, v2.0, v2.1
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_NET.html
New!
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Another Demo
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS .NET SDK Support
NuGet Packages for most services
Heirarchical; take only the dependencies you need
• AWSSDK.Core
• AWSSDK.SecurityToken
• AWSSDK.CognitoIdentity
• AWSSDK.S3
• AWSSDK.DynamoDB
• …
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Yet more demos!
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Elastic Container Service
Run Windows Containers on ECS
• Windows 2016
Reference Architecture: Migrate ASP.NET to ECS
https://github.com/aws-samples/aws-ecs-windows-
aspnet
No Fargate/EKS support (yet)
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Lambda
Supports C#/.NET Core 2.0
• 2.0 Currently Supported
• 2.1 (LTS) On Roadmap
• Support for Beanstalk Announced 6/25
• Lambda support coming soon
• Support in VS as a Project Template
• “dotnet lambda” extension
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
But wait, there’s more Lambda!
Leverage the .NET SDK to write Lambdas to handle
events triggered by AWS Services!
• API Gateway (Serverless Applications)
• S3
• Kinesis
• IoT
• CloudWatch
• SQS New!
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
You know what this presentation needs??
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
CodeStar
Full lifecycle support in your AWS
environment
• CodeCommit
• Cloud9 IDE
• CodePipeline
• CodeBuild
• CodeDeploy
• CloudWatch
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Seriously, you can never have enough demos.
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
AWS PowerShell Module
Supports Windows, MacOS, Linux
• Install-Module AWSPowerShell #Windows
• Install-Module AWSPowerShell.NetCore #Mac/Linux
The flexibility of objects, the power of the .NET CLR
• Get-S3Bucket | where {$_.Name –match "Analytics"}
https://docs.aws.amazon.com/powershell/latest/userguide/pstools
-welcome.html
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
A demo once bit my sister…
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Xamarin
AWS Mobile SDK For .NET and Xamarin
• https://docs.aws.amazon.com/mobile/sdkforxamarin/developerguide
Example code for common use cases
• Access DynamoDB
• Fetch S3 Objects
• Track usage with Mobile Analytics
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Mind you, demo bites can be pretty nasty…
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
CodeBuild Support for .NET Framework
Containerized build platform
• Fully managed
• Select your build image
• Supply build instructions
Windows containers now supported!
• Supports build environments for .NET Framework as
well as .NET Core
https://aws.amazon.com/blogs/devops/extending-aws-codebuild-
with-custom-build-environments-for-the-net-framework/
New!
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
One last demo for the road!
©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved.
Thank you!

More Related Content

What's hot

What's hot (20)

Birds of a Feather: Containers and Open Source at AWS - CON205 - re:Invent 2017
Birds of a Feather: Containers and Open Source at AWS - CON205 - re:Invent 2017Birds of a Feather: Containers and Open Source at AWS - CON205 - re:Invent 2017
Birds of a Feather: Containers and Open Source at AWS - CON205 - re:Invent 2017
 
Getting Started with Amazon ECS: Run Docker Containers on AWS
Getting Started with Amazon ECS: Run Docker Containers on AWSGetting Started with Amazon ECS: Run Docker Containers on AWS
Getting Started with Amazon ECS: Run Docker Containers on AWS
 
Kubernetes on AWS
Kubernetes on AWSKubernetes on AWS
Kubernetes on AWS
 
Introduction to EKS (AWS User Group Slovakia)
Introduction to EKS (AWS User Group Slovakia)Introduction to EKS (AWS User Group Slovakia)
Introduction to EKS (AWS User Group Slovakia)
 
AWS Glacier Tutorial | Edureka
AWS Glacier Tutorial | EdurekaAWS Glacier Tutorial | Edureka
AWS Glacier Tutorial | Edureka
 
A real-life account of moving 100% to a public cloud
A real-life account of moving 100% to a public cloudA real-life account of moving 100% to a public cloud
A real-life account of moving 100% to a public cloud
 
CON213_Hands-on Kubernetes on AWS
CON213_Hands-on Kubernetes on AWSCON213_Hands-on Kubernetes on AWS
CON213_Hands-on Kubernetes on AWS
 
Serverless DevOps to the Rescue
Serverless DevOps to the RescueServerless DevOps to the Rescue
Serverless DevOps to the Rescue
 
AWS로 돌아온 Cloud9, 클라우드 IDE 활용법 - 트랙2, Community Day 2018 re:Invent 특집
AWS로 돌아온 Cloud9, 클라우드 IDE 활용법 - 트랙2, Community Day 2018 re:Invent 특집AWS로 돌아온 Cloud9, 클라우드 IDE 활용법 - 트랙2, Community Day 2018 re:Invent 특집
AWS로 돌아온 Cloud9, 클라우드 IDE 활용법 - 트랙2, Community Day 2018 re:Invent 특집
 
The Serverless Tidal Wave - SwampUP 2018 Keynote
The Serverless Tidal Wave - SwampUP 2018 KeynoteThe Serverless Tidal Wave - SwampUP 2018 Keynote
The Serverless Tidal Wave - SwampUP 2018 Keynote
 
Device Testing with AWS Device Farm
Device Testing with AWS Device FarmDevice Testing with AWS Device Farm
Device Testing with AWS Device Farm
 
K8s on AWS - Introducing Amazon EKS
K8s on AWS - Introducing Amazon EKSK8s on AWS - Introducing Amazon EKS
K8s on AWS - Introducing Amazon EKS
 
Moving Viadeo to AWS (2015)
Moving Viadeo to AWS (2015)Moving Viadeo to AWS (2015)
Moving Viadeo to AWS (2015)
 
You Don’t Need A Mobile App! Responsive Web Apps Using AWS
You Don’t Need A Mobile App! Responsive Web Apps Using AWSYou Don’t Need A Mobile App! Responsive Web Apps Using AWS
You Don’t Need A Mobile App! Responsive Web Apps Using AWS
 
STG307_Deep Dive on Amazon Elastic File System (Amazon EFS)
STG307_Deep Dive on Amazon Elastic File System (Amazon EFS)STG307_Deep Dive on Amazon Elastic File System (Amazon EFS)
STG307_Deep Dive on Amazon Elastic File System (Amazon EFS)
 
Amplify console
Amplify consoleAmplify console
Amplify console
 
Serverless - State Of the Union
Serverless - State Of the UnionServerless - State Of the Union
Serverless - State Of the Union
 
Getting Started with Kubernetes on AWS
Getting Started with Kubernetes on AWSGetting Started with Kubernetes on AWS
Getting Started with Kubernetes on AWS
 
AWS EKS: Amazon Manages Kubernetes
AWS EKS: Amazon Manages KubernetesAWS EKS: Amazon Manages Kubernetes
AWS EKS: Amazon Manages Kubernetes
 
Deep Learning for Developers (Advanced Workshop)
Deep Learning for Developers (Advanced Workshop)Deep Learning for Developers (Advanced Workshop)
Deep Learning for Developers (Advanced Workshop)
 

Similar to Yes, AWS *is* a Fantastic Environment for .NET!

Similar to Yes, AWS *is* a Fantastic Environment for .NET! (20)

GPSBUS220-Refactor and Replatform .NET Apps to Use the Latest Microsoft SQL S...
GPSBUS220-Refactor and Replatform .NET Apps to Use the Latest Microsoft SQL S...GPSBUS220-Refactor and Replatform .NET Apps to Use the Latest Microsoft SQL S...
GPSBUS220-Refactor and Replatform .NET Apps to Use the Latest Microsoft SQL S...
 
Building Web Apps on AWS
Building Web Apps on AWSBuilding Web Apps on AWS
Building Web Apps on AWS
 
Leo Zhadanovsky - Building Web Apps with AWS CodeStar and AWS Elastic Beansta...
Leo Zhadanovsky - Building Web Apps with AWS CodeStar and AWS Elastic Beansta...Leo Zhadanovsky - Building Web Apps with AWS CodeStar and AWS Elastic Beansta...
Leo Zhadanovsky - Building Web Apps with AWS CodeStar and AWS Elastic Beansta...
 
Authentication and Identity with Amazon Cognito & Analytics with Amazon Pinpoint
Authentication and Identity with Amazon Cognito & Analytics with Amazon PinpointAuthentication and Identity with Amazon Cognito & Analytics with Amazon Pinpoint
Authentication and Identity with Amazon Cognito & Analytics with Amazon Pinpoint
 
CON319_Interstella GTC CICD for Containers on AWS
CON319_Interstella GTC CICD for Containers on AWSCON319_Interstella GTC CICD for Containers on AWS
CON319_Interstella GTC CICD for Containers on AWS
 
Build a Java Spring Application on Amazon ECS - CON332 - re:Invent 2017
Build a Java Spring Application on Amazon ECS - CON332 - re:Invent 2017Build a Java Spring Application on Amazon ECS - CON332 - re:Invent 2017
Build a Java Spring Application on Amazon ECS - CON332 - re:Invent 2017
 
ARC205_Born in the Cloud
ARC205_Born in the CloudARC205_Born in the Cloud
ARC205_Born in the Cloud
 
CON203_Driving Innovation with Containers
CON203_Driving Innovation with ContainersCON203_Driving Innovation with Containers
CON203_Driving Innovation with Containers
 
Driving Innovation with Containers - CON203 - re:Invent 2017
Driving Innovation with Containers - CON203 - re:Invent 2017Driving Innovation with Containers - CON203 - re:Invent 2017
Driving Innovation with Containers - CON203 - re:Invent 2017
 
Building with Containers on AWS
Building with Containers on AWSBuilding with Containers on AWS
Building with Containers on AWS
 
Building .NET-based Serverless Architectures and Running .NET Core Microservi...
Building .NET-based Serverless Architectures and Running .NET Core Microservi...Building .NET-based Serverless Architectures and Running .NET Core Microservi...
Building .NET-based Serverless Architectures and Running .NET Core Microservi...
 
Amazon ECS Deep Dive
Amazon ECS Deep DiveAmazon ECS Deep Dive
Amazon ECS Deep Dive
 
Amazon Amazon Elastic Container Service (Amazon ECS)
Amazon Amazon Elastic Container Service (Amazon ECS)Amazon Amazon Elastic Container Service (Amazon ECS)
Amazon Amazon Elastic Container Service (Amazon ECS)
 
Stack Mastery: Create and Optimize Advanced AWS CloudFormation Templates - DE...
Stack Mastery: Create and Optimize Advanced AWS CloudFormation Templates - DE...Stack Mastery: Create and Optimize Advanced AWS CloudFormation Templates - DE...
Stack Mastery: Create and Optimize Advanced AWS CloudFormation Templates - DE...
 
Move Your .NET Apps to AWS Without Betting the House - WIN303 - re:Invent 2017
Move Your .NET Apps to AWS Without Betting the House - WIN303 - re:Invent 2017Move Your .NET Apps to AWS Without Betting the House - WIN303 - re:Invent 2017
Move Your .NET Apps to AWS Without Betting the House - WIN303 - re:Invent 2017
 
透過最新的 AWS 服務在 2019 年為您的業務轉型 (Level 200)
透過最新的 AWS 服務在 2019 年為您的業務轉型 (Level 200)透過最新的 AWS 服務在 2019 年為您的業務轉型 (Level 200)
透過最新的 AWS 服務在 2019 年為您的業務轉型 (Level 200)
 
AWS 容器服務入門實務
AWS 容器服務入門實務AWS 容器服務入門實務
AWS 容器服務入門實務
 
DEV207_Deploying and Managing Ruby Applications on AWS
DEV207_Deploying and Managing Ruby Applications on AWSDEV207_Deploying and Managing Ruby Applications on AWS
DEV207_Deploying and Managing Ruby Applications on AWS
 
Developing applications on AWS with .NET core - AWS Cape Town Summit 2018
Developing applications on AWS with .NET core - AWS Cape Town Summit 2018Developing applications on AWS with .NET core - AWS Cape Town Summit 2018
Developing applications on AWS with .NET core - AWS Cape Town Summit 2018
 
DEV326_DevOps Essentials An Introductory Workshop on CICD Practices
DEV326_DevOps Essentials An Introductory Workshop on CICD PracticesDEV326_DevOps Essentials An Introductory Workshop on CICD Practices
DEV326_DevOps Essentials An Introductory Workshop on CICD Practices
 

Recently uploaded

+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...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
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
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
+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...
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Yes, AWS *is* a Fantastic Environment for .NET!

  • 1. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Yes, AWS is a Fantastic Environment for .NET! foreach (var svc in GetAWSServices()) runMyCodeOn(svc); Andy Hopper, Solutions Architect June 28th, 2018
  • 2. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Where we’ve been, where we are, where we’re going • A brief history lesson • What are our options today? • Demos!
  • 3. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. The most experience running .NET in the Cloud In 2008… • Large Hadron Collider at CERN powered up in Geneva • .NET 2.0 released • Windows support in EC2 announced https://aws.amazon.com/about-aws/whats- new/2008/10/23/amazon-ec2-running- windows-server-now-available/
  • 4. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Running .NET on EC2 The “Easy Button” for running .NET on AWS • Deploy on .NET Core/Linux for cost-effective scale • Deploy on Windows for legacy support Support for EC2 Profiles • Invoke SDK/CLI without hard-coded credentials • Think: “Windows Integrated Authentication,” but for AWS
  • 5. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Quick Starts • Created by AWS Solution Architects • Reference implementations • SharePoint 2016 • Lync Server 2013 • Exchange • SQL Enterprise • Active Directory https://aws.amazon.com/quickstart
  • 6. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS Toolkit for Visual Studio AWS Explorer • Browse your AWS Environment from within Visual Studio Project Templates • Lambda • Elastic Beanstalk • Serverless Apps Deployment support • Elastic Beanstalk • CloudFormation https://aws.amazon.com/visualstudio/
  • 7. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Demo Time!
  • 8. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Elastic Beanstalk The easiest way to build a scalable, fault-tolerant ASP.NET app Windows 2008R2 to Windows 2016 Support for both .NET Framework and Core • v1.0, v1.1 • v2, v3, v3.5 • v4.5, v4.6, v4.7 • Core v1.0, v2.0, v2.1 https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_NET.html New!
  • 9. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Another Demo
  • 10. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS .NET SDK Support NuGet Packages for most services Heirarchical; take only the dependencies you need • AWSSDK.Core • AWSSDK.SecurityToken • AWSSDK.CognitoIdentity • AWSSDK.S3 • AWSSDK.DynamoDB • …
  • 11. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Yet more demos!
  • 12. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Elastic Container Service Run Windows Containers on ECS • Windows 2016 Reference Architecture: Migrate ASP.NET to ECS https://github.com/aws-samples/aws-ecs-windows- aspnet No Fargate/EKS support (yet)
  • 13. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Lambda Supports C#/.NET Core 2.0 • 2.0 Currently Supported • 2.1 (LTS) On Roadmap • Support for Beanstalk Announced 6/25 • Lambda support coming soon • Support in VS as a Project Template • “dotnet lambda” extension
  • 14. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. But wait, there’s more Lambda! Leverage the .NET SDK to write Lambdas to handle events triggered by AWS Services! • API Gateway (Serverless Applications) • S3 • Kinesis • IoT • CloudWatch • SQS New!
  • 15. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. You know what this presentation needs??
  • 16. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. CodeStar Full lifecycle support in your AWS environment • CodeCommit • Cloud9 IDE • CodePipeline • CodeBuild • CodeDeploy • CloudWatch
  • 17. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Seriously, you can never have enough demos.
  • 18. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. AWS PowerShell Module Supports Windows, MacOS, Linux • Install-Module AWSPowerShell #Windows • Install-Module AWSPowerShell.NetCore #Mac/Linux The flexibility of objects, the power of the .NET CLR • Get-S3Bucket | where {$_.Name –match "Analytics"} https://docs.aws.amazon.com/powershell/latest/userguide/pstools -welcome.html
  • 19. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. A demo once bit my sister…
  • 20. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Xamarin AWS Mobile SDK For .NET and Xamarin • https://docs.aws.amazon.com/mobile/sdkforxamarin/developerguide Example code for common use cases • Access DynamoDB • Fetch S3 Objects • Track usage with Mobile Analytics
  • 21. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Mind you, demo bites can be pretty nasty…
  • 22. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. CodeBuild Support for .NET Framework Containerized build platform • Fully managed • Select your build image • Supply build instructions Windows containers now supported! • Supports build environments for .NET Framework as well as .NET Core https://aws.amazon.com/blogs/devops/extending-aws-codebuild- with-custom-build-environments-for-the-net-framework/ New!
  • 23. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. One last demo for the road!
  • 24. ©2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Thank you!