Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanscherer/packer-windows
Windows Templates for Packer: Windows 11, Windows 10, Windows Server 2022, 2019, 2016, also with Docker
https://github.com/stefanscherer/packer-windows
hyper-v packer vagrant virtualbox vmware windows windows-10 windows-11 windows-2016 windows-2019 windows-2022 windows-containers windows-insiders windowscontainers windowsinsiders
Last synced: 9 days ago
JSON representation
Windows Templates for Packer: Windows 11, Windows 10, Windows Server 2022, 2019, 2016, also with Docker
- Host: GitHub
- URL: https://github.com/stefanscherer/packer-windows
- Owner: StefanScherer
- License: mit
- Fork: true (joefitzgerald/packer-windows)
- Created: 2014-02-14T21:20:05.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T16:32:22.000Z (10 months ago)
- Last Synced: 2024-09-23T20:31:01.419Z (4 months ago)
- Topics: hyper-v, packer, vagrant, virtualbox, vmware, windows, windows-10, windows-11, windows-2016, windows-2019, windows-2022, windows-containers, windows-insiders, windowscontainers, windowsinsiders
- Language: PowerShell
- Homepage:
- Size: 1.6 MB
- Stars: 1,282
- Watchers: 47
- Forks: 430
- Open Issues: 11
-
Metadata Files:
- Readme: README-ami.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Windows - Amazon Import AMIs
VirtualBox Hypervisor is used to build a local vm and then imported as an AMI using
the amazon import service https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html.## Requirements
* Set your aws credentials on the default location `~/.aws/credentials`. https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html
* Packer 1.2.3+. https://www.packer.io/downloads.html
* S3 Bucket with the necessary permissions. Set the `AWS_S3_BUCKET` environment variable.
* If you use SAML authentication make sure you set `profile` in the amazon-import post-processor.
* `vm-guest-tools` provisioner is removed.