| Server IP : 52.25.153.185 / Your IP : 216.73.216.25 Web Server : Apache System : Linux ip-172-26-6-158 5.10.0-45-cloud-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : daemon ( 1) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/awscli/examples/lightsail/ |
Upload File : |
**To get the bundles for new relational databases**
The following ``get-relational-database-bundles`` example displays details about all of the available relational database bundles that can be used to create new relational databases in Amazon Lightsail. ::
aws lightsail get-relational-database-bundles
Output::
{
"bundles": [
{
"bundleId": "micro_1_0",
"name": "Micro",
"price": 15.0,
"ramSizeInGb": 1.0,
"diskSizeInGb": 40,
"transferPerMonthInGb": 100,
"cpuCount": 1,
"isEncrypted": false,
"isActive": true
},
{
"bundleId": "micro_ha_1_0",
"name": "Micro with High Availability",
"price": 30.0,
"ramSizeInGb": 1.0,
"diskSizeInGb": 40,
"transferPerMonthInGb": 100,
"cpuCount": 1,
"isEncrypted": false,
"isActive": true
},
{
"bundleId": "small_1_0",
"name": "Small",
"price": 30.0,
"ramSizeInGb": 2.0,
"diskSizeInGb": 80,
"transferPerMonthInGb": 100,
"cpuCount": 1,
"isEncrypted": true,
"isActive": true
},
{
"bundleId": "small_ha_1_0",
"name": "Small with High Availability",
"price": 60.0,
"ramSizeInGb": 2.0,
"diskSizeInGb": 80,
"transferPerMonthInGb": 100,
"cpuCount": 1,
"isEncrypted": true,
"isActive": true
},
{
"bundleId": "medium_1_0",
"name": "Medium",
"price": 60.0,
"ramSizeInGb": 4.0,
"diskSizeInGb": 120,
"transferPerMonthInGb": 100,
"cpuCount": 2,
"isEncrypted": true,
"isActive": true
},
{
"bundleId": "medium_ha_1_0",
"name": "Medium with High Availability",
"price": 120.0,
"ramSizeInGb": 4.0,
"diskSizeInGb": 120,
"transferPerMonthInGb": 100,
"cpuCount": 2,
"isEncrypted": true,
"isActive": true
},
{
"bundleId": "large_1_0",
"name": "Large",
"price": 115.0,
"ramSizeInGb": 8.0,
"diskSizeInGb": 240,
"transferPerMonthInGb": 200,
"cpuCount": 2,
"isEncrypted": true,
"isActive": true
},
{
"bundleId": "large_ha_1_0",
"name": "Large with High Availability",
"price": 230.0,
"ramSizeInGb": 8.0,
"diskSizeInGb": 240,
"transferPerMonthInGb": 200,
"cpuCount": 2,
"isEncrypted": true,
"isActive": true
}
]
}