Own Your Analytics Data: Replacing Google Analytics with Amazon QuickSight

Making decisions based on data is compelling. Especially, when you wrestle with the most straightforward decisions like me. Google Analytics is the de-facto standard for tracking your customers while | Continue reading


@cloudonaut.io | 5 years ago

Unknown CloudFormation features you should know about

I was recently invited to a CloudFormation workshop with a group of early CloudFormation users. I soon realized that the group had a good understanding of the basics, so I started to introduce more ad | Continue reading


@cloudonaut.io | 5 years ago

AWS SLA: Are you able to keep your availability promise?

Are you offering availability of 99.99% or more to your clients? Bad news, you might not be able to keep your promise!Recently AWS announced a bunch of new Service Level Agreements (SLA). Therefore, | Continue reading


@cloudonaut.io | 5 years ago

Fargate is ready for prime time, and we share our CloudFormation templates

The recent AWS Fargate Price Reduction (up to 50%) is the last piece in the puzzle to call Fargate a reasonable choice for running Docker workloads on AWS.The CIO perspective is as simple as this: yo | Continue reading


@cloudonaut.io | 5 years ago

5 tips to become an AWS expert

This post was original published on the AWS News Blog.If you are just starting to use AWS today, you might think it’s going to be hard to catch up. How can you become an AWS expert? How can you kno | Continue reading


@cloudonaut.io | 5 years ago

Eat your own dog food: how AWS leverages Serverless

Tim Bray from Amazon gave a great talk at re:Invent 2018 where he shows us how AWS uses Serverless technologies. Did you know that some of the newer services such as API Gateway and EKS are using API | Continue reading


@cloudonaut.io | 5 years ago

The somewhat different AWS re:Invent recap

I’m still recovering from our trip to AWS re:Invent in Las Vegas. The conference was a blast. It was a huge pleasure to meet old and new friends. This blog post contains a somewhat different recap of | Continue reading


@cloudonaut.io | 5 years ago

My mental model of AWS

AWS is a complex system that no one can understand end-to-end? As AWS professionals we still have to deal with the AWS system daily. We design for AWS, and we debug our applications running in AWS. Ho | Continue reading


@cloudonaut.io | 5 years ago

Three simple rules to avoid data leaking from S3

Reviewing AWS accounts with a focus on security is part of my day-to-day job. My most common finding: unwanted public read or write access to S3 buckets. Why is that? Because there are three different | Continue reading


@cloudonaut.io | 5 years ago

Updated: EC2 Network Performance Cheat Sheet

What is the maximum network throughput of your EC2 instance? The answer to this question is key to choosing the type of an instance or defining monitoring alerts on network throughput. Unfortunately, | Continue reading


@cloudonaut.io | 5 years ago

EC2 Network Performance of t3

AWS introduced the t3 instance type in August. Time to update the EC2 Network Performance Cheat Sheet. The following table shows the network capabilities of t3 instances. Compared to the last generat | Continue reading


@cloudonaut.io | 5 years ago

Hot Off the Press: Amazon Web Services in Action Second Edition

We wrote and published the first edition of Amazon Web Services in Action in 2015. Our book quickly became a bestseller. We are still amazed by the positive feedback we receive from our readers every | Continue reading


@cloudonaut.io | 5 years ago

Comparing Serverless Offerings from Alibaba Cloud and AWS

Last weekend, I had the chance to play around with Alibaba Cloud at the DevOps Meetup in my city. An Alibaba Cloud Solution Architect introduced the platform and was well trained on AWS as well, so he | Continue reading


@cloudonaut.io | 5 years ago

A neglected serverless data store: Cloud Directory

Lately, I’ve been having much fun with Amazon Cloud Directory. Three months before, Cloud Directory was all new to me. Today, I am convinced that Cloud Directory is a neglected Serverless data store t | Continue reading


@cloudonaut.io | 5 years ago

GitHub process automation: A bot to build pull requests by core maintainers

We are maintaining multiple Open Source projects where we focus on CloudFormation templates. To ensure that the templates are of high quality, we leverage automated testing and pull requests. We could | Continue reading


@cloudonaut.io | 5 years ago

Restricting Access to EC2 Instances Based on Tags

The principle of least privilege is key when it comes to securing your infrastructure on AWS. For example, an engineer should only be able to control EC2 instances that are in scope for her day-to-day | Continue reading


@cloudonaut.io | 5 years ago

Analyzing CloudTrail with Athena

Which IAM users have been active within your AWS account within the last 30 days? Are all of the 999 IAM roles still in use, or can you remove some of them to clean up your infrastructure? Is it safe | Continue reading


@cloudonaut.io | 5 years ago

Easy-going AWS CloudFormation: cfn-modules

Today, we release a new open source project to make your CloudFormation live easier. We promise easy-going CloudFormation with cfn-modules. Our modules provide common building blocks to automate your | Continue reading


@cloudonaut.io | 5 years ago

Rich Social Sharing with SPAs Hosted on S3 and Delivered via CloudFront

You undoubtedly heard about single page applications (SPA) written with frameworks like Angular or React. One of the benefits of this approach is the possibility to host the static files (HTML, js, CS | Continue reading


@cloudonaut.io | 5 years ago

EKS vs. ECS: orchestrating containers on AWS

AWS announced Kubernetes-as-a-Service at re:Invent in November 2017: Elastic Container Service for Kubernetes (EKS). Since yesterday, EKS is generally available. I discussed ECS vs. Kubernetes before | Continue reading


@cloudonaut.io | 5 years ago

Cleaning up an S3 bucket with the help of Athena

Imagine your basement or attic would provide unlimited capacity for storing stuff. Sounds great? Maybe at first. But imagine how many stuff would pile up over the years if you were not forced to clean | Continue reading


@cloudonaut.io | 5 years ago

Cloud adaption strategy: event-based data synchronization

Are you building an application for the cloud without the slightest dependency to an on-premises infrastructure? Lucky you, most of us are struggling with uniting an outdated on-premises infrastructur | Continue reading


@cloudonaut.io | 5 years ago