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

Commit 10949d2

Browse files
committed
Comment out links to Module 4 until Lambda invocation via CodeStar is available
1 parent 21ea513 commit 10949d2

File tree

3 files changed

+13
-47
lines changed

3 files changed

+13
-47
lines changed

DevOps/3_XRay/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,4 +516,8 @@ Congratulations! You've used AWS X-Ray to validate your results.
516516

517517
## Completion
518518

519-
You have successfully integrated AWS X-Ray and demonstrated how it can be used to identify errors, latencies, and aid in resolution. In the next [Multiple Environments Module](../4_MultipleEnvironments), you will enhance the pipeline by adding a Beta stage to the pipeline, and incorporate testing in the Beta stage before deploying to Prod.
519+
You have successfully integrated AWS X-Ray and demonstrated how it can be used to identify errors, latencies, and aid in resolution. Next, use the [Cleanup Guide](../9_CleanUp) to cleanup the resources that you've created.
520+
521+
<!--
522+
In the next [Multiple Environments Module](../4_MultipleEnvironments), you will enhance the pipeline by adding a Beta stage to the pipeline, and incorporate testing in the Beta stage before deploying to Prod.
523+
-->

DevOps/9_CleanUp/README.md

Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,7 @@ This page provides instructions for cleaning up the resources created during the
44

55
## Resource Cleanup Instructions
66

7-
### 1. Detach IAM Managed Policies from CodeStarWorker Roles
8-
9-
#### 1a. Detach IAM Policies from `CodeStarWorker-uni-api-CloudFormation` Role
10-
11-
1. In the AWS Management Console, click **Services** then select **IAM** under Security, Identity & Compliance.
12-
13-
1. Select **Roles** from the navigation menu.
14-
15-
1. Type `CodeStarWorker-uni-api-CloudFormation` into the filter box and click **CodeStarWorker-uni-api-CloudFormation** in the list of role.
16-
17-
1. For each of the following attached IAM Managed Policies, Click **Detach Policy** next to the policy and click **Detach** in the confirmation dialog box:
18-
19-
* **AWSLambdaReadOnlyAccess**
20-
21-
#### 1b. Detach IAM Policies from `CodeStarWorker-uni-api-CodePipeline` Role
22-
23-
1. In the AWS Management Console, click **Services** then select **IAM** under Security, Identity & Compliance.
24-
25-
1. Select **Roles** from the navigation menu.
26-
27-
1. Type `CodeStarWorker-uni-api-CodePipeline` into the filter box and click **CodeStarWorker-uni-api-CodePipeline** in the list of role.
28-
29-
1. For each of the following attached IAM Managed Policies, Click **Detach Policy** next to the policy and click **Detach** in the confirmation dialog box:
30-
31-
* **AWSCodePipelineReadOnlyAccess**
32-
* **AWSLambdaRole**
33-
34-
#### 1c. Detach IAM Policies from `CodeStarWorker-uni-api-Lambda` Role
35-
36-
1. In the AWS Management Console, click **Services** then select **IAM** under Security, Identity & Compliance.
37-
38-
1. Select **Roles** from the navigation menu.
39-
40-
1. Type `CodeStarWorker-uni-api-Lambda` into the filter box and click **CodeStarWorker-uni-api-Lambda** in the list of role.
41-
42-
1. For each of the following attached IAM Managed Policies, Click **Detach Policy** next to the policy and click **Detach** in the confirmation dialog box:
43-
44-
* **AmazonDynamoDBFullAccess**
45-
* **AWSCodePipelineCustomActionAccess**
46-
* **AWSCloudFormationReadOnlyAccess**
47-
* **AWSLambdaRole**
48-
* **AWSXrayWriteOnlyAccess**
49-
50-
### 2. Delete CodeStar Project
7+
### 1. Delete CodeStar Project
518

529
1. In the AWS Management Console choose **Services** then select **CodeStar** under Developer Tools.
5310

@@ -59,7 +16,7 @@ This page provides instructions for cleaning up the resources created during the
5916

6017
![Delete CodeStar Project](images/codestar-2.png)
6118

62-
### 2. Delete CloudFormation CodeCommit Seed Stacks
19+
### 1. Delete CloudFormation CodeCommit Seed Stacks
6320

6421
1. In the AWS Management Console, click **Services** then select **CloudFormation** under Management Tools.
6522

@@ -78,7 +35,7 @@ This page provides instructions for cleaning up the resources created during the
7835

7936
d. Select **Yes, Delete**.
8037

81-
### 3. Delete CodeStar Project S3 Bucket
38+
### 1. Delete CodeStar Project S3 Bucket
8239

8340
1. In the AWS Management Console, click **Services** then select **S3** under Storage.
8441

DevOps/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ See the diagram below for a depiction of the API architecture.
1010

1111
The DevOps Continuous Delivery Pipeline uses [AWS CodePipeline](https://aws.amazon.com/codepipeline/), [AWS CodeBuild](https://aws.amazon.com/codebuild/), and [Amazon S3](https://aws.amazon.com/s3/). CodePipeline orchestrates the steps to build, test, and deploy your code changes. CodeBuild compiles source code, runs tests, and produces software packages that are ready to deploy to environments.
1212

13+
<!--
1314
See the screenshot below for a depiction of the continuous delivery pipeline that you will build at the completion of Module 4.
1415
1516
![Wild Rydes Unicorn API Continuous Delivery Pipeline](images/codepipeline-final.png)
17+
-->
1618

1719
If you'd like to jump in and get started please visit the [CodeStar Project](0_CodeStar) module page to begin the workshop.
1820

@@ -46,7 +48,10 @@ This workshop is broken up into multiple modules. You must complete each module
4648
1. [Serverless Application Model (SAM)](1_ServerlessApplicationModel)
4749
2. [Continuous Delivery Pipeline](2_ContinuousDeliveryPipeline)
4850
3. [AWS X-Ray Integration](3_XRay)
51+
52+
<!--
4953
4. [Multiple Environment CI/CD Pipeline](4_MultipleEnvironments)
54+
-->
5055

5156

5257
After you have completed the workshop you can delete all of the resources that were created by following the [cleanup guide](9_CleanUp).

0 commit comments

Comments
 (0)