ELB v2 (Elastic Load Balancer v2)
Implementation details for API elbv2
Coverage Overview
Elastic Load Balancer v2 (ELB v2)
is supported by LocalStack
only in the pro image.
Availability | Testing* | |||||||
---|---|---|---|---|---|---|---|---|
Operation | Implemented | Image | Internal Test Suite | External Test Suite | Terraform Validated | AWS Validated | Snapshot Tested | Details |
AddListenerCertificates | ✔️ | pro | ✔️ | ✔️ | ||||
AddTags | ✔️ | pro | ✔️ | ✔️ | ||||
AddTrustStoreRevocations | ||||||||
CreateListener | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
CreateLoadBalancer | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
CreateRule | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
CreateTargetGroup | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
CreateTrustStore | ||||||||
DeleteListener | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DeleteLoadBalancer | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DeleteRule | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DeleteSharedTrustStoreAssociation | ||||||||
DeleteTargetGroup | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DeleteTrustStore | ||||||||
DeregisterTargets | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DescribeAccountLimits | ✔️ | pro | ✔️ | ✔️ | ||||
DescribeListenerAttributes | ||||||||
DescribeListenerCertificates | ✔️ | pro | ✔️ | ✔️ | ||||
DescribeListeners | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DescribeLoadBalancerAttributes | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DescribeLoadBalancers | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DescribeRules | ✔️ | pro | ✔️ | ✔️ | ||||
DescribeSSLPolicies | ✔️ | pro | ✔️ | |||||
DescribeTags | ✔️ | pro | ✔️ | ✔️ | ||||
DescribeTargetGroupAttributes | ✔️ | pro | ✔️ | ✔️ | ||||
DescribeTargetGroups | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DescribeTargetHealth | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
DescribeTrustStoreAssociations | ||||||||
DescribeTrustStoreRevocations | ||||||||
DescribeTrustStores | ||||||||
GetResourcePolicy | ||||||||
GetTrustStoreCaCertificatesBundle | ||||||||
GetTrustStoreRevocationContent | ||||||||
ModifyListener | ✔️ | pro | ✔️ | ✔️ | ||||
ModifyListenerAttributes | ||||||||
ModifyLoadBalancerAttributes | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
ModifyRule | ✔️ | pro | ✔️ | ✔️ | ||||
ModifyTargetGroup | ✔️ | pro | ✔️ | ✔️ | ||||
ModifyTargetGroupAttributes | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
ModifyTrustStore | ||||||||
RegisterTargets | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
RemoveListenerCertificates | ✔️ | pro | ✔️ | ✔️ | ||||
RemoveTags | ✔️ | pro | ✔️ | ✔️ | ||||
RemoveTrustStoreRevocations | ||||||||
SetIpAddressType | ✔️ | pro | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Show Tests |
SetRulePriorities | ✔️ | pro | ✔️ | |||||
SetSecurityGroups | ✔️ | pro | ✔️ | ✔️ | ||||
SetSubnets | ✔️ | pro | ✔️ |
Terminology
- Internal Test Suite: tested by LocalStack's internal integration test suite
- External Test Suite: covered by an external integration test suite, that runs against LocalStack
- Terraform Validated: operation tested with Terraform
- AWS Validated: the integration test that includes this operation call was validated against AWS
- Snapshot Tested: the operation is part of a snapshot parity test, which verifies the responses by LocalStack and AWS are the same
Testing Details
This section gives an overview about the internal integration test suite and the specific test cases that recorded the API call.How to read the test details?
For each operation we put up a list of the related integration test cases.
Those operation calls have been recorded during the execution of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.
Those operation calls have been recorded during the execution of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.
- Parameters: The tests are ordered by the parameters used, which are highlighted in bold.
- Test Details: LocalStack Community or LocalStack Pro indicates where the test originates. For each test you see:
- test name
- status code returned (which is the expected one for the test case)
- information about validation:
- AWS validated the test is validated against AWS, meaning it run successfully against real AWS as well
- Snapshot Tested this is a snapshot parity test, meaning the responses are validated against AWS
CreateListener
Parameters: Certificates, DefaultActions, LoadBalancerArn, Port, Protocol
- LocalStack Pro
- test_redirect_listener LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_redirect_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- test_get_wordpress LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_get_wordpress HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener_services_are_accessible_and_returning_expected_content LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_listener_services_are_accessible_and_returning_expected_content HTTP Status Code: 200 AWS validated
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_redirect_listener LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_redirect_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_use_priority_for_listener_matching LocalStack Pro: tests/aws/services/elb/test_elb.py::TestListenerSelection::test_use_priority_for_listener_matching HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_loadbalancer_rule LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_loadbalancer_rule HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-4566] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-4566] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-80] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-80] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_path_values LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_multiple_path_values HTTP Status Code: 200 AWS validated Snapshot Tested
- test_rule_conditions_integration LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_rule_conditions_integration HTTP Status Code: 200 AWS validated Snapshot Tested
CreateLoadBalancer
Parameters: IpAddressType, Name, Scheme, SecurityGroups, Subnets, Type
- LocalStack Pro
- test_create_loadbalancer_rule LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_loadbalancer_rule HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_vpc_endpoint_service_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_endpoint_service_configurations HTTP Status Code: 200 AWS validated
- LocalStack Pro
- test_alb_modify_attributes LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_alb_modify_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
- test_alb_set_ip_address_type LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_alb_set_ip_address_type HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_create_load_balancer LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_load_balancer HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- test_get_wordpress LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_get_wordpress HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener_services_are_accessible_and_returning_expected_content LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_listener_services_are_accessible_and_returning_expected_content HTTP Status Code: 200 AWS validated
- LocalStack Pro
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_redirect_listener LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_redirect_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_use_priority_for_listener_matching LocalStack Pro: tests/aws/services/elb/test_elb.py::TestListenerSelection::test_use_priority_for_listener_matching HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_load_balancer LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_load_balancer HTTP Status Code: 200 AWS validated Snapshot Tested
- test_describe_load_balancers LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_describe_load_balancers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-4566] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-4566] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-80] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-80] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_path_values LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_multiple_path_values HTTP Status Code: 200 AWS validated Snapshot Tested
- test_rule_conditions_integration LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_rule_conditions_integration HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_create_load_balancer LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_load_balancer HTTP Status Code: 200 AWS validated Snapshot Tested
- test_failing_create_load_balancer LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_failing_create_load_balancer HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
- LocalStack Pro
- test_vpc_link LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigateway.py::test_vpc_link HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_load_balancer LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_load_balancer HTTP Status Code: 200 AWS validated Snapshot Tested
CreateRule
Parameters: Actions, Conditions, ListenerArn, Priority
- LocalStack Pro
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_listener_services_are_accessible_and_returning_expected_content LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_listener_services_are_accessible_and_returning_expected_content HTTP Status Code: 200 AWS validated
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_use_priority_for_listener_matching LocalStack Pro: tests/aws/services/elb/test_elb.py::TestListenerSelection::test_use_priority_for_listener_matching HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_loadbalancer_rule LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_loadbalancer_rule HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_path_values LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_multiple_path_values HTTP Status Code: 200 AWS validated Snapshot Tested
- test_rule_conditions_integration LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_rule_conditions_integration HTTP Status Code: 200 AWS validated Snapshot Tested
CreateTargetGroup
Parameters: HealthCheckEnabled, HealthCheckIntervalSeconds, HealthCheckPath, HealthCheckPort, HealthCheckProtocol, HealthCheckTimeoutSeconds, HealthyThresholdCount, Matcher, Name, Port, Protocol, ProtocolVersion, TargetType, UnhealthyThresholdCount, VpcId
- LocalStack Pro
- test_create_loadbalancer_rule LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_loadbalancer_rule HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-4566] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-4566] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-80] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-80] HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- LocalStack Pro
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_target_group_healthcheck_interval[TCP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TCP-False] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[TCP_UDP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TCP_UDP-False] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[TLS-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TLS-False] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[UDP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[UDP-False] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[HTTP-True] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[HTTP-True] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[HTTPS-True] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[HTTPS-True] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[TCP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TCP-False] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[TCP_UDP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TCP_UDP-False] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[TLS-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TLS-False] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[UDP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[UDP-False] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- LocalStack Pro
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_listener_services_are_accessible_and_returning_expected_content LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_listener_services_are_accessible_and_returning_expected_content HTTP Status Code: 200 AWS validated
- LocalStack Pro
- test_get_wordpress LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_get_wordpress HTTP Status Code: 200 AWS validated
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- LocalStack Pro
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- LocalStack Pro
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- LocalStack Pro
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- LocalStack Pro
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_target_type_default_values[alb] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[alb] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_target_type_default_values[instance] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[instance] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_target_type_default_values[ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- LocalStack Pro
- test_target_group_attributes_deregistration LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_deregistration HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-False-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-False-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-False-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-False-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-False-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-False-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-False-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-False-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-False-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-False-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-False-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-False-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-False-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-False-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[GENEVE] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[GENEVE] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[HTTPS] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[HTTPS] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[HTTP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[HTTP] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[TCP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TCP] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[TCP_UDP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TCP_UDP] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[TLS] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TLS] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[UDP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[UDP] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- LocalStack Pro
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- LocalStack Pro
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- LocalStack Pro
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- LocalStack Pro
- test_target_group_attributes_deregistration LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_deregistration HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_target_type_default_values[lambda] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[lambda] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- LocalStack Pro
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
DeleteListener
Parameters: ListenerArn
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- test_cloudwatch_logs LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_cloudwatch_logs HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_deployed_resources LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_deployed_resources HTTP Status Code: 200 AWS validated Snapshot Tested
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_redirect_listener LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_redirect_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_use_priority_for_listener_matching LocalStack Pro: tests/aws/services/elb/test_elb.py::TestListenerSelection::test_use_priority_for_listener_matching HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_loadbalancer_rule LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_loadbalancer_rule HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-4566] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-4566] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-80] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-80] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_path_values LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_multiple_path_values HTTP Status Code: 200 AWS validated Snapshot Tested
- test_rule_conditions_integration LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_rule_conditions_integration HTTP Status Code: 200 AWS validated Snapshot Tested
DeleteLoadBalancer
Parameters: LoadBalancerArn
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- test_cloudwatch_logs LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_cloudwatch_logs HTTP Status Code: 200 AWS validated
- test_vpc_link LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigateway.py::test_vpc_link HTTP Status Code: 200 AWS validated Snapshot Tested
- test_vpc_endpoint_service_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_endpoint_service_configurations HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_deployed_resources LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_deployed_resources HTTP Status Code: 200 AWS validated Snapshot Tested
- test_alb_modify_attributes LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_alb_modify_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
- test_alb_set_ip_address_type LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_alb_set_ip_address_type HTTP Status Code: 200 AWS validated Snapshot Tested
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_redirect_listener LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_redirect_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_use_priority_for_listener_matching LocalStack Pro: tests/aws/services/elb/test_elb.py::TestListenerSelection::test_use_priority_for_listener_matching HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_load_balancer LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_load_balancer HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_loadbalancer_rule LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_loadbalancer_rule HTTP Status Code: 200 AWS validated Snapshot Tested
- test_describe_load_balancers LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_describe_load_balancers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-4566] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-4566] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-80] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-80] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_path_values LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_multiple_path_values HTTP Status Code: 200 AWS validated Snapshot Tested
- test_rule_conditions_integration LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_rule_conditions_integration HTTP Status Code: 200 AWS validated Snapshot Tested
DeleteRule
Parameters: RuleArn
- LocalStack Pro
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_deployed_resources LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_deployed_resources HTTP Status Code: 200 AWS validated Snapshot Tested
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_use_priority_for_listener_matching LocalStack Pro: tests/aws/services/elb/test_elb.py::TestListenerSelection::test_use_priority_for_listener_matching HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_loadbalancer_rule LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_loadbalancer_rule HTTP Status Code: 200 AWS validated Snapshot Tested
- test_multiple_path_values LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_multiple_path_values HTTP Status Code: 200 AWS validated Snapshot Tested
- test_rule_conditions_integration LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRuleConditions::test_rule_conditions_integration HTTP Status Code: 200 AWS validated Snapshot Tested
DeleteTargetGroup
Parameters: TargetGroupArn
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- test_cloudwatch_logs LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_cloudwatch_logs HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_deployed_resources LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_deployed_resources HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_loadbalancer_rule LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_loadbalancer_rule HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_deregistration LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_deregistration HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-False-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-False-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-False-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-False-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-False-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-False-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-False-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-False-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-False-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-False-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-False-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-False-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-False-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-False-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[TCP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TCP-False] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[TCP_UDP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TCP_UDP-False] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[TLS-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TLS-False] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_healthcheck_interval[UDP-False] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[UDP-False] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[GENEVE] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[GENEVE] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[HTTPS] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[HTTPS] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[HTTP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[HTTP] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[TCP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TCP] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[TCP_UDP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TCP_UDP] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[TLS] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TLS] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_protocol_default_values[UDP] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[UDP] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_target_type_default_values[alb] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[alb] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_target_type_default_values[instance] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[instance] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_target_type_default_values[ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_target_type_default_values[lambda] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[lambda] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_route53_elb_integration[port-4566] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-4566] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_route53_elb_integration[port-80] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-80] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
DeregisterTargets
Parameters: TargetGroupArn, Targets
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- test_cloudwatch_logs LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_cloudwatch_logs HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_deployed_resources LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_deployed_resources HTTP Status Code: 200 AWS validated Snapshot Tested
DescribeListeners
Parameters: LoadBalancerArn
- LocalStack Pro
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
DescribeLoadBalancerAttributes
Parameters: LoadBalancerArn
- LocalStack Pro
- test_alb_modify_attributes LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_alb_modify_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
DescribeLoadBalancers
Parameters: LoadBalancerArns
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- test_get_wordpress LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_get_wordpress HTTP Status Code: 200 AWS validated
- test_vpc_link LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigateway.py::test_vpc_link HTTP Status Code: 200 AWS validated Snapshot Tested
- test_vpc_endpoint_service_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_endpoint_service_configurations HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener_services_are_accessible_and_returning_expected_content LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_listener_services_are_accessible_and_returning_expected_content HTTP Status Code: 200 AWS validated
- test_describe_load_balancers LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_describe_load_balancers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
- test_failing_describe_load_balancers LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_failing_describe_load_balancers HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
- LocalStack Pro
- test_failing_describe_load_balancers LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_failing_describe_load_balancers HTTP Status Code: 400 (ValidationError) AWS validated Snapshot Tested
- LocalStack Pro
- test_describe_load_balancers LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_describe_load_balancers HTTP Status Code: 200 AWS validated Snapshot Tested
- test_failing_describe_load_balancers LocalStack Pro: tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_failing_describe_load_balancers HTTP Status Code: 400 (LoadBalancerNotFoundException) AWS validated Snapshot Tested
DescribeTargetGroups
Parameters: TargetGroupArns
- LocalStack Pro
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
DescribeTargetHealth
Parameters: TargetGroupArn
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- test_cloudwatch_logs LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_cloudwatch_logs HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_deployed_resources LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_deployed_resources HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-4566] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-4566] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-80] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-80] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_crud LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud HTTP Status Code: 200 AWS validated Snapshot Tested
ModifyLoadBalancerAttributes
Parameters: Attributes, LoadBalancerArn
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- test_get_wordpress LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_get_wordpress HTTP Status Code: 200 AWS validated
- test_vpc_link LocalStack Pro: tests/aws/services/cloudformation/resources/test_apigateway.py::test_vpc_link HTTP Status Code: 200 AWS validated Snapshot Tested
- test_vpc_endpoint_service_configurations LocalStack Pro: tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_endpoint_service_configurations HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_elbv2_loadbalancer_resource LocalStack Pro: tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource HTTP Status Code: 200 AWS validated Snapshot Tested
- test_record_set_with_alias_record LocalStack Pro: tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record HTTP Status Code: 200 AWS validated Snapshot Tested
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener_services_are_accessible_and_returning_expected_content LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_listener_services_are_accessible_and_returning_expected_content HTTP Status Code: 200 AWS validated
- test_alb_modify_attributes LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_alb_modify_attributes HTTP Status Code: 200 AWS validated Snapshot Tested
ModifyTargetGroupAttributes
Parameters: Attributes, TargetGroupArn
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- test_get_wordpress LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_get_wordpress HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener_services_are_accessible_and_returning_expected_content LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_listener_services_are_accessible_and_returning_expected_content HTTP Status Code: 200 AWS validated
- test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip_proto] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-False-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-False-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-False-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-False-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-False-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-False-app_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-False-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-False-lb_cookie] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-False-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-False-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-False-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-False-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-False-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-False-source_ip] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_target_group_attributes_deregistration LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_deregistration HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-app_cookie] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-lb_cookie] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[GENEVE-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-source_ip] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip_proto] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip_proto] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-app_cookie] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-lb_cookie] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip_proto] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-app_cookie] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-lb_cookie] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip_proto] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-app_cookie] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-lb_cookie] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-source_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip_proto] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-app_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-app_cookie] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-lb_cookie] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-lb_cookie] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
- test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip_proto] LocalStack Pro: tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip_proto] HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
RegisterTargets
Parameters: TargetGroupArn, Targets
- LocalStack Pro
- test_infra LocalStack Pro: tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra HTTP Status Code: 200 AWS validated
- test_get_wordpress LocalStack Pro: tests/aws/scenario/wordpress_blog/test_wordpress_blog.py::TestWordpressBlogScenario::test_get_wordpress HTTP Status Code: 200 AWS validated
- test_ecs_alb_apigateway_integration LocalStack Pro: tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration HTTP Status Code: 200 AWS validated
- test_create_service_run_task LocalStack Pro: tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task HTTP Status Code: 200
- test_service_deployment LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment HTTP Status Code: 200 AWS validated
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_port_connection LocalStack Pro: tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener HTTP Status Code: 200 AWS validated Snapshot Tested
- test_listener_services_are_accessible_and_returning_expected_content LocalStack Pro: tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_listener_services_are_accessible_and_returning_expected_content HTTP Status Code: 200 AWS validated
- test_load_balancing LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-4566] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-4566] HTTP Status Code: 200 AWS validated Snapshot Tested
- test_route53_elb_integration[port-80] LocalStack Pro: tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration[port-80] HTTP Status Code: 200 AWS validated Snapshot Tested
SetIpAddressType
Parameters: IpAddressType, LoadBalancerArn
- LocalStack Pro
- test_alb_set_ip_address_type LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_alb_set_ip_address_type HTTP Status Code: 200 AWS validated Snapshot Tested
- test_alb_set_ip_address_type LocalStack Pro: tests/aws/services/elb/test_elb.py::TestELB::test_alb_set_ip_address_type HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested