mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
builder/amazon/instance: run ec2-bundle-vol in batch mode
This commit is contained in:
parent
d3d7bfe876
commit
63474f47e4
1 changed files with 2 additions and 1 deletions
|
|
@ -61,7 +61,8 @@ func (b *Builder) Prepare(raws ...interface{}) error {
|
|||
"-u {{.AccountId}} " +
|
||||
"-c {{.CertPath}} " +
|
||||
"-r {{.Architecture}} " +
|
||||
"-e {{.PrivatePath}}"
|
||||
"-e {{.PrivatePath}} " +
|
||||
"--batch"
|
||||
}
|
||||
|
||||
if b.config.X509CertPath == "" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue