Deleting a CodeDeploy application
When you no longer need an existing CodeDeploy application, you can delete it using the AWS console. The steps are as follows:
- Click on the Applications link in the left panel of the CodeDeploy console and select the application you want to delete:
Figure 9.45 – The CodeDeploy Delete application screen
- Once you click on the particular application, click on the Delete application button. On the popup screen, provide a confirmation and click on the Delete button:
Figure 9.46 – The CodeDeploy Delete application review page
- The following screenshot shows a confirmation message that states that the CodeDeploy application has been deleted successfully:
Figure 9.47 – The CodeDeploy Delete application confirmation
You don’t need to delete the actual application we created in this chapter. We will use the same CodeDeploy...