From the course: Advanced AWS CloudFormation for Enterprise

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

CodePipeline teardown

CodePipeline teardown

- [Instructor] Okay, in order to tear down what we've just created in the CodePipeline demo, the first thing that I need to do is delete the stack MyGitHubAutomatedTemplate. Now, you may think I need to tear down the pipeline first so it doesn't sort of automatically recreate. That's backwards because if we do that, we're going to end up actually deleting an IM role that we need to do this step. So start with the automated template. This will also take care of the instance that's created so that engine ex instance will go away with it. And because nothing's actually happening on the pipeline nothing is changing in GitHub. The pipeline's fine, it's not going to try to reissue the change or anything like that. There are ways you could set it up to continually monitor and always push out, you know if it sees that it needs to make a change. But in this case, it's very simple. It's only going to listen for pushes to the main…

Contents