Proposed copy:
Prerequisites
- AWS root or admin credentials — You need full admin access to create these resources
- AWS Organizations enabled — The bootstrap checks for this and will fail if not enabled
- AWS CLI installed and configured
- OpenTofu or Terraform installed (if running directly)
Verify Prerequisites
AWS CLI:
aws sts get-caller-identity
If this fails, see the AWS CLI installation and configuration guide.
OpenTofu or Terraform:
tofu --version
# or
terraform --version
If not installed, see OpenTofu installation or Terraform installation.
AWS Organizations:
- Go to https://console.aws.amazon.com/organizations/
- If no organization exists, click "Create Organization"
- Click Settings in the left sidebar and confirm "Organization feature set" shows "All features"
Proposed copy:
## Prerequisites
1. **AWS root or admin credentials** — You need full admin access to create these resources
2. **AWS Organizations enabled** — The bootstrap checks for this and will fail if not enabled
3. **AWS CLI** installed and configured
4. **OpenTofu or Terraform** installed (if running directly)
### Verify Prerequisites
**AWS CLI:**
```bash
aws sts get-caller-identity
```
If this fails, see the [AWS CLI installation and configuration guide](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html).
**OpenTofu or Terraform:**
```bash
tofu --version
# or
terraform --version
```
If not installed, see [OpenTofu installation](https://opentofu.org/docs/intro/install/) or [Terraform installation](https://developer.hashicorp.com/terraform/install).
**AWS Organizations:**
1. Go to https://console.aws.amazon.com/organizations/
2. If no organization exists, click "Create Organization"
3. Click **Settings** in the left sidebar and confirm **"Organization feature set"** shows **"All features"**