website: add docs for -debug on Amazon builder
This commit is contained in:
parent
23b21ff4d0
commit
a1b4887324
|
@ -144,6 +144,14 @@ the section above for more information on what environmental variables Packer
|
||||||
will look for.
|
will look for.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## Accessing the Instance to Debug
|
||||||
|
|
||||||
|
If you need to access the instance to debug for some reason, run the builder
|
||||||
|
with the `-debug` flag. In debug mode, the Amazon builder will save the
|
||||||
|
private key in the current directory and will output the DNS or IP information
|
||||||
|
as well. You can use this information to access the instance as it is
|
||||||
|
running.
|
||||||
|
|
||||||
## AMI Block Device Mappings Example
|
## AMI Block Device Mappings Example
|
||||||
|
|
||||||
Here is an example using the optional AMI block device mappings. This will add
|
Here is an example using the optional AMI block device mappings. This will add
|
||||||
|
|
|
@ -189,6 +189,14 @@ the section above for more information on what environmental variables Packer
|
||||||
will look for.
|
will look for.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
## Accessing the Instance to Debug
|
||||||
|
|
||||||
|
If you need to access the instance to debug for some reason, run the builder
|
||||||
|
with the `-debug` flag. In debug mode, the Amazon builder will save the
|
||||||
|
private key in the current directory and will output the DNS or IP information
|
||||||
|
as well. You can use this information to access the instance as it is
|
||||||
|
running.
|
||||||
|
|
||||||
## Custom Bundle Commands
|
## Custom Bundle Commands
|
||||||
|
|
||||||
A lot of the process required for creating an instance-store backed AMI
|
A lot of the process required for creating an instance-store backed AMI
|
||||||
|
|
Loading…
Reference in New Issue