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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ If deploying to an internal AWS account, to successfully install the entire solu
151
151
- replace all occurences of `ca-central-1` with your home region (leave `us-east-1`)
152
152
- in the Unclass SCP, update requested regions with any additional regions you wish accounts in the Unclass OU to leverage (or remove all regions except your home region and ca-central-1)
153
153
- after step 4 below, place the two files in a folder named `scp` in your accelerator bucket
154
-
5.At this time, alb deployments will fail (fix planned), you need to either:
154
+
5.For releases prior to v1.2.2, alb deployments will fail, you need to either:
155
155
- remove all alb's from the deployment; or
156
156
- after the state machine fails, update the central logging bucket (in the log-archive account) policy with your regions [`elb-account-id`](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-access-logs.html). (i.e. replace `985666609251` with the value for your region)
157
157
@@ -210,7 +210,7 @@ If deploying to an internal AWS account, to successfully install the entire solu
210
210
8. Add an `Email` address to be used for State Machine Status notification
211
211
9. The `GithubBranch` should point to the release you selected
212
212
- if upgrading, change it to point to the desired release
213
-
- the latest stable branch is currently `release/v1.2.1b`, case sensitive
213
+
- the latest stable branch is currently `release/v1.2.2`, case sensitive
214
214
10. Apply a tag on the stack, Key=`Accelerator`, Value=`PBMM` (case sensitive).
215
215
11.**ENABLE STACK TERMINATION PROTECTION** under `Stack creation options`
216
216
12. The stack typically takes under 5 minutes to deploy.
@@ -263,7 +263,7 @@ If deploying to an internal AWS account, to successfully install the entire solu
263
263
264
264
### 2.3.1. Known Installation Issues
265
265
266
-
- Accelerator v1.2.1b may experience a state machine failure when running `Create Config Recorders` due to an `Insufficient Delivery Policy Exception`. Simply rerun the State Machine. We are working on a fix (appears to be an eventual consistency issue).
266
+
- Accelerator v1.2.1b may experience a state machine failure when running `Create Config Recorders` due to an `Insufficient Delivery Policy Exception`. Simply rerun the State Machine. This is resolved in v1.2.2.
267
267
- Standalone Accelerator v1.1.6 and v1.1.7 may experience a state machine failure when attempting to deploy GuardDuty in at least one random region. Simply rerun the State Machine. This is resolved in v1.1.8.
268
268
- Standalone Accelerator versions prior to v1.1.8 required manual creation of the core ou and moving the Organization Management AWS account into it before running the State Machine. If this step is missed, once the SM fails, simply move the Organization Management account into the auto-created core ou and rerun the state machine. This is resolved in v1.1.8.
269
269
@@ -437,7 +437,7 @@ The Accelerator will not create/update/delete new AD users or groups, nor will i
437
437
438
438
4. If you are using a pre-existing GitHub token:
439
439
440
-
- Update the Installer CFN stack using the latest template, providing the `GithubBranch` associated with the release (eg. `release/v1.2.1b`)
440
+
- Update the Installer CFN stack using the latest template, providing the `GithubBranch` associated with the release (eg. `release/v1.2.2`)
441
441
- Go To Code Pipeline and Release the PBMMAccel-InstallerPipeline
0 commit comments