What is the ccdeploy command for? #256
-
Via the community reviews thread I learned about the How is that different from using the good old CloudFormation API to control a stack via a template? When would you want to use Cloud Control for that instead of CloudFormation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
The
cc deploy
command is experimental and not something I'd expect anyone to actually use any time soon. It's a proof of concept for deploying templates via API calls into the Cloud Control API (CCAPI). This means there is no stack, and you won't see any evidence of it in the CloudFormation console. It's closer to the experience you would get using Terraform and theawscc
provider (although not nearly as stable or complete). With this command, Rain itself is handling a lot of what goes on behind the scenes when CloudFormation deploys a stack, so it's a good exercise to see what's involved with resource management.