Page 26

Join our re:Invent follow-up group

Amazing, AWS released an impressive amount of new services and features during re:Invent. As the conference is coming to an end, we would like to invite you to pass the most important announcements in review. During the next three weeks, we would like ...

Read more

EC2 network performance demystified: m3 and m4

AWS offers EC2 instances in different sizes, defined by the instance type. How do you decide which instance type to use? Do you need an m4.large or m4.xlarge instance? At least the following factors should affect your decision: How much memory does the...

Read more

Meet me at AWS re:Invent and have breakfast with me

If you attend this year’s AWS re:Invent, this blog post is for you! I will invite a group of people to have breakfast together on Tuesday morning (Nov 28, 9-10am) offside the noisy halls where you could get your complimentary re:Invent breakfast. Food a...

Read more

Your Lambda function might execute twice. Be prepared!

Are you confused when scheduled Lambdas execute twice, SNS messages trigger an invocation three times, your handmade S3 inventory is out of date because events occurred twice? Bad news: Sooner or later, your Lambda function will be invoked multiple time...

Read more

Send CloudWatch Alarms to Slack with AWS Lambda

As we all know, things go wrong. That’s why monitoring and alerting are essential topics. Wouldn’t it be nice, if problems in your AWS account would show up in Slack? So you can react quickly while using your favorite messaging tool. In this blog post, ...

Read more

Passwordless database authentication for AWS Lambda

Does your serverless application need to access an RDS database? Where do you store the username and the password required to authenticate with the database? Storing the password in plain text within your source code should not be an option. Same is tru...

Read more

Engaging your users with AWS Step Functions

Imagine a new user signs up for your service. You send an automated welcome message to your new user explaining how the service works. But what if your user struggles with the first steps? You want to send a second email with additional information. To ...

Read more

A simple way to manage log messages from containers: CloudWatch Logs

Gone are the days when administrators logged into their machines to access log files. Containers and virtual machines are launched and terminated dynamically to scale based on demand, to deploy new versions, or to recover from failure nowadays. Collecti...

Read more

Amazon Web Services in Action Second Edition is in the works

We released our book Amazon Web Services in Action in September 2015. But AWS didn’t rest on its laurels. Every day, new features are released that can make your life easier. It’s time to revise our book so you can continue to build effective solutions ...

Read more

A non-technical way to reduce your AWS bill within 5 minutes

Are you looking for ways to reduce your monthly AWS bill? Usually, I do share technical tips and tricks to do so: 3 simple ways of saving up to 90% of EC2 costs or Performance boost and cost savings for DynamoDB. But today, I will share a nontechnical w...

Read more