Skip to content

Commit

Permalink
Comment out links to Module 4 until Lambda invocation via CodeStar is…
Browse files Browse the repository at this point in the history
… available
  • Loading branch information
samdengler committed Feb 15, 2019
1 parent 21ea513 commit 10949d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 47 deletions.
6 changes: 5 additions & 1 deletion DevOps/3_XRay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,8 @@ Congratulations! You've used AWS X-Ray to validate your results.

## Completion

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.
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.
<!--
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.
-->
49 changes: 3 additions & 46 deletions DevOps/9_CleanUp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,7 @@ This page provides instructions for cleaning up the resources created during the

## Resource Cleanup Instructions

### 1. Detach IAM Managed Policies from CodeStarWorker Roles

#### 1a. Detach IAM Policies from `CodeStarWorker-uni-api-CloudFormation` Role

1. In the AWS Management Console, click **Services** then select **IAM** under Security, Identity & Compliance.

1. Select **Roles** from the navigation menu.

1. Type `CodeStarWorker-uni-api-CloudFormation` into the filter box and click **CodeStarWorker-uni-api-CloudFormation** in the list of role.

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:

* **AWSLambdaReadOnlyAccess**

#### 1b. Detach IAM Policies from `CodeStarWorker-uni-api-CodePipeline` Role

1. In the AWS Management Console, click **Services** then select **IAM** under Security, Identity & Compliance.

1. Select **Roles** from the navigation menu.

1. Type `CodeStarWorker-uni-api-CodePipeline` into the filter box and click **CodeStarWorker-uni-api-CodePipeline** in the list of role.

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:

* **AWSCodePipelineReadOnlyAccess**
* **AWSLambdaRole**

#### 1c. Detach IAM Policies from `CodeStarWorker-uni-api-Lambda` Role

1. In the AWS Management Console, click **Services** then select **IAM** under Security, Identity & Compliance.

1. Select **Roles** from the navigation menu.

1. Type `CodeStarWorker-uni-api-Lambda` into the filter box and click **CodeStarWorker-uni-api-Lambda** in the list of role.

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:

* **AmazonDynamoDBFullAccess**
* **AWSCodePipelineCustomActionAccess**
* **AWSCloudFormationReadOnlyAccess**
* **AWSLambdaRole**
* **AWSXrayWriteOnlyAccess**

### 2. Delete CodeStar Project
### 1. Delete CodeStar Project

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

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

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

### 2. Delete CloudFormation CodeCommit Seed Stacks
### 1. Delete CloudFormation CodeCommit Seed Stacks

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

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

d. Select **Yes, Delete**.

### 3. Delete CodeStar Project S3 Bucket
### 1. Delete CodeStar Project S3 Bucket

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

Expand Down
5 changes: 5 additions & 0 deletions DevOps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ See the diagram below for a depiction of the API architecture.

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.

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

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

Expand Down Expand Up @@ -46,7 +48,10 @@ This workshop is broken up into multiple modules. You must complete each module
1. [Serverless Application Model (SAM)](1_ServerlessApplicationModel)
2. [Continuous Delivery Pipeline](2_ContinuousDeliveryPipeline)
3. [AWS X-Ray Integration](3_XRay)

<!--
4. [Multiple Environment CI/CD Pipeline](4_MultipleEnvironments)
-->


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

0 comments on commit 10949d2

Please sign in to comment.