The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ECS-Examples.pl

SYNOPSIS

perl ECS-Examples.pl Options Command [Args]

 Options
 -------
 --vpc-name, -v            Name of VPC (default VPC if not provided)
 --image-name, -i          Image name
 --log-group, -l           Log group name (default: /ecs/{task-name})
 --task-name, -t           Task name
 --cluster-name, -c        Cluster name
 --debug, -d,              Enable debug messages
 --task-definition         Task definition file
 --format                  output format, default: json

 Commands           Arguments           Notes
 --------           ---------           -----
 create-log-group
 register-task
 run-task
 get-vpc-by-tag     key value
 get-vpc            [key value]
 get-subnets        vpc-id
 get-default-vpc                        same as get-vpc w/o arguments

 Example:

  perl ECS-Example.pl -c fargate-cluster -t test-amazon-credentials run-task

DESCRIPTION

Example ECS API calls

AUTHOR

Rob Lauer - <rlauer6@comcast.net>

1 POD Error

The following errors were encountered while parsing the POD:

Around line 486:

=back without =over