08 Nov 2021 09:35 AM - last edited on 09 Nov 2021 02:53 PM by MaciejNeumann
I am attempting to deploy OneAgent on AWS Fargate using Runtime Injection method as depicted here on documentation: https://www.dynatrace.com/support/help/setup-and-configuration/setup-on-cloud-platforms/amazon-web-s...
However the Dynatrace cluster I am using is a on-prem managed one, which currently does not have valid SSL certificate due to custom domain name used. (Dynatrace Managed CMC does not support getting Let's Encrypt certificate with custom domain name)
Is there a parameter that I can put for AWS to ignore the certificate of Dynatrace Managed? Like a --no-check-certificate kind of workaround.
Solved! Go to Solution.
08 Nov 2021 02:40 PM
Hi,
this is a limitation in AWS Fargate, here there is a discussion about that topic and possible workarounds like use an EC2 instance and add insecure repository or use ECR https://github.com/aws/containers-roadmap/issues/740
The managed cluster should come automatically with a Let's Encrypt cert looking like https://xxxxx.dynatrace-managed.com , that should work in this scenario
Regards