0

In the context of configuring mTLS above ALBs, I need to automate the configuration with AWS CLI.

I know how to check if a Trust store is associated with an ALB with the describe-trust-store-associations API. But I can't find how to create this association.

I didn't find anything in any API under elbv2.

How can I do that ?

1 Answer 1

0

Ok, I finally found the solution :

  • First extract the HTTPS listener ARN associated to the ALB (elbv2 describe-listener API call, and filter out on "Protocol")
  • Then update the listener to attach the Trust store (Use --mutual-authentication in elbv2 modify-listener API)
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.