Marketplace
BrowsePublish
Marketplace
You are viewing an outdated version of provider-aws-ec2.Go to Latest
upbound/provider-aws-ec2@v1.12.0
Fleet
ec2.aws.upbound.io
Fleet
upbound/provider-aws-ec2@v1.12.0ec2.aws.upbound.io

Fleet is the Schema for the Fleets API. Provides a resource to manage EC2 Fleets

Type

CRD

Group

ec2.aws.upbound.io

Version

v1beta1

apiVersion: ec2.aws.upbound.io/v1beta1

kind: Fleet

API Documentation
apiVersion
string
kind
string
metadata
object
spec
object
object

FleetSpec defines the desired state of Fleet

forProvider
requiredobject
requiredobject

No description provided.

context
string
array

Information about the instances that were launched by the fleet. Available only when type is set to instant.

array

The IDs of the instances.

lifecycle
string
platform
string
array

Nested argument containing EC2 Launch Template configurations. Defined below.

object

Nested argument containing EC2 Launch Template to use. Defined below.

object

Reference to a LaunchTemplate in ec2 to populate launchTemplateId.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate launchTemplateId.

policy
object
object

Policies for selection.

resolve
string
version
string
object

Reference to a LaunchTemplate in ec2 to populate version.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate version.

policy
object
object

Policies for selection.

resolve
string
array

Nested argument(s) containing parameters to override the same parameters in the Launch Template. Defined below.

object

Override the instance type in the Launch Template with instance types that satisfy the requirements.

object

Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum limits.

max
number
min
number
array

List of accelerator manufacturer names. Default is any manufacturer.

array

List of accelerator names. Default is any acclerator.

object

Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.

max
number
min
number
array

The accelerator types that must be on the instance type. Default is any accelerator type.

array

The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards,represented by an asterisk (). The following are examples: c5, m5a., r, 3. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types. Default is any instance type.

bareMetal
string
object

Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.

max
number
min
number
array

The CPU manufacturers to include. Default is any manufacturer. ~> NOTE: Don't confuse the CPU hardware manufacturer with the CPU hardware architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.

array

The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (). The following are examples: c5, m5a., r, 3. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.

array

Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Valid values are current and previous. Default is current and previous generation instance types.

array

List of local storage type names. Valid values are hdd and ssd. Default any storage type.

object

Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.

max
number
min
number
memoryMib
object
object

The minimum and maximum amount of memory per vCPU, in GiB. Default is no minimum or maximum limits.

max
number
min
number
object

The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is No minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.

max
number
min
number
vcpuCount
object
object

Block describing the minimum and maximum number of vCPUs. Default is no maximum.

max
number
min
number
maxPrice
string
priority
number
subnetId
string
object

Nested argument containing On-Demand configurations. Defined below.

object

Demand capacity. Supported only for fleets of type instant.

region
requiredstring
object

Nested argument containing Spot configurations. Defined below.

object

Nested argument containing maintenance strategies for managing your Spot Instances that are at an elevated risk of being interrupted. Defined below.

object

Nested argument containing the capacity rebalance for your fleet request. Defined below.

tags
object
object

Nested argument containing target capacity configurations. Defined below.

type
string
validFrom
string
object

THIS IS A BETA FIELD. It will be honored unless the Management Policies feature flag is disabled. InitProvider holds the same fields as ForProvider, with the exception of Identifier and other resource reference fields. The fields that are in InitProvider are merged into ForProvider when the resource is created. The same fields are also added to the terraform ignore_changes hook, to avoid updating them after creation. This is useful for fields that are required on creation, but we do not desire to update them after creation, for example because of an external controller is managing them, like an autoscaler.

context
string
array

Information about the instances that were launched by the fleet. Available only when type is set to instant.

array

The IDs of the instances.

lifecycle
string
platform
string
array

Nested argument containing EC2 Launch Template configurations. Defined below.

object

Nested argument containing EC2 Launch Template to use. Defined below.

object

Reference to a LaunchTemplate in ec2 to populate launchTemplateId.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate launchTemplateId.

policy
object
object

Policies for selection.

resolve
string
version
string
object

Reference to a LaunchTemplate in ec2 to populate version.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a LaunchTemplate in ec2 to populate version.

policy
object
object

Policies for selection.

resolve
string
array

Nested argument(s) containing parameters to override the same parameters in the Launch Template. Defined below.

object

Override the instance type in the Launch Template with instance types that satisfy the requirements.

object

Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum limits.

max
number
min
number
array

List of accelerator manufacturer names. Default is any manufacturer.

array

List of accelerator names. Default is any acclerator.

object

Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.

max
number
min
number
array

The accelerator types that must be on the instance type. Default is any accelerator type.

array

The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards,represented by an asterisk (). The following are examples: c5, m5a., r, 3. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types. Default is any instance type.

bareMetal
string
object

Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.

max
number
min
number
array

The CPU manufacturers to include. Default is any manufacturer. ~> NOTE: Don't confuse the CPU hardware manufacturer with the CPU hardware architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.

array

The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (). The following are examples: c5, m5a., r, 3. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.

array

Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Valid values are current and previous. Default is current and previous generation instance types.

array

List of local storage type names. Valid values are hdd and ssd. Default any storage type.

object

Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.

max
number
min
number
memoryMib
object
object

The minimum and maximum amount of memory per vCPU, in GiB. Default is no minimum or maximum limits.

max
number
min
number
object

The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is No minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.

max
number
min
number
vcpuCount
object
object

Block describing the minimum and maximum number of vCPUs. Default is no maximum.

max
number
min
number
maxPrice
string
priority
number
subnetId
string
object

Nested argument containing On-Demand configurations. Defined below.

object

Demand capacity. Supported only for fleets of type instant.

object

Nested argument containing Spot configurations. Defined below.

object

Nested argument containing maintenance strategies for managing your Spot Instances that are at an elevated risk of being interrupted. Defined below.

object

Nested argument containing the capacity rebalance for your fleet request. Defined below.

tags
object
object

Nested argument containing target capacity configurations. Defined below.

type
string
validFrom
string
array

THIS IS A BETA FIELD. It is on by default but can be opted out through a Crossplane feature flag. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. This field is planned to replace the DeletionPolicy field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. If both are custom, the DeletionPolicy field will be ignored. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md

object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

configRef
object
object

SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
metadata
object
object

Metadata is the metadata for connection secret.

labels
object
type
string
name
requiredstring
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.

name
requiredstring
namespace
requiredstring
status
object
object

FleetStatus defines the observed state of Fleet.

object

No description provided.

arn
string
context
string
array

Information about the instances that were launched by the fleet. Available only when type is set to instant.

array

The IDs of the instances.

lifecycle
string
platform
string
id
string
array

Nested argument containing EC2 Launch Template configurations. Defined below.

object

Nested argument containing EC2 Launch Template to use. Defined below.

array

Nested argument(s) containing parameters to override the same parameters in the Launch Template. Defined below.

object

Override the instance type in the Launch Template with instance types that satisfy the requirements.

object

Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum limits.

max
number
min
number
array

List of accelerator manufacturer names. Default is any manufacturer.

array

List of accelerator names. Default is any acclerator.

object

Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.

max
number
min
number
array

The accelerator types that must be on the instance type. Default is any accelerator type.

array

The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards,represented by an asterisk (). The following are examples: c5, m5a., r, 3. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types. Default is any instance type.

bareMetal
string
object

Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.

max
number
min
number
array

The CPU manufacturers to include. Default is any manufacturer. ~> NOTE: Don't confuse the CPU hardware manufacturer with the CPU hardware architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.

array

The instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (). The following are examples: c5, m5a., r, 3. For example, if you specify c5*, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify m5a.*, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types.

array

Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Valid values are current and previous. Default is current and previous generation instance types.

array

List of local storage type names. Valid values are hdd and ssd. Default any storage type.

object

Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.

max
number
min
number
memoryMib
object
object

The minimum and maximum amount of memory per vCPU, in GiB. Default is no minimum or maximum limits.

max
number
min
number
object

The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is No minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.

max
number
min
number
object

Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.

max
number
min
number
vcpuCount
object
object

Block describing the minimum and maximum number of vCPUs. Default is no maximum.

max
number
min
number
maxPrice
string
priority
number
subnetId
string
object

Nested argument containing On-Demand configurations. Defined below.

object

Demand capacity. Supported only for fleets of type instant.

object

Nested argument containing Spot configurations. Defined below.

object

Nested argument containing maintenance strategies for managing your Spot Instances that are at an elevated risk of being interrupted. Defined below.

object

Nested argument containing the capacity rebalance for your fleet request. Defined below.

tags
object
tagsAll
object
object

Nested argument containing target capacity configurations. Defined below.

type
string
validFrom
string
array

Conditions of the resource.

lastTransitionTime
requiredstring
message
string
reason
requiredstring
status
requiredstring
type
requiredstring
Marketplace

Discover the building blocks for your internal cloud platform.

© 2022 Upbound, Inc.

SolutionsProvidersConfigurations
LearnDocumentationTry for Free
MorePrivacy PolicyTerms & Conditions
Marketplace

© 2022 Upbound, Inc.

Marketplace

Discover the building blocksfor your internal cloud platform.