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 11: | Line 11: | ||
== Related terms == | == Related terms == | ||
* [[Application Load Balancer (ALB)]]: <code>[[AWS::ElasticLoadBalancing::LoadBalancer]]</code> | * [[Application Load Balancer (ALB)]]: <code>[[AWS::ElasticLoadBalancing::LoadBalancer]]</code> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
* <code>[[aws_lb]]</code> | * <code>[[aws_lb]]</code> | ||
− | * <code>[[aws_load_balancer_policy]]</code> | + | ** <code>[[aws_lb_listener]]</code> |
− | * <code>[[aws_load_balancer_listener_policy]]</code> | + | ** <code>[[aws_lb_listener_certificate]]</code> |
+ | ** <code>[[aws_lb_listener_rule]]</code> | ||
+ | ** <code>[[aws_lb_target_group]]</code> | ||
+ | ** <code>[[aws_lb_target_group_attachment]]</code> | ||
+ | ** <code>[[aws_load_balancer_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]] | * [[Terraform resource: aws_elb]] |
Revision as of 17:00, 14 May 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
- 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
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: