Dimitry Kudryavtsev
  • Home
  • D3 Gant Chart
  • Facebook4j
  • Twitter4j
Sign in Subscribe

AWS

A collection of 3 posts
DevOps

Setting up Ubuntu on AWS

The plain Ubuntu image that is often used with AWS is very under-configured. Here are a few things to change. Timezone This is annoying... the default timezone is set to UTC. sudo dpkg-reconfigure tzdata Swap There is no swap configured, so lets put it on SSD ephemeral driver. By default
24 Aug 2014 1 min read
Scala

Basic Authentication Filter for Play Framework

I've been using Play framework for a few months and I am really starting to like it. For all its great features and simplicity, it still lacks some of the advanced features. Recently I was facing a problem of enabling basic auth -- some framework have this as
14 Jun 2014 1 min read
HTTPS

Play Framework Filter for AWS Elastic Load Balancer (forward HTTP to HTTPS)

Here is an example of how to forward HTTP to HTTPS using Play Framework Filter. This is a setup for AWS Elastic Load Balancer. A few points: * This is for Play Framework 2.2.x, the API is a bit different for older versions of Play. Scala Filters [http://www.
25 May 2014
Page 1 of 1
Dimitry Kudryavtsev © 2025
Powered by Ghost