Skip to content

Commit a7be2cb

Browse files
committed
Adding quickstart links.
1 parent 3071122 commit a7be2cb

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

python/example_code/controltower/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ python -m pip install -r requirements.txt
3232
```
3333

3434
<!--custom.prerequisites.start-->
35+
Before running the example, set up a landing zone in order to run the baseline and control management sections.
36+
Follow the instructions provided by the [quick start](https://docs.aws.amazon.com/controltower/latest/userguide/quick-start.html) guide.
3537
<!--custom.prerequisites.end-->
3638

3739
### Get started

scenarios/basics/controltower/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The scenario follows these steps:
2222
### Scenario
2323
#### Setup
2424
- List available landing zones and prompt the user if they would like to use an existing landing zone.
25-
- If no landing zones exist, provide information about setting up a landing zone.
25+
- If no landing zones exist, provide [information about setting up a landing zone](https://docs.aws.amazon.com/controltower/latest/userguide/quick-start.html).
2626

2727
#### Baselines
2828
- List available baselines.

scenarios/basics/controltower/SPECIFICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For an introduction, see the [README.md](README.md).
2727
- This example can run with no additional resources, or can use an existing landing zone. Since landing zone creation
2828
- requires multiple AWS accounts (which cannot be deleted for 7 days), this example does not support creating new
2929
- landing zones. The example will prompt to use a current landing zone, or run only that portion that doesn't
30-
- require landing zone identifiers.
30+
- require landing zone identifiers. To set up a landing zone, follow the [QuickStart guide](https://docs.aws.amazon.com/controltower/latest/userguide/quick-start.html), and create new accounts when prompted.
3131

3232
### Hello
3333
The Hello example is a separate runnable example.

0 commit comments

Comments
 (0)