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#load_balancer_type
Line 19: | Line 19: | ||
* <code>[[aws_load_balancer_listener_policy]]</code> | * <code>[[aws_load_balancer_listener_policy]]</code> | ||
* <code>yourvar = "${aws_lb.your_lb_resource_name[[.dns_name]]}"</code> | * <code>yourvar = "${aws_lb.your_lb_resource_name[[.dns_name]]}"</code> | ||
+ | * [[Terraform resource: aws_elb]] | ||
== See also == | == See also == |
Revision as of 11:16, 12 April 2023
internal
:load_balancer_type
:application, gateway, or network
[1]subnets
: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb#subnets
Arguments
idle_timeout
Related terms
- Application Load Balancer (ALB):
AWS::ElasticLoadBalancing::LoadBalancer
aws_lb_listener
aws_lb_listener_certificate
aws_lb_listener_rule
aws_lb_target_group
aws_lb_target_group_attachment
aws_lb
aws_load_balancer_policy
aws_load_balancer_listener_policy
yourvar = "${aws_lb.your_lb_resource_name.dns_name}"
- Terraform resource: aws_elb
See also
- Terraform LB:
aws_lb: drop_invalid_header_fields
- Terraform AWS resources: IAM, Net, EC2, ECS, ECR, S3, Route53, ACM, CloudWatch, CloudFront SES, RDS, DLM
Advertising: