plugins

Home

Plugins

GitHub

Blog

aws-show-instance

version: 0.0.5 |  date: 06/27/2021 |  Sparrow plugin to print ec2 instance info in human readable format |  source code

# SYNOPSIS

Sparrow plugin to print ec2 instance info in human readable format.

# INSTALL

    $ s6 --install aws-show-instance

# USAGE

Cli:


    $ s6 --plg-run aws-show-instance@id=$instance-id

Raku:

    task-run "instance", "aws-show-instance", %(
      id  => $instance-id
    );

# Author

Alexey Melezhik

# See also

* aws-run-instance - sparrow plugin to run ec2 instances ( optionally with some tags attached )

# Prerequisites

Aws cli should be installed