Sha256: 5c2a4fc6062d6c4a890df054b3f669510705e1c4a9ce45a1007a6f5a6ff93165

Contents?: true

Size: 656 Bytes

Versions: 1

Compression:

Stored size: 656 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
forger-1.6.0 lib/forger/help/create.md