generated from hashicorp/packer-plugin-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ebs: parallelize fast-launch enablement
Enabling fast-launch for an AMI is an operation that takes time. Prior to the patch that mandates running the operation on the source AMI, parallelising would have had no effect, as the operation was only run once per build. After the patch though, we need to run this operation on each AMI that was copied, in which case, running in parallel may result in a significant reduction in build times. Example on the copy + fast-launch acceptance tests: - Before this patch: 2436s, i.e. 40 minutes - After this patch: 2062s, i.e. 34 minutes
- Loading branch information
1 parent
037e340
commit b562aa3
Showing
1 changed file
with
93 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters