From the course: Complete Guide to AWS Software Deployment
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Troubleshoot AWS CodeDeploy deployments - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to AWS Software Deployment
Troubleshoot AWS CodeDeploy deployments
- [Instructor] CodeDeploy puts a lot of power in your hands but it can be difficult to troubleshoot when things go wrong. Let's look at some common issues you may encounter with deployments. First, instance configuration. Problems with the instances in your deployment group can be the hardest to troubleshoot because your deployment would just time out and you'll not receive an error. Here are some possible causes to keep in mind if that happens. First, the CodeDeploy agent is simply not installed. Remember that each instance used by CodeDeploy must run the service agent. Systems Manager's ability to install and configure the agent via its distributor service is your best friend here. Issue number two, the agent is there but not running. If you install the agent per AWS's instructions, it should be configured as a service that starts on boot. Still, it's something worth checking. Issue number three, S3 access. You might think, "I'm deploying from GitHub. Why do my instances need to…
Contents
-
-
-
-
-
-
-
(Locked)
AWS CodeDeploy key concepts3m 29s
-
(Locked)
AWS CodeDeploy: AppSpec and lifecycle events3m 10s
-
(Locked)
AWS CodeDeploy: IAM setup3m 14s
-
(Locked)
AWS CodeDeploy: Instance preparation5m 10s
-
(Locked)
AWS CodeDeploy: Auto Scaling group8m 38s
-
(Locked)
AWS CodeDeploy: App creation1m 53s
-
(Locked)
Install and configure the AWS CLI5m 21s
-
(Locked)
AWS CodeDeploy: Adding database and security groups4m 40s
-
(Locked)
AWS CodeDeploy: Managing secrets with Secrets Manager6m 51s
-
(Locked)
AWS CodeDeploy: AppSpec and deployment13m 8s
-
(Locked)
AWS CodeDeploy: Add a load balancer9m 9s
-
(Locked)
Troubleshoot AWS CodeDeploy deployments3m 28s
-
(Locked)
Understanding AWS CodeBuild4m 43s
-
(Locked)
Add AWS CodeBuild support to an app4m 37s
-
(Locked)
Integrate AWS CodeBuild into CodePipeline10m 5s
-
(Locked)
AWS CodePipeline challenge: Add an approval stage1m 28s
-
(Locked)
AWS CodePipeline challenge solution: Add an approval stage7m 33s
-
(Locked)
AWS CodeDeploy teardown5m 43s
-
(Locked)
-
-
-