Deploy certificates to AWS Application Load Balancers and Network Load Balancers.
Deploy certificates directly to your AWS Application Load Balancers (ALBs) and Network Load Balancers (NLBs). Certificates are imported into AWS Certificate Manager (ACM) and attached to your configured listeners automatically.
Certificate Syncs are configured per Application. First select which certificates to sync, then configure the ELB destination.
If your AWS Connection uses the Assume Role method and is created within Certificate Manager, use your Organization ID as the External ID in your AWS IAM role trust policy. You can find the Organization ID in your organization settings. See the AWS Connection docs for more details.
You can optionally specify certificateIds during sync creation to immediately add certificates to the sync.
If not provided, you can add certificates later using the certificate management endpoints.
You can set a certificate as the default for all configured listeners. The default certificate is used when a client connects without specifying a hostname via SNI (Server Name Indication).
Infisical UI
API
In the sync details page, click Set as Default next to the certificate you want to use as the default for all configured listeners.
To set a certificate as the default, make an API request to the Set Default Certificate endpoint:
You can manually trigger certificate synchronization to AWS Elastic Load Balancer using the sync certificates functionality. This is useful for:
Initial setup when you have existing certificates to deploy
One-time sync of specific certificates
Testing certificate sync configurations
Force sync after making changes
To manually sync certificates, use the Sync Certificates API endpoint or the manual sync option in the Infisical UI.
AWS Elastic Load Balancer does not support importing certificates back into
Infisical due to security limitations where private keys cannot be extracted
from AWS Certificate Manager. Only certificates managed by Infisical can be
synced to your load balancers.