ACM for Nitro Enclaves is an enclave application that allows you to use public and private SSL/TLS certificates with your web applications and servers running on Amazon EC2 instances with AWS Nitro Enclaves.
To support such applications a new resource to associate an EC2 instance's IAM role with an ACM certificate is required.
aws_ec2_enclave_certificate_iam_role_associationresource "aws_ec2_enclave_certificate_iam_role_association" "example" {
certificate_arn = aws_acm_certificate.example.arn
role_arn = aws_iam_role.example.arn
}
Requires AWS SDK v1.35.17:
Relates: #15909.
I can take a look on that!
I will present a PR in a few days, when I will finish polishing and tests :)
Most helpful comment
I can take a look on that!