parent
d188db2ab0
commit
0d16df1427
|
@ -67,10 +67,11 @@ As you watch the output, you'll notice at the end in the artifact listing that a
|
||||||
Vagrant box was made (by default at `packer_aws.box` in the current directory).
|
Vagrant box was made (by default at `packer_aws.box` in the current directory).
|
||||||
Success!
|
Success!
|
||||||
|
|
||||||
But where did the AMI go? When using post-processors, Vagrant removes
|
But where did the Amazon EBS builder artifact go? When using post-processors,
|
||||||
intermediary artifacts since they're usually not wanted. Only the final artifact
|
Vagrant removes intermediary artifacts since they're usually not wanted. Only
|
||||||
is preserved. This behavior can be changed, of course. Changing this behavior is
|
the final artifact is preserved. This behavior can be changed, of course.
|
||||||
covered [in the documentation](/docs/templates/post-processors.html).
|
Changing this behavior is covered [in the
|
||||||
|
documentation](/docs/templates/post-processors.html).
|
||||||
|
|
||||||
Typically when removing intermediary artifacts, the actual underlying files or
|
Typically when removing intermediary artifacts, the actual underlying files or
|
||||||
resources of the artifact are also removed. For example, when building a VMware
|
resources of the artifact are also removed. For example, when building a VMware
|
||||||
|
|
Loading…
Reference in New Issue