Deployment Guide - Install Change Manager

1. Locate Change Manager
  • Open the AWS Console in your Master Account.
  • Search for "Change Manager" and select "Set up organization."
Note: If you have already set up your AWS Organization, you can skip to
Setup Change Manager
2. Quick Setup
  • On the "Quick Setup" page, click "Create" under Change Manager.
3. Assign Delegated Account:
  • From your accounts list, choose one to act as the central account for executing changes.
  • Note: The Master/Payer account cannot be used.
4. Configure Permissions:
  • In the "Permissions to request and make changes" section, create a temporary permission set:
  • Use the following JSON Policy
JSON
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "ssm:*",
"Resource": "*"
}]
}
5. Finalize Setup
  • Leave remaining fields blank (add tags if needed) and click "Create.
  • Wait for deployment to complete.
6. Setup Change Manager
  • Navigate to Change Manager, and select “Settings”
  • In the settings page click “Edit”
  • In the edit page, make sure the Change Template review & approval permission is unchecked & save the settings.
7. Save Organization IDs
  • Go to AWS Organizations, copy your Organization ID and Root ID, and save them for deploying the CloudFormation Template (CFT).
JSON : Configure Permissions
JSON
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "ssm:*",
"Resource": "*"
}]
}
Use the following URL for Master