Hi,
I’m trying to deploy a .NET Core API to an AWS AutoScalingGroup (EC2) from an Octopus Deploy project.
So I upload my package to an AWS S3 bucket, with extraction and variabilization.
And when an EC2 instance is poping, it will retrieve the API from the S3 bucket in order to install it.
I also use a CloudFormation step to deploy the AutoScalingGroup.
The step Upload to AWS S3 Template only provides Variables Substitution, but no JSON Configuration Variables.
Is there any way to get JSON Configuration Variables when pushing to as AWS S3 Bucket ?
Octopus Server Version : v2019.7.12
Regards,
William