Commit Graph
51 Commits
Author SHA1 Message Date
RenaudS 26aab49aaf aws spot instances: add block_duration_minutes option (#6638)
* Add block_duration_minutes option

* int64 cannot be nil

* Update doc

* Fix formating
2018-09-03 08:33:58 +02:00
Megan Marsh d57b599f3c update docs 2018-08-14 12:33:09 -07:00
Mark Meyer 2fec76ea87 Check if spot price is empty, when spot_tags is set 2018-07-13 22:42:42 +02:00
Mark Meyer bcaa5e49f1 Document the spot_tags parameter 2018-07-07 09:48:50 +02:00
Megan Marsh b2e456c340 docs needed clarifying on what Packer would do.
Document this feature in ebs-volume.
2018-06-26 13:39:07 -07:00
DanHam a9aa9908cd Document use of T2 Unlimited for enabled Amazon builders 2018-05-15 12:25:06 +01:00
Megan Marsh 0f985d5e25 remove kms_key_id from ami_block_device_mappings and from launch_block_device_mappings 2018-05-10 14:56:09 -07:00
Anthony Dong 5b7e058d0a Add documentation for template variables available for tagging 2018-04-02 19:32:14 +02:00
Matthew Hooker 91864b842f remove skip_metadata_api_check from docs 2018-03-21 22:03:21 -07:00
Andre Pearce f5156a7efb Nest the additional field of ami_root_device 2018-03-13 20:11:52 +11:00
Matthew Hooker d3848903e0 Clarify behavior or launch_block_device_mappings.
cf
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html
2018-02-14 19:08:50 -08:00
Megan Marsh 3e3c16d627 update docs 2018-02-13 16:48:39 -08:00
Matthew Hooker 2747562708 remove ssh_private_ip from docs 2018-02-11 13:57:25 -08:00
Matthew Hooker 5b64f71702 Merge pull request #5764 from hashicorp/fix5760
"borrow" access config code from terraform.
2018-02-08 14:55:43 -08:00
Matthew Hooker c11627fba7 document new skip_metadata_api_check option 2018-02-08 14:52:51 -08:00
Matthew Hooker 0023aa11cf add kms_key_id to block device docs 2018-01-12 14:48:18 -08:00
Matthew Hooker 0ae1df2071 clarify that ssh_interface works for winrm 2018-01-03 13:42:53 -08:00
Lance Lafontaine 93d201828c Corrects small typo in amazon-* builder docs 2017-12-19 19:29:39 -05:00
John Davies-Colley 76ac755ed9 fixing wording for proxy usage 👌 2017-12-06 17:13:02 +13:00
John Davies-Colley 92d1bdbdab docs change for deprecation and proxy usage ✔ 2017-12-06 16:50:54 +13:00
John Davies-Colley d4f37ab5f6 changing config varibles name in docs to match names in code 2017-11-22 17:15:46 +13:00
Henry Muru Paenga 7b03613649 Update docs with ssh_interface 2017-11-22 15:52:22 +13:00
Matthew Hooker f73fbd81d2 Merge pull request #5469 from mayn/issue-5468
docs: reference generic integer/boolean datatype across docs
2017-10-16 16:30:28 -07:00
Matthew Hooker 8585e0ebf5 doc improvements 2017-10-16 13:27:26 -07:00
Matthew Aynalem 1967c4bc81 docs correct datatype inconsistencies int/integer => number (issue #5468) 2017-10-16 11:30:23 -07:00
Matthew Aynalem 3716effa75 docs: correct datatype inconsistencies bool => boolean (issue #5468) 2017-10-16 09:19:59 -07:00
Matthew Hooker f7e269945e add cidr validation and rename option 2017-10-12 17:05:56 -07:00
Zanetti, David 2a6b592c99 Add docs for security_group_source_cidr option on Amazon builders 2017-09-26 01:44:58 +00:00
raylu 6135b0bf48 Fix ubuntu source_ami_filter examples
Canonical publishes stable AMIs at ubuntu/images/ and unstable AMIs at
ubuntu/images-testing/. Combined with most_recent: true, the old name
filter bounces you between stable and unstable.
2017-09-05 17:25:34 -07:00
Megan Marsh 2c2321fb99 remove enhanced_networking deprecation note from docs. changelog will suffice 2017-08-29 10:53:52 -07:00
Megan Marsh 2d4bc70d7b use ami prefix to make it clear that these variables are amazon specific
add fixer, fixer tests
2017-08-28 11:21:27 -07:00
Megan Marsh 9e2e467b31 Allow granular modification of sriov and ena enhanced networking options in amazon amis. Maintain old functionality. 2017-08-25 14:49:53 -07:00
Megan Marsh 987347c7d5 clarify docs for encrypt_boot 2017-07-14 16:32:47 -07:00
Matthew Hooker bcc0d24bf4 run docs through pandoc 2017-06-14 18:13:46 -07:00
Matthew Hooker 176715b7f0 document profile option. 2017-06-14 16:45:18 -07:00
Megan Marsh b1743a942c port over addition of mfs_code to various amazon docs on website 2017-06-12 17:12:41 -07:00
Megan Marsh b8c2a5fd43 fix step initializer everywhere StepAMIRegionCopy is called 2017-06-01 09:28:17 -07:00
Matthew Hooker 0479def3ae docs/amazon: alpha sort fields 2017-05-17 10:33:57 -07:00
Rémi Jouannet 38e111ad15 add documentation for custom_endpoint_ec2 2017-05-17 19:20:02 +02:00
Paul Thrasher 0be5a28080 Fix issue 4693 - Derive vpc_id from subnet_id
In AWS we can derive the `VpcId` and AZ from the `SubnetId`, so now we do. In the config you can now only specify the `SubnetId`.

This fixes issue #4693.
2017-05-15 13:46:05 -07:00
Matthew Hooker 30a957d556 website: document how to enable advanced networking 2017-05-03 22:45:48 -07:00
s-tajima 7df6b85ce1 fix typo in amazon-ebssurrogate.html.md 2017-04-26 19:34:48 +09:00
Matthew Hooker d30605fdfb use json markdown syntax 2017-04-18 11:35:42 -07:00
Jeremy Voorhis f06db39c7d Removes a supurious docs section. 2017-04-04 20:00:38 -07:00
Seth Vargo 38e0ba8bd3 Fix broken links 2017-03-28 18:28:34 -04:00
Seth Vargo 6b80c21043 Revamp pages and docs to fit HashiCorp brand 2017-03-28 16:05:19 -04:00
Matthew Hooker b8cf6a9e1b fix indentation 2017-03-15 12:34:12 -07:00
Rickard von Essen eefa3e3ffb amazon-chroot: Fixed indentation 2017-03-15 20:09:07 +01:00
James Nugent e856339309 build/amazon-ebssurrogate: Add region copy, attributes, tags steps
As pointed out in the initial code review of #4351, some of the steps
from the standard EBS builder were (intetionally) omitted. It turns out
that these actually are useful, and the original rationale for the
omission was wrong. Consequently, this commit adds in the following
steps:

- `StepPrevalidate`
- `StepTagEBSVolumes`
- `StepDeregisterAMI`
- `StepCreateEncryptedAMICopy`
- `StepAMIRegionCopy`
- `StepModifyAMIAttribute`
- `StepCreateTags`

We also fix the interpolation filter and documentation to reflect these
additions, though the majority were already documented and just not
functional.
2017-02-27 09:05:39 -06:00
Matthew Hooker 6b2d73c042 ebs surrogate does not support ebs encryption 2017-02-26 17:54:30 -08:00