File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
11-DevOps-with-AWS-Developer-Tools Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ kubectl get pods
45
45
```
46
46
47
47
## Step-05: Create CodeCommit Repository
48
+ - Code Commit Introduction
48
49
- Create Code Commit Repository with name as ** eks-devops-nginx**
49
50
- Create git credentials from IAM Service and make a note of those credentials.
50
51
- Clone the git repository from Code Commit to local repository, during the process provide your git credentials generated to login to git repo
@@ -133,6 +134,8 @@ kubectl get configmap aws-auth -o yaml -n kube-system
133
134
134
135
## Step-08: Review the buildspec.yml for CodeBuild & Environment Variables
135
136
137
+ ### Code Build Introduction
138
+ - Get a high level overview about CodeBuild Service
136
139
137
140
### Environment Variables for CodeBuild
138
141
```
@@ -209,6 +212,10 @@ artifacts:
209
212
210
213
211
214
## Step-09: Create CodePipeline
215
+ ### CodePipeline Introduction
216
+ - Get a high level overview about CodePipeline Service
217
+
218
+ ### Create CodePipeline
212
219
- Create CodePipeline
213
220
- Go to Services -> CodePipeline -> Create Pipeline
214
221
- **Pipeline Settings**
You can’t perform that action at this time.
0 commit comments