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 21: | Line 21: | ||
* <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]] | ||
− | * [[aws_ecs_service]] | + | * <code>[[aws_ecs_service]]</code> |
== See also == | == See also == |
Revision as of 17:03, 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
aws_ecs_service
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: