Skip to content

Commit 215a622

Browse files
authored
Update installation.md (#821)
1 parent ce4fb12 commit 215a622

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/installation/installation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ If deploying to an internal AWS employee account, to successfully install the so
238238
8. Add an `Email` address to be used for State Machine Status notification
239239
9. The `GithubBranch` should point to the release you selected
240240
- if upgrading, change it to point to the desired release
241-
- the latest stable branch is currently `release/v1.3.8`, case sensitive
241+
- the latest stable branch is currently `release/v1.3.9`, case sensitive
242242
10. Apply a tag on the stack, Key=`Accelerator`, Value=`PBMM` (case sensitive).
243243
11. **ENABLE STACK TERMINATION PROTECTION** under `Stack creation options`
244244
12. The stack typically takes under 5 minutes to deploy.
@@ -275,7 +275,6 @@ Current Issues:
275275

276276
- Occasionally CloudFormation fails to return a completion signal. After the credentials eventually fail (1 hr), the state machine fails. Simply rerun the state machine.
277277

278-
279278
Issues in Older Releases:
280279

281280
- New installs and upgrades to releases prior to v1.3.6 are no longer supported.
@@ -333,6 +332,8 @@ Issues in Older Releases:
333332

334333
**Release Specific Upgrade Considerations:**
335334

335+
- Upgrades to `v1.3.9 and above` from `v1.3.8-b and below`:
336+
- Requires the removal of any interface endpoints containing a period (sub-domain) either before or during the upgrade process (ecr.dkr, ecr.api, transfer.server, sagemaker.api, sagemaker.runtime in the full config.json example)
336337
- Upgrades to `v1.3.3 and above` from `v1.3.2 and below`:
337338
- Requires mandatory config file schema changes as documented in the [release notes](https://github.com/aws-samples/aws-secure-environment-accelerator/releases).
338339
- These updates cause the config file change validation to fail and require running the state machine with the following input to override the validation checks on impacted fields: `{"scope": "FULL", "mode": "APPLY", "configOverrides": {"ov-ou-vpc": true, "ov-ou-subnet": true, "ov-acct-vpc": true }}`
@@ -380,7 +381,7 @@ Issues in Older Releases:
380381
- The pipeline will automatically run and trigger the upgraded state machine
381382
9. If you are using a pre-existing GitHub token:
382383

383-
- Update the Installer CloudFormation stack using the template downloaded in step 5, updating the `GithubBranch` to the latest release (eg. `release/v1.3.8`)
384+
- Update the Installer CloudFormation stack using the template downloaded in step 5, updating the `GithubBranch` to the latest release (eg. `release/v1.3.9`)
384385
- Go to AWS CloudFormation and select the stack: `PBMMAccel-what-you-provided`
385386
- Select Update, select Replace current template, Select Upload a template file
386387
- Select Choose File and select the template you downloaded in step 5 (`AcceleratorInstallerXYZ.template.json`)

0 commit comments

Comments
 (0)