Difference between revisions of "Terraform resource: aws lb or aws alb"
Jump to navigation
Jump to search
↑ https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb
↑ https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#load_balancer_type
Line 1: | Line 1: | ||
<code>aws_lb</code> or <code>[[aws_lb]]</code> <ref>https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb</ref> | <code>aws_lb</code> or <code>[[aws_lb]]</code> <ref>https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb</ref> | ||
− | * <code>[[load_balancer_type]]</code>: <code>[[application]], gateway, or network</code> <ref>https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#load_balancer_type</ref> | + | * <code>[[load_balancer_type]]</code>: <code>[[application]], [[gateway]], or [[network]]</code> <ref>https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#load_balancer_type</ref> |
* <code>[[internal]]</code>: (optional) default true | * <code>[[internal]]</code>: (optional) default true | ||
* <code>[[subnets]]</code>: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#subnets | * <code>[[subnets]]</code>: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#subnets |
Revision as of 09:08, 12 September 2023
load_balancer_type
:application, gateway, or network
[2]internal
: (optional) default truesubnets
: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#subnets
Arguments
idle_timeout
security_groups
(optional)
Related terms
- Application Load Balancer (ALB):
AWS::ElasticLoadBalancing::LoadBalancer
aws_lb
yourvar = "${aws_lb.your_lb_resource_name.dns_name}"
- Terraform resource: aws_elb
aws_ecs_service
See also
- Terraform LB:
aws_lb: drop_invalid_header_fields
- Terraform ECS: module, resources:
aws_ecs_cluster, aws_ecs_service: task definition, aws_ecs_task_definition: container_definitions
Advertising: