gardener / gardener-extension-provider-aws

Gardener extension controller for the AWS cloud provider (https://aws.amazon.com).
https://gardener.cloud
Apache License 2.0
19 stars 97 forks source link

Improve user issue detection #1032

Closed rickardsjp closed 2 months ago

rickardsjp commented 2 months ago

How to categorize this issue?

/area ops-productivity /kind enhancement /platform aws

What would you like to be added: We've seen a case in which an error message that contained a substring that's matched here was not classified as a user issue:

task "Destroying external domain DNS record" failed: Failed to delete DNSRecord shoot--<project>--<shoot-name>/<shoot-name>-external: Error deleting DNSRecord: could not delete DNS recordset in zone <zone> with name <url>, type CNAME, and values [<value>]: InvalidClientTokenId: The security token included in the request is invalid.
    status code: 403, request id: <uid>

Why is this needed: For better ops productivity :)