Update the solution
If you have previously deployed this solution, follow this procedure to update the Landing Zone Accelerator on AWS CloudFormation stack to get the latest version of the solution’s framework.
Before updating the solution, run the Core pipeline manually on your current version. Troubleshoot any existing issues so that your current version runs smoothly. Performing a dry run of your existing version before proceeding with the following instructions ensures that there is no drift and the environment is stable.
-
Sign in to the AWS CloudFormation console
, select your existing Landing Zone Accelerator on AWS CloudFormation stack, and select Update. -
Select Replace current template.
-
Under Specify template:
-
Select Amazon S3 URL.
-
Copy the link of the latest template
. -
Paste the link in the Amazon S3 URL box.
-
Verify that the correct template URL shows in the Amazon S3 URL text box, and choose Next. Choose Next again.
-
-
Under Parameters, review the parameters for the template and modify them as necessary. At minimum, modify the Branch Name parameter to the release branch of the version you are updating to. Refer to Step 1. Launch the stack for details about the parameters.
-
Choose Next.
-
On the Configure stack options page, choose Next.
-
On the Review page, review and confirm the settings. Check the box acknowledging that the template might create IAM resources.
-
Choose View change set and verify the changes.
-
Choose Update stack to deploy the stack.
You can view the status of the stack in the AWS CloudFormation console in the Status column. The CloudFormation stack updates to UPDATE_COMPLETE in approximately 10 minutes. The Installer and Core pipelines then run sequentially, which takes an additional 20–60 minutes depending on the number of accounts and regions in your environment.
Updating the stack triggers the Installer pipeline (AWSAccelerator-InstallerStack*). After it completes, the Installer pipeline invokes the Core pipeline (AWSAccelerator-PipelineStack*). You can monitor both pipelines in the AWS CodePipeline console.
Note
If the Installer pipeline does not start automatically, you can invoke it manually. In the AWS CodePipeline console, choose the Installer pipeline, and then choose Release change.