You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: DevOps/3_XRay/README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -516,4 +516,8 @@ Congratulations! You've used AWS X-Ray to validate your results.
516
516
517
517
## Completion
518
518
519
-
You have successfully integrated AWSX-Ray and demonstrated how it can be used to identify errors, latencies, and aid inresolution. 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 AWSX-Ray and demonstrated how it can be used to identify errors, latencies, and aid inresolution. 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.
Copy file name to clipboardExpand all lines: DevOps/9_CleanUp/README.md
+3-46Lines changed: 3 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,50 +4,7 @@ This page provides instructions for cleaning up the resources created during the
4
4
5
5
## Resource Cleanup Instructions
6
6
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
51
8
52
9
1. In the AWS Management Console choose **Services** then select **CodeStar** under Developer Tools.
53
10
@@ -59,7 +16,7 @@ This page provides instructions for cleaning up the resources created during the
Copy file name to clipboardExpand all lines: DevOps/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,11 @@ See the diagram below for a depiction of the API architecture.
10
10
11
11
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.
12
12
13
+
<!--
13
14
See the screenshot below for a depiction of the continuous delivery pipeline that you will build at the completion of Module 4.
14
15
15
16

17
+
-->
16
18
17
19
If you'd like to jump in and get started please visit the [CodeStar Project](0_CodeStar) module page to begin the workshop.
18
20
@@ -46,7 +48,10 @@ This workshop is broken up into multiple modules. You must complete each module
46
48
1.[Serverless Application Model (SAM)](1_ServerlessApplicationModel)
0 commit comments