Skip to content

Commit 5c952bf

Browse files
committed
added youtube video link)
1 parent 4fd491b commit 5c952bf

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# nodejs-express-on-aws-ec2
22

3-
This repo hosts the source code for my YouTube tutorial on CI/CD from Github to an AWS EC2 instance via CodePipeline and CodeDeploy. This tutorial uses a node.js express app as an example for the demo.
3+
This repo hosts the source code for my YouTube tutorial on CI/CD from Github to an AWS EC2 instance via CodePipeline and CodeDeploy (https://www.youtube.com/watch?v=Buh3GjHPmjo). This tutorial uses a node.js express app as an example for the demo.
4+
5+
I also created a video to talk about how to fix some of the common CodeDeploy failures I have run into (https://www.youtube.com/watch?v=sXZVkOH6hrA). Below are a couple of examples:
6+
7+
```
8+
ApplicationStop failed with exit code 1
9+
```
10+
11+
```
12+
The overall deployment failed because too many individual instances failed deployment, too few healthy instances are available for deployment, or some instances in your deployment group are experiencing problems.
13+
```
414

515
===========================
616

0 commit comments

Comments
 (0)