Adding a ACM certificate to a ecs task def

0

Hi, how do i mount a certificate stored in ACM to a Ecs task so that it can be use in a nginx to verify a self signed cert ?

1 Answer
0

ACM certs can be used with selected services like CloudFront, load balancers, API Gateway, and others https://docs.aws.amazon.com/acm/latest/userguide/acm-services.html

ECS isn't on this list. If you want to use a cert in ACM with ECS then consider putting a load balancer in front of ECS https://docs.aws.amazon.com/AmazonECS/latest/userguide/create-application-load-balancer.html

profile picture
EXPERT
Steve_M
answered 5 months ago
profile picture
EXPERT
reviewed 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions