Commit Graph

53 Commits (d-powershell-generated-docs)

Author SHA1 Message Date
sylviamoss 788dc32598 add aws_polling config option to override env variables
6 years ago
nywilken d2a9e6b32e Format code with `gofmt -s -w`
6 years ago
Megan Marsh e9e4c102e5 delete amazon import post-processor intermediary snapshots
7 years ago
Megan Marsh 7cf47fc463 add some extra layers of validation to make sure that people don't trip over magical encrypt_boot settings later in the build
7 years ago
Adrien Delorme 2efc94521b use trilean initializers in test where missing
7 years ago
DanHam 088151e51d
Type assertion safety - fix panic when key cannot be retrieved from statebag
7 years ago
Megan Marsh 54d2ad5028 refactored step_ami_region_copy to fix bugs and clarify assumptions; added more tests for that step.
7 years ago
Megan Marsh 39a4da4d07 add code to deduplicate the region list, and to make sure that the original region's kms key id is in the map.
7 years ago
Megan Marsh 305592d8ed fix copy logic and tests
7 years ago
Megan Marsh 0d55bc46ee add skip_save_build_region flag to fix naming conflicts when building for multiple regions
7 years ago
Megan Marsh bda09bf7d5 the build ami is made with an intermediary name, which means that we can't skip copying even from the original build region when unencrypted
7 years ago
Megan Marsh 2c352cc681 add tests for step_ami_region_copy
7 years ago
Megan Marsh 8c1d0f9686 clean up temporary unencrypted AMI and associated snapshots
7 years ago
Megan Marsh c0e69a9da0 if encrypt_boot is explicitly set to false, don't copy. Also, make sure we don't cause a wait group block when we aren't performing a copy.
7 years ago
Megan Marsh 105d3f8853 delete unencrypted temporary snapshot when encrypt_boot is true. Also, fix nil map error in region copy
7 years ago
Megan Marsh 201c8c1332 make sure that you encrypt using the provided kms key id and not the default
7 years ago
Megan Marsh 3ed9fe6dee remove unused imports
7 years ago
Adrien Delorme f03cbd8a10 aws: allow to pass nil bool as encryption parameter
7 years ago
Adrien Delorme 6af621c37a aws: StepAMIRegionCopy call waitgroup.add only once
7 years ago
Megan Marsh 035c3506ba manually set proxyfromenvironment in default http client for ec2 sessions
7 years ago
Megan Marsh f49a2d8aed move UI call to before the wait; add context to these steps
8 years ago
Megan Marsh cf63dd10bf replace AMIStateRefreshFunc, InstanceStateRefreshFunc, our spot instance waiter, our chroot volume waiter, and our snapshot waiters with waiters form AWS's SDK.
8 years ago
Matthew Hooker 7a189a83a1
fix imports
8 years ago
Matthew Hooker a831d522be
change run signatures
8 years ago
Matthew Hooker 366dc3da0a
move multistep imports to helper.
8 years ago
Matthew Hooker 56c513088b
I think this was the intention
9 years ago
Megan Marsh 1944f38985 update docs and clean up
9 years ago
Megan Marsh 5b35d199da golang has different style than python
9 years ago
Megan Marsh f9d7292566 builder/amazon regional KMS keys
9 years ago
Matthew Hooker 81522dced0
move packer to hashicorp
9 years ago
Rickard von Essen 2300b102b7 amazon: Step Region Copy crashing on device mapping
9 years ago
Ari Aviran 46f217f255 amazon - Snapshot permissions correctly applied
10 years ago
Matthew Hooker 48bdae93d1 aws-sdk: use session.NewSession
10 years ago
Luke Amdor 8682dec178 aws: build after upstream breaking change
11 years ago
Chris Bednarski 1a775c05d9 Update calls to amazon to match the upstream
11 years ago
Chris Bednarski 28bf1877c2 Updated AWS SDK calls to match the 0.7.0 release of the AWS SDK
11 years ago
Mitchell Hashimoto 984bbc3a1e amazon/common: wording nit
11 years ago
Mitchell Hashimoto 8aec42e363 update CHANGELOG
11 years ago
Mitchell Hashimoto 9387cc1ea1 Merge pull request #2175 from henrysher/fix-duplicate-ami
11 years ago
Henry Huang 052b5e6699 "Name" parameter required for copying ami across regions [GH-2172]
11 years ago
Henry Huang a5c476c6fe check the region before do the ami copy to fix [GH-2123]
11 years ago
Seth Vargo 33ca8b7fb5 Migrate to new AWS repo
11 years ago
Mitchell Hashimoto b78b119a11 amazon/*: fix merge issues with lib switch
11 years ago
James Nugent e99cd56b6c Migrate from mitchellh/goamz to awslabs/aws-sdk-go
11 years ago
Emil Hessman 05c2206684 builder/amazon/common: fix incorrect printf verb type in amiRegionCopy
11 years ago
Mitchell Hashimoto 1234e61cda builder/amazon/all: get rid of unnecessary field
13 years ago
Mitchell Hashimoto 4677f38882 builder/amazon: parallelize AMI region copies [GH-495]
13 years ago
Mitchell Hashimoto 27608a7b0f builder/amazon/*: use WaitForState for AMIs
13 years ago
James Massara 5bca569fa4 builder/amazon: Re-ordered steps for AMI region copying so tags and
13 years ago
Mitchell Hashimoto 80ed7eddf4 builder/amazon/chroot: new multistep API
13 years ago