Updating a connector in AWS
Learn how to update a connector through the AWS CLI
Periodically, you may need to update your AWS connector to help maintain functionality, performance, and security.
This article explains how to update a connector through the AWS CLI and redeploy the CloudFormation stack with the latest connector template.
Prerequisites
AWS Stack Name
In AWS CloudFormation, name of a collection of AWS resources managed as a single unit Use the following steps to retrieve the stack name:
Under the Stack name column, copy the stack name.
AWS Command Line Interface (AWS CLI)
AWS Permissions
Update a connector
Follow these steps to update a connector:
Copy the following Account level or Organization level AWS update script. Be sure to replace
AWS_STACK_NAME
with your AWS stack name.
At your AWS CLI prompt, enter the updated script from the previous step to initiate the update. The AWS CLI will return an object containing the
StackId
.In CloudFormation, on the Stack Info tab, confirm that the update has completed:
Under the Stack name column, click the stack name.
On the Stack info tab, check the Status.
Troubleshooting
This section details common errors that can occur during the updating process. If an error occurs that is not listed below, please contact your Apono representative.
Last updated
Was this helpful?