Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 9939fa5

Browse files
committed
Marking cross account deployments module as draft
1 parent c345ede commit 9939fa5

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

workshop/content/buildpipe/launch/_index.en.md

Whitespace-only changes.

workshop/content/crossaccount/_index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title = "Cross Account Deployments"
33
date = 2019-10-02T16:10:44-07:00
44
weight = 40
55
chapter = true
6+
draft = true
7+
hidden = true
68
pre = "<b>6. </b>"
79
+++
810
# Cross Account Deployments

workshop/content/crossaccount/artifactstore/_index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title = "Creating a KMS Key"
33
date = 2019-11-11T14:46:02-08:00
44
weight = 30
5+
draft = true
6+
hidden = true
57
+++
68

79
The first thing we are going to do is modify the pipeline [created on Chapter 4](/buildpipe/pipeline.html), to use a symmetric Customer Master Key (CMK) to encrypt artifacts in the bucket. The easiest way to do this is by adding the following CloudFormation snippet at the end of our `pipeline.yml` file:

workshop/content/crossaccount/howitworks/_index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title = "How does it work"
33
date = 2019-11-11T14:46:02-08:00
44
weight = 20
5+
draft = true
6+
hidden = true
57
+++
68

79
Before jumping to the implementation, we need to understand the different pieces that allow Code Pipeline to deploy across a different account. The following diagram shows a zoomed-in view of the services and roles involved in this process.

workshop/content/crossaccount/intro/_index.en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title = "Introduction"
33
date = 2019-11-11T14:46:02-08:00
44
weight = 15
5+
draft = true
6+
hidden = true
57
+++
68

79
### Environment separation

workshop/content/crossaccount/prodprep/_index.en.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)