Skip to content

Commit a5e2724

Browse files
prepare for release
1 parent 84ed158 commit a5e2724

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/mkdocs/docs/lza-upgrade/faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ If this is not possible, you should record all route table information before th
2222

2323
Note: Transit Gateway route tables are not replaced during the upgrade, theses guidelines only apply to subnet route tables.
2424

25+
!!! tip
26+
There is a script available to help detect drift on networking resources that are not detected by CloudFormation. The script is available in the [tools/network-drift-detection](https://github.com/aws-samples/aws-secure-environment-accelerator/tree/main/reference-artifacts/Custom-Scripts/lza-upgrade/tools/network-drift-detection/) folder in the ASEA to LZA upgrade tools.
27+
2528

2629
## Gateway Load Balancer are not supported in the configuration conversion, how will this impact the workload availability?
2730

src/mkdocs/docs/lza-upgrade/preparation/drift-handling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ Pay special attention to drift on networking resources such as route tables and
4646

4747
As an example, drift detection is not supported for resource type `AWS::EC2::SubnetRouteTableAssociation`. If you created route tables outside the accelerator and manually associated these route tables with an ASEA subnet, this change won't be detected in drift detection and the route table association will be reverted to the one defined in the configuration when installing LZA.
4848

49+
!!! tip
50+
There is a script available to help detect drift on networking resources that are not detected my CloudFormation. The script is available in the [tools/network-drift-detection](https://github.com/aws-samples/aws-secure-environment-accelerator/tree/main/reference-artifacts/Custom-Scripts/lza-upgrade/tools/network-drift-detection/) folder in the ASEA to LZA upgrade tools.
51+
4952
!!! warning
5053
Remember that drift detection is a tool to help you identify manual changes done outside the accelerator, but it won't identify every change. Carefully review and analyze ALL changes done to accelerator resources outside of the configuration file.
5154

src/mkdocs/docs/lza-upgrade/upgrade/disable-asea.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,16 @@ To complete the upgrade process, we will need to disable ASEA Custom Resource de
66

77
### Deploy the upgrade ASEA Installer Stack
88

9-
- Navigate to the directory which contains the CloudFormation installer template:
10-
11-
```bash
12-
cd aws-secure-environment-accelerator
13-
cd reference-artifacts/Custom-Scripts/lza-upgrade/cloudformation
14-
```
15-
16-
You will need to update the existing CloudFormation Installer stack:
9+
You will need to update the existing CloudFormation Installer stack:
1710

11+
- Download the AcceleratorInstaller stack from the latest [ASEA Release](https://github.com/aws-samples/aws-secure-environment-accelerator/releases) on GitHub (i.e. v1.6.0 or later)
1812
- Navigate to the AWS CloudFormation console
1913
- Select the existing installer stack then **Update Stack**
2014
- On the **Update Stack** page, select the radio button for:
2115
- **Replace current template** under **Prepare Template Section**`
2216
- Click **Next**
2317
- **Upload a Template File** under **Specify Template Section**
24-
- Select **Choose File** and navigate to the `cloudformation/AcceleratorInstaller.template.json` file.
18+
- Select **Choose File** and navigate to the file downloaded from GitHub release page
2519
- Click **Next**
2620
- On the **Specify Stack Details** in the Parameters section update only the parameter named `LZAMigrationEnabled`. Change the value to `true`.
2721
- Update the parameter named `RepositoryBranch`. Change the value to the latest ASEA release (e.g. `release/v1.6.0`)

0 commit comments

Comments
 (0)