Skip to content

Commit bca6e72

Browse files
Update wording, change error code to be generic (#793)
* Update wording, change error code to be generic
1 parent c20e3eb commit bca6e72

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/guides/operator-guide-aws-marketplace.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -352,20 +352,20 @@ The following table includes some additional commands that might help you manage
352352

353353
## UID2 Operator Error Codes
354354

355-
The following table lists possible errors while setting up a Private Operator.
355+
The following table lists errors that might occur during a Private Operator's startup sequence.
356356

357357
:::note
358-
This applies only to Private Operators starting from Q2 2024.
358+
Error codes for Private Operator startup issues apply only to versions released in Q2 2024 and later.
359359
:::
360360

361361
| Error Code | Issue | Steps to Resolve |
362362
| :--- | :--- | :--- |
363-
| AW01 | MissingInstanceProfile | Attach an IAM instance profile to the EC2 instance with the required permissions. The UID2 Operator needs these permissions to access configurations from AWS Secrets Manager. |
364-
| AW02 | ConfigNotFound | Make sure that the secret referenced by the Private Operator exists in AWS Secrets Manager in the same region as the operator, and that the IAM instance profile has permission to access the secret. If needed, you can check the logs for the specific secret name and region. |
365-
| AW03 | MissingConfig | Required attributes are missing in the configuration. Refer to the logs for details and update the missing attributes in Secrets Manager. |
366-
| AW04 | InvalidConfigValue | A configuration value is invalid. Verify that the configuration values in the AWS Secrets Manager align with the required format and environment. Note `debug = true` is allowed only in the `integ` environment. Check the logs for more details. |
367-
| AW05 | InvalidOperatorKey | Ensure the operator key is correct for the environment and matches the one provided to you. |
368-
| AW06 | UID2ServicesUnreachable | Allow UID2 core and opt-out service IP addresses in the egress firewall. For IP addresses and DNS details, refer to the logs. |
363+
| E01 | MissingInstanceProfile | Attach an IAM instance profile to the EC2 instance with the required permissions. The UID2 Operator needs these permissions to access configurations from AWS Secrets Manager. |
364+
| E02 | ConfigNotFound | Make sure that the secret referenced by the Private Operator exists in AWS Secrets Manager in the same region as the operator, and that the IAM instance profile has permission to access the secret. If needed, you can check the logs for the specific secret name and region. |
365+
| E03 | MissingConfig | Required attributes are missing in the configuration. Refer to the logs for details and update the missing attributes in Secrets Manager. |
366+
| E04 | InvalidConfigValue | A configuration value is invalid. Verify that the configuration values in the AWS Secrets Manager align with the required format and environment. Note `debug = true` is allowed only in the `integ` environment. Check the logs for more details. |
367+
| E05 | InvalidOperatorKey | Ensure the operator key is correct for the environment and matches the one provided to you. |
368+
| E06 | UID2ServicesUnreachable | Allow UID2 core and opt-out service IP addresses in the egress firewall. For IP addresses and DNS details, refer to the logs. |
369369

370370
## Technical Support
371371

0 commit comments

Comments
 (0)