https://github.com/zloeber/aws-control-tower
AWS Control tower scripts and terraform
https://github.com/zloeber/aws-control-tower
Last synced: about 1 year ago
JSON representation
AWS Control tower scripts and terraform
- Host: GitHub
- URL: https://github.com/zloeber/aws-control-tower
- Owner: zloeber
- Created: 2025-02-05T18:03:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T18:24:11.000Z (over 1 year ago)
- Last Synced: 2025-03-03T18:29:03.330Z (over 1 year ago)
- Language: Shell
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Control Tower
This repo aggregates a handful of aws control tower notes and code snippets.
To use this one should have mise installed and perhaps zsh as the default shell.
In cloudshell:
```bash
git clone https://github.com/zloeber/aws-control-tower.git
cd aws-control-tower
```
# Configure
```bash
# In AWS CloudShell
./scripts/setup-aws-cloudshell.sh
# Then
./configure.sh
```
Be aware that this updates your cloudshell to zsh and will prompt you to configure the prompt when you restart cloudshell again (or manually just hop into zsh using the cli)