Which load balancer fits my workload best? As is often the case, AWS offers more than one solution. Read on to learn whether to use the Application Load Balancer (ALB) or the Network Load Balancer (NLB) to distribute incoming requests among a fleet of virtual machines or containers.
[Read more…] about ALB vs. NLB: Which AWS load balancer fits your needs?Application Authentication and Authorization on AWS
In this blog post, you will learn to implement authentication and authorization for your own HTTP(S)-based applications on AWS.
[Read more…] about Application Authentication and Authorization on AWSAWS Architect Mindset
Architecting applications on AWS is challenging. On the one hand, you need a broad understanding of AWS services. On the other hand, you have to know the details as well. In this blog post, I outline the mindset you need to build on AWS successfully.
[Read more…] about AWS Architect MindsetContainers on AWS: ECS, EKS, and Fargate
The container landscape in general and on AWS, in particular, is changing quickly. AWS releases new services and features to deploy containers constantly.
continue readingHow to Replicate Your Data with DynamoDB Global Tables
In my last post about Multi-Region AWS Architectures, I discussed how you could reduce end-user latency and increase availability by running your application in multiple regions. I compared AWS services that help you to run your application in various regions at the same time. In this post, we’ll focus on one data store that shines in multi-region architectures: Amazon DynamoDB.
continue readingMulti-Region AWS Architectures
Running an application in multiple availability zones (data centers) in a single region is a best practice when architecting on AWS. Interested in learning more about multi-AZ? Take a look at our previous post here.
continue reading