CloudFormation signal resource command as a slim Docker container.
1.1K
Very basic implementation of CloudFormation Helper Scripts' cfn-signal for signally resource creating during CloudFormation creation and updates packages as a slim Docker image.
May be expanded to include wait conditions, cfn-init, etc., at some point if they seem useful.
docker run -it --rm --network host sj26/cfn signal --stack "My Stack" --resource "Some Resource"
The options available are designed to match cfn-signal.
NAME:
cfn - A new cli application
USAGE:
cfn [global options] command [command options] [arguments...]
VERSION:
v1.0.0
COMMANDS:
signal
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--region value [$DEFAULT_AWS_REGION, $AWS_REGION]
--help, -h show help
--version, -v print the version
NAME:
cfn signal -
USAGE:
cfn signal [command options] [arguments...]
OPTIONS:
--stack value
--resource value
--id value, -i value
--success
--exit-code value (default: 0)
Content type
Image
Digest
Size
3 MB
Last updated
about 10 years ago
docker pull sj26/cfn