Skip to content
wbailey edited this page May 25, 2012 · 8 revisions

There is a lot of information about instances available in EC2 that can be displayed and what everyone wants to see is different. Much like the web console is customizable so is the claws application via a configuration file written in YAML.

Initialization

To initialize claws with a configuration file run the --init option:

claws --init

This will generate a configuration file in your home directory:

$HOME/.claws.yml

Properties

This file is certainly going to change over time but at present the default generated file looks like:

---
capistrano:
  home: 
ssh:
  user: 
aws:
  access_key_id: 
  secret_access_key: 
ec2:
  fields:
    id:
      width: 10
      title: ID
    name:
      width: 20
      title: Name
    status:
      width: 8
      title: Status
    dns_name:
      width: 42
      title: DNS Name
    instance_type:
      width: 13
      title: Instance Type
    public_ip_address:
      width: 16
      title: Public IP
    private_ip_address:
      width: 16
      title: Private IP
    tags:
      width: 30
      title: tags
Clone this wiki locally