:orphan: ============================ Try kibitzr on AWS Free Tier ============================ Kibitzr can be run on `t2.micro`_ instance, which is included in `AWS Free Tier`_. Launch Amazon Linux AMI and execute following commands: .. code-block:: bash sudo yum update -y sudo yum install -y docker sudo service docker start Define a simple check: .. code-block:: bash cat >kibitzr.yml <