bracket jobs not visible in Browser/Quantum Tasks

0

I just started using Bracket and can submit/retrieve Bracket jobs using API, but I do not see those jobs in the browser: https://us-west-1.console.aws.amazon.com/braket/home?region=us-west-1#/tasks

Do I need somehow to configure: QPUs specific region to see them? I do not know how to do it. An example job I'd like to see is: arn:aws:braket:us-east-1:228633164211:quantum-task/a246c13f-9167-416e-b39b-cabc531f533a Thanks

Jan
asked a month ago147 views
1 Answer
2
Accepted Answer

If you are unable to see your Bracket jobs in the AWS Braket console, it's possible that the jobs are being submitted to a different AWS region than the one you are checking in the console. based on the information you provide

Check the AWS Region: Ensure that you are viewing the correct AWS region in the AWS Braket console. The region where you submit the jobs and the region where you are checking for the jobs should match. You mentioned that you are using the us-west-1 region in the API, so make sure you are also viewing the us-west-1 region in the console.

Verify ARN: Double-check the ARN (Amazon Resource Name) of the job to ensure it is correct and corresponds to the region you are checking. The ARN you provided (arn:aws:braket:us-east-1:228633164211:quantum-task/a246c13f-9167-416e-b39b-cabc531f533a) indicates that the job is in the us-east-1 region, not us-west-1.

Refresh the Console: Sometimes, the console may not immediately display newly created jobs. Try refreshing the console page to see if the jobs appear.

Check IAM Permissions: Ensure that the IAM user or role you are using to access the AWS Braket console has the necessary permissions to view tasks in the specified region. You may need permissions such as braket:SearchQuantumTasks and braket:GetQuantumTask.

Hope it clarifies and if does I would appreciate answer to be accepted so that community can benefit for clarity, thanks ;)

profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago
profile pictureAWS
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions