This product is not supported for your selected Datadog site. ().
This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

aws_imagebuilder_infrastructure_configuration

account_id

Type: STRING

infrastructure_configuration

Type: STRUCT
Provider name: infrastructureConfiguration
Description: The infrastructure configuration object.

  • arn
    Type: STRING
    Provider name: arn
    Description: The Amazon Resource Name (ARN) of the infrastructure configuration.
  • date_created
    Type: STRING
    Provider name: dateCreated
    Description: The date on which the infrastructure configuration was created.
  • date_updated
    Type: STRING
    Provider name: dateUpdated
    Description: The date on which the infrastructure configuration was last updated.
  • description
    Type: STRING
    Provider name: description
    Description: The description of the infrastructure configuration.
  • instance_metadata_options
    Type: STRUCT
    Provider name: instanceMetadataOptions
    Description: The instance metadata option settings for the infrastructure configuration.
    • http_put_response_hop_limit
      Type: INT32
      Provider name: httpPutResponseHopLimit
      Description: Limit the number of hops that an instance metadata request can traverse to reach its destination. The default is one hop. However, if HTTP tokens are required, container image builds need a minimum of two hops.
    • http_tokens
      Type: STRING
      Provider name: httpTokens
      Description: Indicates whether a signed token header is required for instance metadata retrieval requests. The values affect the response as follows:
      • required – When you retrieve the IAM role credentials, version 2.0 credentials are returned in all cases.
      • optional – You can include a signed token header in your request to retrieve instance metadata, or you can leave it out. If you include it, version 2.0 credentials are returned for the IAM role. Otherwise, version 1.0 credentials are returned.
      The default setting is optional.
  • instance_profile_name
    Type: STRING
    Provider name: instanceProfileName
    Description: The instance profile of the infrastructure configuration.
  • instance_types
    Type: UNORDERED_LIST_STRING
    Provider name: instanceTypes
    Description: The instance types of the infrastructure configuration.
  • key_pair
    Type: STRING
    Provider name: keyPair
    Description: The Amazon EC2 key pair of the infrastructure configuration.
  • logging
    Type: STRUCT
    Provider name: logging
    Description: The logging configuration of the infrastructure configuration.
    • s3_logs
      Type: STRUCT
      Provider name: s3Logs
      Description: The Amazon S3 logging configuration.
      • s3_bucket_name
        Type: STRING
        Provider name: s3BucketName
        Description: The S3 bucket in which to store the logs.
      • s3_key_prefix
        Type: STRING
        Provider name: s3KeyPrefix
        Description: The Amazon S3 path to the bucket where the logs are stored.
  • name
    Type: STRING
    Provider name: name
    Description: The name of the infrastructure configuration.
  • placement
    Type: STRUCT
    Provider name: placement
    Description: The instance placement settings that define where the instances that are launched from your image will run.
    • availability_zone
      Type: STRING
      Provider name: availabilityZone
      Description: The Availability Zone where your build and test instances will launch.
    • host_id
      Type: STRING
      Provider name: hostId
      Description: The ID of the Dedicated Host on which build and test instances run. This only applies if tenancy is host. If you specify the host ID, you must not specify the resource group ARN. If you specify both, Image Builder returns an error.
    • host_resource_group_arn
      Type: STRING
      Provider name: hostResourceGroupArn
      Description: The Amazon Resource Name (ARN) of the host resource group in which to launch build and test instances. This only applies if tenancy is host. If you specify the resource group ARN, you must not specify the host ID. If you specify both, Image Builder returns an error.
    • tenancy
      Type: STRING
      Provider name: tenancy
      Description: The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware. An instance with a tenancy of host runs on a Dedicated Host. If tenancy is set to host, then you can optionally specify one target for placement – either host ID or host resource group ARN. If automatic placement is enabled for your host, and you don’t specify any placement target, Amazon EC2 will try to find an available host for your build and test instances.
  • resource_tags
    Type: MAP_STRING_STRING
    Provider name: resourceTags
    Description: The tags attached to the resource created by Image Builder.
  • security_group_ids
    Type: UNORDERED_LIST_STRING
    Provider name: securityGroupIds
    Description: The security group IDs of the infrastructure configuration.
  • sns_topic_arn
    Type: STRING
    Provider name: snsTopicArn
    Description: The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications. EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.
  • subnet_id
    Type: STRING
    Provider name: subnetId
    Description: The subnet ID of the infrastructure configuration.
  • terminate_instance_on_failure
    Type: BOOLEAN
    Provider name: terminateInstanceOnFailure
    Description: The terminate instance on failure configuration of the infrastructure configuration.

request_id

Type: STRING
Provider name: requestId
Description: The request ID that uniquely identifies this request.

tags

Type: UNORDERED_LIST_STRING