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.Documentation Index
Fetch the complete documentation index at: https://infisical.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Certificate Syncs are configured per Application. First select which certificates to sync, then configure the ELB destination.
Prerequisites
- An AWS Connection with the following permissions:
- ACM:
acm:ListCertificates,acm:DescribeCertificate,acm:ImportCertificate,acm:DeleteCertificate,acm:ListTagsForCertificate - ELB:
elasticloadbalancing:DescribeLoadBalancers,elasticloadbalancing:DescribeListeners,elasticloadbalancing:DescribeListenerCertificates,elasticloadbalancing:AddListenerCertificates,elasticloadbalancing:RemoveListenerCertificates,elasticloadbalancing:ModifyListener
- ACM:
Create an ELB Sync
- Infisical UI
- API
- In your Application, go to the Certificate Syncs tab and click Create Sync.
- Select the AWS Elastic Load Balancer option.
-
Configure the Destination:
- AWS Connection: The AWS Connection to authenticate with.
- AWS Region: The AWS region where your load balancer is located.
- Load Balancer: Select the Elastic Load Balancer to attach certificates to.
- Listeners: Select one or more HTTPS/TLS listeners.
-
Configure the Sync Options:
- Enable Removal of Expired/Revoked Certificates: Remove certificates from listeners and ACM when no longer active.
- Preserve ARN on Renewal: Keep the same ARN when renewing instead of creating a new certificate.
- Include Root CA: Include the Root CA certificate in the chain.
- Certificate Name Schema: Customize ACM tags using
{{certificateId}}placeholder. - Auto-Sync Enabled: Automatically sync certificates when changes occur.
-
Configure the Details:
- Name: The name of your sync (slug-friendly).
- Description: Optional description.
- Select which certificates should be synced.
- Review and click Create Sync.
Certificate Management
Your AWS Elastic Load Balancer Certificate Sync will:- Automatic Deployment: Deploy certificates to ACM and attach them to your configured listeners.
- Certificate Updates: Update certificates in ACM and on listeners when renewals occur.
- Expiration Handling: Optionally remove expired certificates from listeners and ACM (if enabled).
- Tagging: Automatically tag certificates in ACM with an InfisicalCertificate tag for easy identification and management.
Setting Default Certificates
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.
Manual Certificate Sync
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
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.
What’s Next?
AWS Certificate Manager
Import certificates into ACM for other AWS services.
Auto-Renewal
Enable automatic certificate renewal and syncing.
Alerting
Get notified about certificate lifecycle events.
Other Sync Destinations
View all supported sync destinations.