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 readingHow to Choose the Best Way to Scale EC2 Instances
Migrating workloads into the cloud — and specifically to AWS — comes with many advantages. You can operate workloads in new ways. When you only pay for what you use and add capacity within minutes, the world of auto-scaling opens up.
continue reading