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
Item | Description |
---|---|
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:
|
AWS Command Line Interface (AWS CLI) | Open-source tool enabling interaction with AWS services using your command-line shell |
AWS Permissions | Permissions enabling the ability to update the stack via AWS CLI |
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.
If you have not defined a default region and default profile, you must specify the region and profile in the script:
Be sure to replace AWS_PROFILE
and AWS_SERVER_REGION
with your profile and region values.
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:
Go to the Stacks page. A list of the stacks in the account are displayed.
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