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
From the course: Advanced AWS CloudFormation for Enterprise
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
-
-
-
-
-
-
-
(Locked)
Provisioning instances with CloudFormation's cfn-init5m 24s
-
(Locked)
Patterns of CloudFormation automation2m 24s
-
(Locked)
Setup: Deploying CloudFormation from GitHub with CodePipeline9m 7s
-
(Locked)
Demo: Deploying CloudFormation from GitHub with CodePipeline8m 37s
-
(Locked)
CodePipeline teardown3m 13s
-
(Locked)
-