I try to use AWS Code Deploy with autoscaling groups. In the past i was deploying with octopus and i want to migrate to aws.
So, I have an Octopus Project with multiple steps. The first step deploys a cloudformation template which builds the infrastructure : vpc, subnets, Deployment groups, Autoscaling group, ELB, S3 Bucket, etc...
The other steps should substitute the variables of a an octopus package and retrieve the S3 bucket name from the first step to upload it to S3.
How i can achieve this with octopus?
Thanks.