Forrest logo
back to the aws tool

aws-lightsail:tldr:fa405

aws-lightsail: List all bundles (instance plans).
$ aws lightsail list-bundles
try on your machine

The command "aws lightsail list-bundles" is used in the AWS Command Line Interface (CLI) to list the available instance bundles in Amazon Lightsail.

Amazon Lightsail is a cloud-based virtual private server (VPS) service provided by AWS. Instance bundles in Lightsail are predefined packages that include a specific amount of computing resources, such as CPU, RAM, and disk space. Each bundle has its own specifications and pricing.

When you run the "aws lightsail list-bundles" command, it queries the Lightsail service API and retrieves the list of available instance bundles, including details such as the bundle ID, name, CPU count, RAM size, disk size, and the price for each bundle.

This command is useful when you want to see the available options for creating a Lightsail instance with specific computing resources or when you are looking to compare and choose the most suitable bundle for your application requirements.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the aws tool