AWS Compute Blog
Category: *Post Types
Launching a WordPress Website using Amazon Lightsail Containers
This post is written by Benjamin Gardiner, Partner Solutions Architect. Amazon Lightsail is a great way to get familiar with AWS. Lightsail simplifies the deployment of instances, databases, load balancers, CDNs, and now also containers. In this post I demonstrate how easy it is to launch a WordPress website using Lightsail containers and a Lightsail […]
Read MoreOperating Lambda: Using CloudWatch Logs Insights
CloudWatch Logs Insights allows you to search and analyze log data to find the causes of issues and help validate fixes when they are deployed. This post shows how to enable the feature for a Lambda function and search across logs. It explains why structured logging can be helpful for parsing data in analysis.
Read MoreOperating Lambda: Debugging configurations – Part 2
This is the second post in a series on debugging Lambda-based applications. This post shows how to identity and resolve memory and CPU-bound functions, and how to understand and use timeouts effectively in production applications.
Read MoreAccelerating workloads using parallelism in AWS Step Functions
In this blog post, you learn how to use AWS Step Functions and parallel processing to complete four hours of work in 60 seconds. You learn how to apply the pattern of decomposition to achieve improved scalability and manageability.
Read MoreBuilding single binary file extensions for AWS Lambda with .NET
This post shows how to create, build, and package a C# Lambda extension as a single binary file. Explore the example code and other Lambda extensions examples in the GitHub repository.
Read MoreDeep dive on the new Amazon EC2 G4ad instances
This post is contributed by Amr Ragab, Senior Solutions Architect, Amazon EC2 The Amazon EC2 G4ad instance type is the latest addition to AWS’ portfolio of accelerated computing instance types. These instances are ideal for graphics-enabled and gaming workloads. They provide the best price performance for graphics intensive applications such as virtual workstations, gaming and […]
Read MoreOperating Lambda: Debugging code – Part 1
Debugging serverless applications is different to debugging single-server or monolithic applications. You must consider debugging across multiple invocations and services, and understanding the state of a distributed workload.
Read MoreSupporting AWS Graviton2 and x86 instance types in the same Auto Scaling group
This post is written by Tyler Lynch, Sr. Solutions Architect – EdTech, and Praneeth Tekula, Technical Account Manager. As customers seek performance improvements and to cost optimize their workloads, they are evaluating and adopting AWS Graviton2 based instances. This post provides instructions on how to configure your Amazon EC2 Auto Scaling group (ASG) to use […]
Read MoreBetter performance for less: AWS continues to beat Azure on SQL Server price/performance
By Fred Wurden, General Manager, AWS Enterprise Engineering (Windows, VMware, RedHat, SAP, Benchmarking) AWS R5b.8xlarge delivers better performance at lower cost than Azure E64_32s_v4 for a SQL Server workload In this blog, we will review a recent benchmark that Principled Technologies published on 2/25. The benchmark found that an Amazon Elastic Compute Cloud (Amazon EC2) […]
Read MoreOperating Lambda: Building a solid security foundation – Part 2
In this blog post, I explain how to secure workloads with public endpoints and the different authentication and authorization options available. I also show different approaches to exposing APIs publicly.
Read More