Reputation: 253
I am looking for some thing like Amazon Code Deploy In-place deployments. Where you deploy with out actually baking the instance again. Was not able to find any documentation on doing it. Any help and inputs are appreciated.
Upvotes: 0
Views: 347
Reputation: 127
Use the Stage "Find Image from Tags" and use the Parameter "AMI_NAME".In Value field add the "AMI ID". In this case Spinnaker will skip the AMI baking and use the AMI you defined for Deployment.
Upvotes: 0