What is Amazon Braket?
In this article, I will explain the overview of Amazon Braket, a quantum computing service provided by AWS, while also mentioning the personal benefits I feel.
Amazon Braket Learning Course
I have created a learning course on Amazon Braket, AWS’s quantum computing service.
This course is designed for those with no prior knowledge of quantum computing or AWS, and by the end, you’ll even be able to learn about quantum machine learning. Take advantage of this opportunity to build your skills in quantum technologies!
Overview of Amazon Braket
Amazon Braket is a quantum computing service provided by AWS, offering the following features.
- Use of Amazon Braket Notebook
- Execution on Amazon Braket managed simulators
- Execution on quantum computers from various providers
- Hybrid job functionality
- Use of algorithm libraries
More detailed information about each item is provided below.
Use of Amazon Braket Notebook
With Amazon Braket, you can create, launch, and use Amazon Braket Notebook instances. This allows you to easily set up a Jupyter Notebook-based development environment and start quantum programming immediately.
One of the convenient features of this environment is that quantum computing SDKs such as Qiskit, PennyLane, and Amazon Braket SDK are installed and ready to use right after launch. The development of quantum computing SDKs is remarkable, and differences in versions often cause errors when writing code. By following the tutorials already provided in the instance after launching Amazon Braket Notebook, you can execute quantum circuits without errors. This ease of use can be considered a significant benefit.
Additionally, from this Amazon Braket Notebook, you can easily run the Amazon Braket managed simulator and quantum computers, which will be introduced later. Regarding pricing, it seems that charges are incurred based on the Amazon Braket Notebook’s runtime, so attention to runtime is necessary.
Execution on Amazon Braket managed simulators
With the local simulator in the Amazon Braket Notebook, you can easily run quantum circuits.
However, as you increase the number of qubits in a quantum circuit, there may be cases where the local simulator can no longer handle the execution.
In such situations, using the Amazon Braket managed simulators enables you to run large-scale quantum circuits that cannot be executed on a local PC or within the Amazon Braket Notebook alone.
Below is a brief overview of the available simulators.
Simulator | Description |
---|---|
SV1 (State Vector Simulator) | Capable of simulating more qubits than the local simulator. |
TN1 (Tensor Network Simulator) | SCapable of simulating larger quantum circuits than SV1. |
DM1 (Density Matrix Simulator) | Noisy simulation, enabling a more realistic environment closer to actual quantum computers. |
Regarding pricing, it seems that all simulators incur charges based on their runtime.
Execution on quantum computers from various providers
Similar to the AWS managed simulators, various types of quantum computers can be easily executed via Amazon Braket Notebook. As of May 2025, quantum computers from the following providers are available.
- IonQ
- IQM
- QuEra
- Rigetti
The quantum computing chip Ocelot, which AWS has been developing in recent years, will likely be available in the future! The ability to easily access quantum computers from these providers is indeed appealing.
The pricing seems to depend on the number of tasks and shots.
Hybrid job functionality
In hybrid quantum-classical algorithms such as VQE and VQC (a quantum machine learning algorithm), quantum and classical computations are performed alternately, as shown in the diagram below.

Since quantum computers are shared among multiple users, other users’ jobs can interrupt your tasks, causing wait times and significantly increasing the total processing time, as illustrated below.

Hybrid Jobs solve this issue. Quantum-classical algorithms submitted as Hybrid Jobs are given higher priority access to quantum computers.
Additionally, it is also possible to create hybrid jobs that combine classical computing with Amazon Braket’s managed simulators.
According to the pricing page, charges are based on the total resource consumption used by the hybrid job.
Use of algorithm libraries
Amazon Braket provides several quantum algorithm libraries, including optimization algorithms and Grover’s algorithm, which can be easily executed from Amazon Braket Notebooks. For example, the following algorithms are available:
- Bernstein-Vazirani algorithm
- Deutsch-Jozsa algorithm
- Grover’s algorithm
- Quantum Approximate Optimization Algorithm
- Quantum Phase Estimation
- Shor’s Algorithm
- Quantum Circuit Born Machine
It’s fascinating that the Quantum Circuit Born Machine, a type of quantum machine learning algorithm, is also available. Let’s efficiently progress with coding using these libraries!
Additional Benefits of Using Amazon Braket
One of the advantages of Amazon Braket is its ease of integration with other AWS services. For example, you can process data with other services and perform calculations with Amazon Braket, or easily save the results to S3.
Additionally, more advanced integrations are proposed, such as using AWS CloudTrail and IAM services to implement a system where a user cannot use quantum computers once their usage charges exceed a certain threshold.
Amazon Braket Learning Course
I have created a learning course on Amazon Braket, AWS’s quantum computing service.
This course is designed for those with no prior knowledge of quantum computing or AWS, and by the end, you’ll even be able to learn about quantum machine learning. Take advantage of this opportunity to build your skills in quantum technologies!