Page 27
Evolution of the EC2 Network Performance: m3, m4, and m5
AWS announces new generations of EC2 instances from time to time. Typically, each generation offers better performance at lower costs. This article discusses the networking capabilities of the general purpose instances over time. Spoiler alert: you can ...
Read moreAWS re:Invent 2017 themes
I’m in Las Vegas this week. So many new features and services were announce that it’s hard to keep up-to-date. That’s why I’d like to try something different to recap re:Invent this year. Instead of listing you all the announcements, I take a step bac...
Read moreJoin 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 moreEC2 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 moreMeet 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 moreYour 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 moreSend 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 morePasswordless 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 moreEngaging 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 moreA 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