Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit fd9f0e8

Browse files
committed
Updated screenshots for codepipeline to match the new console interface
1 parent a66c1a7 commit fd9f0e8

20 files changed

+33
-41
lines changed

DevOps/2_ContinuousDeliveryPipeline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In this module, you'll use [AWS CodePipeline](https://aws.amazon.com/codepipelin
66

77
CodePipeline orchestrates the steps to build, test, and deploy your code changes. Below is a screenshot of the CodePipeline created by the CodeStar project.
88

9-
![Wild Rydes Unicorn API Continuous Delivery Pipeline](images/codepipeline-final.png)
9+
![Wild Rydes Unicorn API Continuous Delivery Pipeline](images/codepipeline-final-new.png)
1010

1111
## CodeBuild Overview
1212

73.8 KB
Loading

DevOps/4_MultipleEnvironments/README.md

Lines changed: 32 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Following the Test stage, you will add a Beta stage that includes two actions th
6363

6464
Below is an image depicting the CodePipeline upon completion:
6565

66-
![Wild Rydes Unicorn API Continuous Delivery Pipeline](images/codepipeline-final.png)
66+
![Wild Rydes Unicorn API Continuous Delivery Pipeline](images/codepipeline-final-new.png)
6767

6868
## Environment Setup
6969

@@ -200,21 +200,17 @@ Using your preferred Git client, run the commands on your local **uni-api** Git
200200

201201
1. Choose **+Stage** below the Build stage of the pipeline.
202202

203-
![CodePipeline Edit](images/codepipeline-edit.png)
203+
![CodePipeline Edit](images/codepipeline-edit-new.png)
204204

205205
1. Enter `Test` for the **Stage Name**.
206206

207207
#### 4c. Add GenerateChangeSet Action to Test Stage
208208

209209
1. Choose `+Action` below `Test`.
210210

211-
1. In the **Add action** dialog, select `Deploy` for the **Action category**.
211+
1. In the **Add action** dialog, enter `GenerateChangeSet` for the **Action name**.
212212

213-
1. Enter `GenerateChangeSet` for the **Action name**.
214-
215-
1. Select `AWS CloudFormation` for the **Deployment provider**.
216-
217-
![CodePipeline Add Action](images/codepipeline-add-1.png)
213+
1. Select `AWS CloudFormation` for the **Action provider**.
218214

219215
1. Select `Create or replace a change set` for **Action mode**
220216

@@ -232,39 +228,37 @@ Using your preferred Git client, run the commands on your local **uni-api** Git
232228

233229
1. Enter `uni-api-BuildArtifact` for **Input artifacts #1**
234230

235-
![CodePipeline Add Action CloudFormation](images/codepipeline-add-2.png)
231+
1. Choose **Save**
236232

237-
1. Choose **Add Action**
233+
![CodePipeline Add Action](images/codepipeline-add-1-new.png)
238234

239235
#### 4d. Add ExecuteChangeSet Action to Test Stage
240236

241237
1. Choose `+Action` below `GenerateChangeSet`.
242238

243-
![CodePipeline Add Action](images/codepipeline-add2-1.png)
239+
![CodePipeline Add Action](images/codepipeline-add2-1-new.png)
244240

245-
1. In the **Add action** dialog, select `Deploy` for the **Action category**.
241+
1. In the **Add action** dialog, select `AWS CloudFormation` for the **Action provider**.
246242

247243
1. Enter `ExecuteChangeSet` for the **Action name**.
248244

249-
1. Select `AWS CloudFormation` for the **Deployment provider**.
250-
251-
![CodePipeline Add Action](images/codepipeline-add2-2.png)
245+
1. Select `AWS CloudFormation` for the **Action provider**.
252246

253247
1. Select `Execute a change set` for **Action mode**
254248

255249
1. Enter `awscodestar-uni-api-lambda-test` for **Stack name**
256250

257251
1. Enter `pipeline-changeset` for **Change set name**
258252

259-
![CodePipeline Add Action](images/codepipeline-add2-3.png)
253+
![CodePipeline Add Action](images/codepipeline-add2-3-new.png)
260254

261-
1. Choose **Add Action**
255+
1. Choose **Save**
262256

263257
#### 4e. Save CodePipeline Changes
264258

265259
The pipeline should look like the following screenshot after adding the new Test stage.
266260

267-
![CodePipeline Deploy Stage Complete](images/codepipeline-add2-complete.png)
261+
![CodePipeline Deploy Stage Complete](images/codepipeline-add2-complete-new.png)
268262

269263
1. Scroll to the top of the pipeline and choose `Save pipeline changes`
270264

@@ -288,7 +282,7 @@ The addition of the Test stage is complete. You will now validate the Test stag
288282

289283
1. Observe that each stage's color will turn blue during execution and green on completion. Following the successful execution of all stages, the pipeline should look like the following screenshot.
290284

291-
![Wild Rydes Unicorn API Continuous Delivery Pipeline](images/codepipeline-final-test.png)
285+
![Wild Rydes Unicorn API Continuous Delivery Pipeline](images/codepipeline-final-test-new.png)
292286

293287
## Beta Stage Addition
294288

@@ -312,21 +306,19 @@ The addition of the Test stage is complete. You will now validate the Test stag
312306

313307
1. Choose `+Stage` below the Test stage of the pipeline.
314308

315-
![CodePipeline Edit](images/codepipeline-edit-beta.png)
309+
![CodePipeline Edit](images/codepipeline-edit-beta-new.png)
316310

317311
1. Enter `Beta` for the **Stage Name**.
318312

319313
#### 1c. Add GenerateChangeSet to Beta Stage
320314

321315
1. Choose `+Action` below `Beta`.
322316

323-
1. In the **Add action** dialog, select `Deploy` for the **Action category**.
317+
1. In the **Add action** dialog, select `AWS CloudFormation` for the **Action provider**.
324318

325319
1. Enter `GenerateChangeSet` for the **Action name**.
326320

327-
1. Select `AWS CloudFormation` for the **Deployment provider**.
328-
329-
![CodePipeline Add Action](images/codepipeline-add-1.png)
321+
1. Select `AWS CloudFormation` for the **Action provider**.
330322

331323
1. Select `Create or replace a change set` for **Action mode**
332324

@@ -344,57 +336,57 @@ The addition of the Test stage is complete. You will now validate the Test stag
344336

345337
1. Enter `uni-api-BuildArtifact` for **Input artifacts #1**
346338

347-
![CodePipeline Add Action Artifacts](images/codepipeline-add-3.png)
339+
1. Choose **Add**
348340

349-
1. Choose **Add Action**
341+
![CodePipeline Add Action Artifacts](images/codepipeline-add-3-new.png)
350342

351343
#### 1d. Add ExecuteChangeSet to Beta Stage
352344

353345
1. Choose `+Action` below `GenerateChangeSet`.
354346

355-
![CodePipeline Add Action](images/codepipeline-add4-1.png)
347+
![CodePipeline Add Action](images/codepipeline-add4-1-new.png)
356348

357-
1. In the **Add action** dialog, select `Deploy` for the **Action category**.
349+
1. In the **Add action** dialog, select `AWS CloudFormation` for the **Action provider**.
358350

359351
1. Enter `ExecuteChangeSet` for the **Action name**.
360352

361-
1. Select `AWS CloudFormation` for the **Deployment provider**.
362-
363-
![CodePipeline Add Action](images/codepipeline-add2-2.png)
353+
1. Select `AWS CloudFormation` for the **Action provider**.
364354

365355
1. Select `Execute a change set` for **Action mode**
366356

367357
1. Enter `awscodestar-uni-api-lambda-beta` for **Stack name**
368358

369359
1. Enter `pipeline-changeset` for **Change set name**
370360

371-
![CodePipeline Add Action](images/codepipeline-add4-3.png)
361+
1. Choose **Save**
372362

373-
1. Choose **Add Action**
363+
![CodePipeline Add Action](images/codepipeline-add4-3-new.png)
374364

375365
#### 1e. Add Invoke to Beta Stage
376366

377367
1. Choose `+Action` below `ExecuteChangeSet`.
378368

379-
![CodePipeline Add Action](images/codepipeline-add4-2.png)
369+
![CodePipeline Add Action](images/codepipeline-add4-2-new.png)
380370

381371
1. In the **Add action** dialog, select `Invoke` for the **Action category**.
382372

383373
1. Enter `InvokeLambdaTestFunction` for the **Action name**.
384374

385-
1. Select `AWS Lambda` for the **Deployment provider**.
375+
1. Select `AWS Lambda` for the **Action provider**.
386376

387377
1. Enter `uni-api-test-setup` for **Function name**.
388378

389379
1. Enter `awscodestar-uni-api-lambda-beta` for **User parameters**.
390380

391381
1. Choose **Add Action**
392382

383+
![CodePipeline Add Action](images/codepipeline-add4-4-new.png)
384+
393385
#### 1f. Save CodePipeline Changes
394386

395387
The pipeline should look like the following screenshot after adding the new Test stage.
396388

397-
![CodePipeline Deploy Stage Complete](images/codepipeline-add3-complete.png)
389+
![CodePipeline Deploy Stage Complete](images/codepipeline-add3-complete-new.png)
398390

399391
1. Scroll to the top of the pipeline and choose `Save pipeline changes`
400392

@@ -418,11 +410,11 @@ The addition of the Beta stage is complete. You will now validate the Beta stag
418410

419411
1. Observe that each stage's color will turn blue during execution and green on completion. You should see that the `InvokeLambdaTestFunction` action in the `Beta` stage fails, causing the stage to turn red, like the following image.
420412

421-
![CodePipeline Beta Stage Fail](images/codepipeline-test-fail.png)
413+
![CodePipeline Beta Stage Fail](images/codepipeline-test-fail-new.png)
422414

423415
1. Choose the **Details** link in the failed action to see the details of the failed job.
424416

425-
![CodePipeline Beta Stage Fail Details](images/codepipeline-test-fail-details.png)
417+
![CodePipeline Beta Stage Fail Details](images/codepipeline-test-fail-details-new.png)
426418

427419
The `test_list_unicorns` integration test has failed! Next, let's locate and fix the bug.
428420

@@ -465,11 +457,11 @@ The `test_list_unicorns` integration test has failed! Next, let's locate and fi
465457
466458
1. Observe that each stage's color will turn blue during execution and green on completion. You should see that the `InvokeLambdaTestFunction` in the `Beta` stage passes, causing the stage to turn green, like the following image.
467459
468-
![CodePipeline Beta Stage Pass](images/codepipeline-test-pass.png)
460+
![CodePipeline Beta Stage Pass](images/codepipeline-test-pass-new.png)
469461
470462
Following the successful execution of all stages, the pipeline should look like the following screenshot.
471463
472-
![Wild Rydes Unicorn API Continuous Delivery Pipeline](images/codepipeline-final.png)
464+
![Wild Rydes Unicorn API Continuous Delivery Pipeline](images/codepipeline-final-new.png)
473465
474466
## Completion
475467
144 KB
Loading
145 KB
Loading
27.9 KB
Loading
110 KB
Loading
48.5 KB
Loading
53.7 KB
Loading
24.6 KB
Loading

0 commit comments

Comments
 (0)