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 episode, Michae...
Launching an EC2 instance takes minutes. Keeping your virtual machines secure and maintaining your VMs is more work. In this episode, I share seven things to do after launching a Linux, Windows,...
Writing CloudFormation templates from scratch is a lot of work. You will run into many issues along the way: the documentation is incomplete, magic values are required, unsupported combinations ...
AWS allows us to run applications distributed across EC2 instances and availability zones. By adding load balancers or message queues to the architecture, we can achieve fault tolerance or high ...
We coached developers building their first Serverless applications for a large company recently and want to share our learnings and observations with you.
I completed my first AWS certification in 2014: AWS Solutions Architect Associate. During the following years, I accomplished all five associate and professional certificates. However, Michael a...
Elastic Block Storage (EBS) provides solid state drives (SSD) and hard disk drives (HDD) for EC2 instances. The virtual machine accesses the persistent storage via the network. In December 2020,...
Werner Vogels's keynote was a blast and definitely the highlight of re:Invent 2020. Michael and I are going through the announced features and services. As usual, we also take a look at the tech...
Are you following the Infrastructure as Code approach using CloudFormation? If so, I bet you encountered a situation where CloudFormation misses support for a service's latest features. I run in...
Andreas Wittig and Michael Wittig from cloudonaut are discussing Andy Jassy's keynote from re:Invent 2020. The focus is on the newly announced services and features: ECS Anywhere, EBS volumes (g...