Hey, hope you are doing well!
I have the following template to create an AMI Windows using the Fast 
Launch 
Feature(https://developer.hashicorp.com/packer/plugins/builders/amazon/ebs#fast-launch-config)
source "amazon-ebs" "windows-base" {
ami_name = local.ami_full_name
ami_description = local.ami_description
instance_type = local.instance_type
region = local.region
ebs_optimized = true

fast_launch {
enable_fast_launch = true
max_parallel_launches = 6
}
}

Packer stucks in:
==> bms_windows-test.amazon-ebs.windows-base: Waiting for fast launch to 
become ready...

packer-plugin-amazon_v1.2.6



-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/hashicorp/packer/issues
IRC: #packer-tool on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/packer-tool/a0c71b1f-47e0-4a50-adf8-3b9e1b8eae5bn%40googlegroups.com.

Reply via email to