Before you start
- The Operata CTR collection stack deployed in your AWS account.
- IAM permission to update CloudFormation stacks
(
cloudformation:UpdateStack) and tag the underlying resources. - A tag policy or naming convention you want to apply (for example,
Environment,CostCentre,OperataGroupId).
Steps
1. Open the CloudFormation stack
In the AWS console, open CloudFormation and select the Operata stack (typically namedOperataAWSIntegration-CTR-{instance}). Click
Update.
2. Reuse the current template
Choose Use existing template and click Next. You’re updating metadata, not changing the template itself.3. Skip the parameters screen
Leave the parameters unchanged. Click Next.4. Add or edit tags
On the Configure stack options page, scroll to Tags. Add the key/value pairs you want applied to every resource in the stack. For example:
Click Next, review, acknowledge the IAM acknowledgement if shown,
and click Submit.
Verify
Open one of the resources the stack created — for example, the EventBridge PipeoperataEventsPipe-{instance}-amazonConnect — and
check the Tags tab. Every key/value pair you set on the stack is
present.
Related
- Install CTR collection — the deploy that created the resources you just tagged.
- IAM policies reference — the roles each tag now applies to.
- Troubleshoot the AWS integration — if the stack update fails.