aws resource_error ai_generated true

An error occurred (ResourceNotFoundException): The specified resource does not exist

ID: aws/resource-not-found

Also available as: JSON · Markdown
88%Fix Rate
87%Confidence
195Evidence
2023-01-01First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
2 active

Root Cause

AWS resource doesn't exist or is in a different region.

generic

Workarounds

  1. 90% success Check the resource exists in the correct region
    aws s3 ls s3://bucket-name --region us-west-2

    Sources: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html#cli-configure-files-settings

  2. 85% success Verify the ARN or resource identifier for typos
    Verify the ARN or resource identifier for typos

    Sources: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Dead Ends

Common approaches that don't work:

  1. Create the resource with the same name 55% fail

    May not have the same configuration, causing downstream issues

  2. Switch to us-east-1 (default region) 62% fail

    Resource may be in a completely different region

Error Chain

Leads to:
Preceded by: