Commit Graph

883 Commits (2bdfd53756611eafed685a4edced00aa1011de4e)

Author SHA1 Message Date
Megan Marsh 2bf912bddf
Merge pull request #10203 from aleksandrserbin/feature/launch-template-tags
5 years ago
Megan Marsh 2d90ffe7a4 move GeneratedData struct and PlaceholderMsg to same package under common
5 years ago
Megan Marsh 7b57e28600 move localexec to common/shell-local dir since it is related to shelling out locally
5 years ago
Aleksandr Serbin 8dab31b548 amazon: use spot tags for launch template tags
5 years ago
Aleksandr Serbin d561b404d6 amazon-ebs: add tags to launch template
5 years ago
Adrien Delorme aae1992649 remove default PauseBeforeSSM, this will have to be set manually
5 years ago
Adrien Delorme 6c45f04467 Delete ssm_mock_funcs.go
5 years ago
Adrien Delorme 5d06a6e6df rename file correctly
5 years ago
Adrien Delorme c6e2dd5538 remove unit test file for now, I think that an acceptance test will be easier here
5 years ago
Adrien Delorme a4bd744955 simplify things a bit more
5 years ago
Adrien Delorme aef3d24213 Update step_create_ssm_tunnel.go
5 years ago
Adrien Delorme f329cb5b93 simplify code
5 years ago
Adrien Delorme b058de072a move packer/builder/amazon/common.IsAWSErr to builder/amazon/common/awserrors.Matches
5 years ago
Adrien Delorme 8e355d0fe7 Move ssm code to its own ssm package and make it singlethreaded
5 years ago
Wilken Rivera 646b973bd3 Remove logic to retry a connection that reuses an existing SSM Session
5 years ago
Wilken Rivera dff9cde775 Remove waitgroups
5 years ago
Wilken Rivera eb11009e2a Check for closed channels as opposed to using a separate closeRetry channel
5 years ago
sylviamoss aa73cc7d7e add close chan to avoid unwanted retries
5 years ago
sylviamoss 1f62249097 add retry terminated session chan
5 years ago
sylviamoss 8e3f3e514c improve logs
5 years ago
sylviamoss b2c7897f58 add WaitGroup to avoid data race
5 years ago
sylviamoss 1c2b469acd add retry channel to ssm driver
5 years ago
Megan Marsh b8e6e2c081
Merge pull request #10085 from 10000coins/f-aws-tenancy
5 years ago
Evan Pipho 608307cd1e Re-allow spot + tenancy. Validate tenancy is set to a usable value
5 years ago
Evan Pipho d5d1a8708e Add tests for Tenancy vs Spot Price
5 years ago
Evan Pipho 6967e02103 Add support for source instance tenancy to amazon builders
5 years ago
Matt Rogers 15f97421e2
builder/amazon: Add io2 as a supported volume type
5 years ago
Megan Marsh 4c0ac6917e switch to using aws base config, which means we're using code tested and maitnained by the terraform crowd.
6 years ago
Sylvia Moss 96e3def294
Add pause_before_ssm config to pause before establishing the Session Manager session (#9988)
6 years ago
Megan Marsh d66b358100
Merge pull request #9991 from hashicorp/b-amazon-ssm-infinite-loop
6 years ago
Wilken Rivera 2f2b5683a2 amazon/ssm_driver: Update log polling logic
6 years ago
Megan Marsh 429d431365 Implement assume_role for Packer. This functionality is copied shamelessly
6 years ago
Sylvia Moss d347bbec4c
Retry fleet creating only on invalid IAM instance profile (#9946)
6 years ago
Adrien Delorme 0d0bd9ce75
name fields of PolicyDocument correctly in HCL (#9812)
6 years ago
Adrien Delorme a0c09e85df
retry spot instance creation when an "Invalid IAM Instance Profile name" error pops up (#9810)
6 years ago
sylviamoss 1a0d5a93ee fix max_attempts typo
6 years ago
sylviamoss 788dc32598 add aws_polling config option to override env variables
6 years ago
Megan Marsh 8b4993e44c
fix docs for kms key ids (#9766)
6 years ago
Megan Marsh 54469c4728
Add all of the custom AWS template engines to GeneratedData for use b… (#9751)
6 years ago
Megan Marsh f9df185ef1
Merge pull request #9579 from hashicorp/fix_9562
6 years ago
Megan Marsh a56942d3c7 change isAwsErr to an exported func so I can use it in other aws modules.
6 years ago
Adrien Delorme 810f161d22 builder/amazon/common/block_device.go: replace tabs with words
6 years ago
Adrien Delorme 966b17d2b5 builder/amazon/common/access_config.go: replace tabs with words
6 years ago
Adrien Delorme 5c4901c2c2 builder/amazon/common/run_config.go: replace tabs with words
6 years ago
Adrien Delorme 1455a29f2b remove tabs for security_group_filter too
6 years ago
Adrien Delorme 191094edcc better `disable_stop_instance` docs
6 years ago
Megan Marsh 530f5e3f63 more additions to partials
6 years ago
Megan Marsh a1651977b3 add tabs to generated docs from access_config and run_config structs
6 years ago
Megan Marsh 4d3b2cea96
Merge pull request #9480 from adongy/master
6 years ago
Megan Marsh a885e620ee don't error for no mappings if no mappings were set.
6 years ago