Display a list of your existing AWS stacks.
This widget has no parameter
{
type: 'aws.stacks',
columns: 1, rows: 1, x: 0, y: 0
}
Display a list of your existing AWS EC2 instances.
key | required | description |
---|---|---|
nameFilter |
no | If set, will display only instances with name matching the given value. |
{
type: 'aws.instances', [nameFilter: /FRONT/,]
columns: 1, rows: 1, x: 0, y: 0
}