plugins

Home

Plugins

GitHub

Blog

aws-show-instance

version: 0.0.6 |  date: 05/06/2025 |  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=bla_bla_blae
```

Raku:

```
task-run "bla instance", "aws-show-instance", %(
    id  => "bla-bla-bla"
);
```
# 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