▲ 0 r/aws

Claude Opus 4.8 on AWS Bedrock : AccessDeniedException

Problem

Trying to invoke Claude Opus 4.8 on Amazon Bedrock via bedrock-runtime invoke-model. Getting consistent AccessDeniedException:

botocore.errorfactory.AccessDeniedException: An error occurred (AccessDeniedException) when calling the InvokeModel operation: 
anthropic.claude-opus-4-8 is not available for this account. You can explore other available models on Amazon Bedrock. 
For additional access options, contact AWS Sales at https://aws.amazon.com/contact-us/sales-support/

Same error occurs in the Bedrock Playground console when trying to chat with Opus 4.8.

What I've Already Tried

1. Checked entitlement status via CLI:

bash

aws bedrock get-foundation-model-availability \
  --model-id anthropic.claude-opus-4-8 \
  --region us-east-1

Response:

json

{
    "modelId": "anthropic.claude-opus-4-8",
    "agreementAvailability": {
        "status": "AVAILABLE"
    },
    "authorizationStatus": "AUTHORIZED",
    "entitlementAvailability": "AVAILABLE",
    "regionAvailability": "AVAILABLE"
}

✅ Everything shows green.

2. Accepted the Marketplace agreement:

bash

aws bedrock create-foundation-model-agreement \
  --model-id anthropic.claude-opus-4-8 \
  --offer-token "<offer-token>" \
  --region us-east-1

Initial response showed PENDING, waited ~5 minutes, then re-checked. Status flipped to AVAILABLE. Also received an official AWS Marketplace confirmation email saying the agreement was created successfully.

3. Verified payment method: Confirmed valid payment method is on file in Billing → Payment methods.

What I Think Is Happening

AWS's own documentation says Marketplace models should auto-enable on first invoke once the agreement is finalized. The control plane (where agreement status is queried) shows it's AVAILABLE, but the inference runtime layer still denies access. This suggests a sync issue between:

  • Control plane (agreement visible, status = AVAILABLE) ✅
  • Runtime layer (still denies invocations) ❌

Additional Context

  • Account on AWS Activate credits (not sure if this matters)
  1. Anyone else hitting this with Opus 4.8 specifically?
  2. Is this a known issue with Activate-tier accounts?
  3. Did anyone manage to resolve it without opening a support case?
  4. Should I just escalate directly to AWS support, or is there a workaround I'm missing?

Any insights appreciated!

reddit.com
u/Odd-Card8046 — 5 days ago
▲ 97 r/ChatGPT

What happens when this reaches 100% ?

Are we ready for the upcoming years ?

u/Odd-Card8046 — 9 days ago
▲ 566 r/ClaudeCode+1 crossposts

The only true benchmark

Lets see if OpenAI can beat Anthropic in this benchmark.

u/Odd-Card8046 — 10 days ago
▲ 61 r/OpenAIDev+1 crossposts

What do you do when the API powering your AI app is down ?

People with AI apps in production, does your app also goes down when the API you are using goes down ?

u/Odd-Card8046 — 12 days ago
▲ 1.3k r/ClaudeCode+1 crossposts

Perception is reality.

I wish we could do this in real life😅

What do you guys do when Claude’s API is down and your AI app is dependent on it ?

In my last company i built a project to handle failure because of dependence on API provider, an API gateway with routing and failover built in with multiple providers,

so i wouldn’t need to write fallback logic everywhere i call an API, thinking of launching it in public, ZnapAI.com

u/Jenna_AI — 11 days ago

Is anyone still using sora 2 ?

I know they have blocked the public app, but there is API access still available.

So, are you guys still generating content using Sora 2 ?

reddit.com
u/Odd-Card8046 — 14 days ago
▲ 1 r/OpenAIDev+1 crossposts

How are you guys using sora 2 now ?

I know they have closed the official app from public access, but I guess the API access is still there till some time.

Some tools or providers are still offering the access to the model through the API, I want to know,

Which tool are you using to access sora 2 ?

reddit.com
u/Odd-Card8046 — 14 days ago

Fable is not the first tech to be banned

Steve Jobs turned its ban into an ad.

He also fought hard to remove the export ban behind the scenes.

u/Odd-Card8046 — 22 days ago
▲ 3.0k r/ClaudeCode+1 crossposts

New benchmark just dropped

Maybe OpenAI needs to up their game.

btw I am building an API platform ZnapAI.com (disclosure: founder here), it provides a single endpoint that automatically routes requests across models and falls back to another provider if a model or provider goes down. It also supports Messages API endpoint, so it works with Claude Code as well.

u/Jenna_AI — 22 days ago
▲ 4 r/CLine

Which AI API provider are you guys using in Cline ?

I know there is openrouter, but want to know if there are any better alternatives

reddit.com
u/Odd-Card8046 — 28 days ago