Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rd/aw_ imagebuilder_infrastructure_configuration - instance metadata options #24285

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs
  • Loading branch information
kamilturek committed Apr 16, 2022
commit 28a5cf1f5376824bb63962ba4b400c5c442c33b0
Original file line number Diff line number Diff line change
@@ -31,6 +31,9 @@ In addition to all arguments above, the following attributes are exported:
* `date_created` - Date the infrastructure configuration was created.
* `date_created` - Date the infrastructure configuration was updated.
* `description` - Description of the infrastructure configuration.
* `instance_metadata_options` - Nested list of instance metadata options for the HTTP requests that pipeline builds use to launch EC2 build and test instances.
* `http_put_response_hop_limit` - Number of hops that an instance can traverse to reach its destonation.
* `http_tokens` - Whether a signed token is required for instance metadata retrieval requests.
* `instance_profile_name` - Name of the IAM Instance Profile associated with the configuration.
* `instance_types` - Set of EC2 Instance Types associated with the configuration.
* `key_pair` - Name of the EC2 Key Pair associated with the configuration.