Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 863ef13

Browse files
chore: doc to use specific LZA version
1 parent 8c86b26 commit 863ef13

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,14 @@ ORDER BY
8585
```
8686

8787
For more information about LZA related Quotas, refer to the [LZA Documentation about Quotas](https://docs.aws.amazon.com/solutions/latest/landing-zone-accelerator-on-aws/quotas.html) as well as this note about [CodeBuild concurrency](https://docs.aws.amazon.com/solutions/latest/landing-zone-accelerator-on-aws/prerequisites.html#update-codebuild-conncurrency-quota)
88+
89+
## What version of LZA will be installed?
90+
91+
By default, the LZA upgrade tools install the latest LZA official release. To specify a version to use, follow these instructions:
92+
93+
1. Run `yarn migration-config` from the [Preparation phase](./preparation/prereq-config/#configuration)
94+
2. Edit the `src/input-config/input-config.json` file
95+
3. Add the following property to the file to specify which branch to use: `"lzaCodeRepositoryBranch": "release/v1.12.6"`
96+
4. Follow the remaining steps of the upgrade. This configuration will be used when you install LZA using the `yarn run lza-prep` command in the [Upgrade phase](./upgrade/install-lza.md)
97+
98+
**Note:** If you are upgrading Non-Production and Production environments we recommend that you use the same version for both environments to replicate the same results. You can update to the latest LZA version once you upgraded from ASEA to LZA.

src/mkdocs/docs/lza-upgrade/preparation/prereq-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ yarn run migration-config
9696
!!! info
9797
By default the upgrade tool uses `ca-central-1` as the home region. If you use a different home region you need to set the AWS_REGION environment variable before running `migration-config`. e.g. `AWS_REGION=eu-west-1 yarn run migration-config`
9898

99+
By default the upgrade tool install the latest LZA official release. To specify a version to use see the [FAQ](../faq.md#what-version-of-lza-will-be-installed)
100+
99101
??? abstract "Detailed information"
100102
This command will also deploy a CloudFormation template and create two CodeCommit repositories. The CloudFormation template will create an S3 bucket for the resource mapping files. The first CodeCommit repository will also be used for the resource mapping files. The second CodeCommit repository will be used for the Landing Zone Accelerator configuration files that will be created in a later step.
101103

0 commit comments

Comments
 (0)