Update Permissions Available in v1.26.11+
Cloud Formation
Via UI
Navigate to the AWS CloudFormation console and follow the steps below:
- Select the
ScaleOpsIntegrationQuickSetupStack/ScaleOpsNodeIntegrationQuickSetupStackstack - Click Update stack
- Select Make a direct update
- Use the existing template and click Next
- Review the parameters and click Next
- Review the changes and click Submit

Via CLI
aws cloudformation update-stack \
--stack-name ScaleOpsNodeIntegrationQuickSetupStack \
--template-url https://scriptshelf.scaleops.com/aws/node-integration.yaml \
--capabilities CAPABILITY_NAMED_IAM \
--parameters ParameterKey=externalID,ParameterValue=<SCALEOPS_EXTERNAL_ID> \
--region us-east-1Terraform
Rerun the Terraform script.