You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/installation.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ If deploying to an internal AWS employee account, to successfully install the so
238
238
8. Add an `Email` address to be used for State Machine Status notification
239
239
9. The `GithubBranch` should point to the release you selected
240
240
- 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
242
242
10. Apply a tag on the stack, Key=`Accelerator`, Value=`PBMM` (case sensitive).
243
243
11.**ENABLE STACK TERMINATION PROTECTION** under `Stack creation options`
244
244
12. The stack typically takes under 5 minutes to deploy.
@@ -275,7 +275,6 @@ Current Issues:
275
275
276
276
- Occasionally CloudFormation fails to return a completion signal. After the credentials eventually fail (1 hr), the state machine fails. Simply rerun the state machine.
277
277
278
-
279
278
Issues in Older Releases:
280
279
281
280
- New installs and upgrades to releases prior to v1.3.6 are no longer supported.
@@ -333,6 +332,8 @@ Issues in Older Releases:
333
332
334
333
**Release Specific Upgrade Considerations:**
335
334
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)
336
337
- Upgrades to `v1.3.3 and above` from `v1.3.2 and below`:
337
338
- Requires mandatory config file schema changes as documented in the [release notes](https://github.com/aws-samples/aws-secure-environment-accelerator/releases).
338
339
- 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:
380
381
- The pipeline will automatically run and trigger the upgraded state machine
381
382
9. If you are using a pre-existing GitHub token:
382
383
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`)
384
385
- Go to AWS CloudFormation and select the stack: `PBMMAccel-what-you-provided`
385
386
- Select Update, select Replace current template, Select Upload a template file
386
387
- Select Choose File and select the template you downloaded in step 5 (`AcceleratorInstallerXYZ.template.json`)
0 commit comments