Skip to content

Commit a7abacd

Browse files
committed
merge
2 parents f5188d7 + d7604be commit a7abacd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/v6/getting-started/self-hosting.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The setup process involves three main steps:
4646
<Tip>
4747
Be sure to run `aws configure` with your credentials
4848
</Tip>
49-
- Access to the TestDriver AMI (Golden Image is `ami-055cd47506a2f39bb`)\
49+
- Access to the TestDriver AMI (Golden Image is `ami-086b5b4b86d78987c`)\
5050
[Contact us with your preferred AWS Region for access](https://form.typeform.com/to/UECf9rDx?typeform-source=testdriver.ai).
5151
- A GitHub repository for committing your tests & workflow.
5252

@@ -244,7 +244,7 @@ Configure these secrets in your GitHub repository:
244244
| `AWS_REGION` | AWS Region | `us-east-2` |
245245
| `AWS_SECRET_ACCESS_KEY` | AWS secret key | `wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY` |
246246
| `AWS_LAUNCH_TEMPLATE_ID` | Launch template from CloudFormation | `lt-07c53ce8349b958d1` |
247-
| `AMI_ID` | TestDriver AMI ID | `ami-085f872ca0cd80fed` |
247+
| `AMI_ID` | TestDriver AMI ID | `ami-086b5b4b86d78987c` |
248248
| `TD_API_KEY` | TestDriver API key | Your API key from [the dashboard](https://app.testdriver.ai) |
249249

250250
## AMI Customization
@@ -291,6 +291,7 @@ Before doing anything else, change the default password:
291291

292292
1. Open PowerShell on the instance
293293
2. Run the password rotation script:
294+
294295
```powershell
295296
C:\testdriver\RotateLocalPasswords.ps1
296297
```
@@ -404,4 +405,4 @@ For enterprise customers:
404405

405406
- Contact your account manager for AMI access issues
406407
- Use support channels for infrastructure questions
407-
- Check the TestDriver documentation for CLI usage
408+
- Check the TestDriver documentation for CLI usage

setup/aws/self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7979
AWS_REGION: us-east-2
8080
AWS_LAUNCH_TEMPLATE_ID: lt-00d02f31cfc602f27
81-
AMI_ID: ami-055cd47506a2f39bb
81+
AMI_ID: ami-086b5b4b86d78987c
8282
RESOLUTION: 1920x1080
8383
- name: Run TestDriver
8484
run: node bin/testdriverai.js run testdriver/acceptance/${{ matrix.test }} --ip="${{ steps.aws-setup.outputs.public-ip }}" --junit=out.xml

0 commit comments

Comments
 (0)