AWS Compute Blog

Architecture after migrating

Migrating a monolithic .NET REST API to AWS Lambda

This blog post shows the required considerations for migrating a .NET Core REST API to AWS Lambda. You can now start to look at your existing code base and make an informed decision whether Lambda is for you. With the right abstractions and configuration, you can migrate a .NET Core API to Lambda compute with copy and paste.

Building TypeScript projects with AWS SAM CLI

This post written by Dan Fox, Principal Specialist Solutions Architect and Roman Boiko, Senior Specialist Solutions Architect The AWS Serverless Application Model (AWS SAM) CLI provides developers with a local tool for managing serverless applications on AWS. This command line tool allows developers to initialize and configure applications, build and test locally, and deploy to […]

Concept of defining computing quotas

Creating computing quotas on AWS Outposts rack with EC2 Capacity Reservations sharing

This post is written by Yi-Kang Wang, Senior Hybrid Specialist SA. AWS Outposts rack is a fully managed service that delivers the same AWS infrastructure, AWS services, APIs, and tools to virtually any on-premises datacenter or co-location space for a truly consistent hybrid experience. AWS Outposts rack is ideal for workloads that require low latency […]

EC2 instance block device mapping

How to mount Linux volume and keep mount point consistency

This post is written by: Leonardo Azize Martins, Cloud Infrastructure Architect, Professional Services Customers often use Amazon Elastic Compute Cloud (Amazon EC2) Linux based instances with many Amazon Elastic Block Store (Amazon EBS) volumes attached. In this case, device name can vary depending on some facts, such as virtualization type, instance type, or operating system. […]

Instance Details showing the number of vCPU's a particular EC2 machine has

Expanding Your EC2 Possibilities By Utilizing the CPU Launch Options

This post is written by: Matthew Brunton, Senior Solutions Architect – WWPS To ensure our customers have the appropriate machines available for their workloads, AWS offers a wide range of hardware options that include hundreds of types of instances that help customers achieve the best price performance for their workloads.  In some specialized circumstances, our […]

Mocking service integrations with AWS Step Functions Local

This post is written by Sam Dengler, Principal Specialist Solutions Architect, and Dhiraj Mahapatro, Senior Specialist Solutions Architect. AWS Step Functions now supports over 200 AWS Service integrations via AWS SDK Integration. Developers want to build and test control flow logic for workflows using branching logic, error handling, and retries. This allows for precise workflow execution with deterministic […]