Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
13198eb5
Commit
13198eb5
authored
Aug 31, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website: add docs for -debug on Amazon builder
parent
0c639f3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
website/source/docs/builders/amazon-ebs.html.markdown
website/source/docs/builders/amazon-ebs.html.markdown
+8
-0
website/source/docs/builders/amazon-instance.html.markdown
website/source/docs/builders/amazon-instance.html.markdown
+8
-0
No files found.
website/source/docs/builders/amazon-ebs.html.markdown
View file @
13198eb5
...
...
@@ -144,6 +144,14 @@ the section above for more information on what environmental variables Packer
will look for.
</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
Here is an example using the optional AMI block device mappings. This will add
...
...
website/source/docs/builders/amazon-instance.html.markdown
View file @
13198eb5
...
...
@@ -189,6 +189,14 @@ the section above for more information on what environmental variables Packer
will look for.
</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
A lot of the process required for creating an instance-store backed AMI
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment