Skip to content

AWS Elastic Load Balancing 节点#

¥AWS Elastic Load Balancing node

使用 AWS Elastic Load Balancing 节点自动化 AWS ELB 中的工作,并将 AWS ELB 与其他应用集成。n8n 内置支持多种 AWS ELB 功能,包括添加、获取、移除和删除证书和负载均衡器。

¥Use the AWS Elastic Load Balancing node to automate work in AWS ELB, and integrate AWS ELB with other applications. n8n has built-in support for a wide range of AWS ELB features, including adding, getting, removing, deleting certificates and load balancers.

本页列出了 AWS ELB 节点支持的操作列表以及更多资源的链接。

¥On this page, you'll find a list of operations the AWS ELB node supports and links to more resources.

Credentials

请参阅 AWS ELB 凭证 以了解有关设置身份验证的指导。

¥Refer to AWS ELB credentials for guidance on setting up authentication.

操作#

¥Operations

  • 监听器证书

¥Listener Certificate

  • 添加

    ¥Add

  • 获取多个

    ¥Get Many

  • 移除

    ¥Remove

  • 负载均衡器

¥Load Balancer

  • 创建

    ¥Create

  • 删除

    ¥Delete

  • 获取

    ¥Get

  • 获取多个

    ¥Get Many

此节点支持创建和管理应用及网络负载均衡器。它目前不支持网关负载均衡器。

¥This node supports creating and managing application and network load balancers. It doesn't currently support gateway load balancers.

模板和示例#

¥Templates and examples

Template widget placeholder.

相关资源#

¥Related resources

有关此服务的更多信息,请参阅 AWS ELB 文档

¥Refer to AWS ELB's documentation for more information on this service.

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.