How to enable https and apply certificate with CloudFormation template on AWS
Hi, I'm using the official TeamCity CloudFormation template and I want to enable https and apply certificate with CloudFormation template on AWS. How should I change the template to achieve it?
Please sign in to leave a comment.
Hi,
the official templates are based on the docker images and are pretty much fixed in their content. You can modify the images and then configure your templates to use your versions instead.
This said, "enable https and apply certificate" is a vague statement when dealing with cloud based machines and a multi-process, likely multi-machine infrastructure (server + agents). Do you want to access HTTPS services from within teamcity? Do you want to set TeamCity to run under HTTPS?
Hi, Denis! Thanks for the reply.
What I need is the following: the TC server can be accessed via the public IP of the server, but I need a way to access the server through the subdomain and run it under the https. Something like https://tc.domain.com
I need a way to change the CloudFormation template accordingly if it's the case.