An ELB is a managed resource that represents an AWS Classic Load Balancer.
Type
CRD
Group
elasticloadbalancing.aws.crossplane.io
Version
v1alpha1
apiVersion: elasticloadbalancing.aws.crossplane.io/v1alpha1
kind: ELB
An ELBSpec defines the desired state of an ELB.
ELBParameters define the desired state of an AWS ELB.
One or more Availability Zones from the same region as the load balancer.
Information about the health checks conducted on the load balancer.
The listeners for this ELB.
SecurityGroupIDRefs references to a SecurityGroup and retrieves its SecurityGroupID
Policies for referencing.
SecurityGroupIDSelector selects a set of references that each retrieve the SecurityGroupID from the referenced SecurityGroup
Policies for selection.
The IDs of the security groups to assign to the load balancer.
SubnetRefs references to a Subnet to and retrieves its SubnetID
Policies for referencing.
SubnetSelector selects a set of references that each retrieve the subnetID from the referenced Subnet
Policies for selection.
The IDs of the subnets in your VPC to attach to the load balancer. Specify one subnet per Availability Zone specified in AvailabilityZones.
ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.
Policies for referencing.
ProviderReference specifies the provider that will be used to create, observe, update, and delete this managed resource. Deprecated: Please use ProviderConfigReference, i.e. providerConfigRef
Policies for referencing.
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.
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.
An ELBStatus represents the observed state of an ELB.
ELBObservation keeps the state for the external resource
Information about the EC2 instances for this ELB.
The names of the policies enabled for the EC2 instance.
Conditions of the resource.
sample-elb
apiVersion: elasticloadbalancing.aws.crossplane.io/v1alpha1
kind: ELB
metadata:
name: sample-elb
spec:
forProvider:
listeners:
- instancePort: 8180
instanceProtocol: http
loadBalancerPort: 8180
protocol: http
region: us-east-1
securityGroupIdRefs:
- name: sample-cluster-sg
subnetIdRefs:
- name: sample-subnet1
tags:
- key: k1
value: v1
providerConfigRef:
name: example