.NET on AWS Blog
Category: Graviton
Powering .NET 8 with AWS Graviton3: Benchmarks
Introduction Pioneering computer scientist Alan Kay said in 1982, “People who are really serious about software should make their own hardware.” At AWS, we’ve designed quite a bit of our own hardware, and have increasingly moved to use our own custom-designed silicon, including the AWS Graviton, AWS Inferentia and AWS Trainium processors. The newest Graviton […]
.NET Workflows for arm64 with Amazon CodeCatalyst: Part 2
Overview In Part 1 of this blog post, I showed how to modify the .NET serverless application blueprint to build, test and deploy using arm64 compute in Amazon CodeCatalyst. In Part 2, I’ll show you how to use CodeCatalyst to create a workflow using the AWS Cloud Development Kit (CDK) to build, test and deploy […]
.NET Workflows for arm64 with Amazon CodeCatalyst: Part 1
Overview Amazon CodeCatalyst is a cloud-based collaboration space for software development teams, including creating CI/CD workflows to automatically build and deploy software. CodeCatalyst recently added support for arm64 compute, using AWS Graviton, for workflows. Graviton is the AWS arm64 compute platform. Arm64 is supported in both CodeCatalyst compute models: on-demand and pre-provisioned. Versions of .NET starting with […]