Sha256: d09b1459483b6693c47ca07933ee5769b4c669ab8aa1fb35a60d10a210cde2c0
Contents?: true
Size: 935 Bytes
Versions: 9
Compression:
Stored size: 935 Bytes
Contents
Examples: forger create my-instance To see the snippet of code that gets added to the user-data script you can use the `--noop` option and then view the generated tmp/user-data.txt. forger create myscript --noop You can tell forger to wait until the instance is ready with the `--wait` option. forger create my-instance --wait You can also tell forger to ssh into the instance immediately after it's ready with the `--ssh` option. Examples: forger create my-instance --ssh # default is to login as ec2-user forger create my-instance --ssh --ssh-user ubuntu SSH_OPTIONS "-A" forger create my-instance --ssh --ssh-user ubuntu ## CloudWatch support There is experimental support for CloudWatch logs. When using the `--cloudwatch` flag, code is added to the very beginning of the user-data script so that logs of the instance are sent to cloudwatch. Example: forger create my-instance --cloudwatch
Version data entries
9 entries across 9 versions & 1 rubygems