Neptune

Implementation details for API neptune

Coverage Overview

Neptune is supported by LocalStack only in the pro version.

AvailabilityTesting*
OperationImplementedEditionInternal Test SuiteExternal Test SuiteTerraform ValidatedAWS ValidatedSnapshot TestedDetails
AddRoleToDBCluster✔️pro✔️✔️✔️✔️✔️Show Tests
AddSourceIdentifierToSubscription
AddTagsToResource✔️pro✔️✔️✔️✔️Show Tests
ApplyPendingMaintenanceAction
CopyDBClusterParameterGroup
CopyDBClusterSnapshot✔️pro✔️
CopyDBParameterGroup
CreateDBCluster✔️pro✔️✔️✔️✔️✔️Show Tests
CreateDBClusterEndpoint✔️pro✔️✔️✔️✔️Show Tests
CreateDBClusterParameterGroup✔️pro✔️✔️✔️✔️✔️Show Tests
CreateDBClusterSnapshot✔️pro✔️✔️✔️Show Tests
CreateDBInstance✔️pro✔️✔️✔️✔️✔️Show Tests
CreateDBParameterGroup✔️pro✔️✔️✔️✔️✔️Show Tests
CreateDBSubnetGroup✔️pro✔️✔️✔️✔️✔️Show Tests
CreateEventSubscription✔️pro✔️✔️
CreateGlobalCluster✔️pro✔️✔️
DeleteDBCluster✔️pro✔️✔️✔️✔️✔️Show Tests
DeleteDBClusterEndpoint✔️pro✔️✔️✔️✔️Show Tests
DeleteDBClusterParameterGroup✔️pro✔️✔️✔️✔️✔️Show Tests
DeleteDBClusterSnapshot✔️pro✔️✔️✔️Show Tests
DeleteDBInstance✔️pro✔️✔️✔️✔️✔️Show Tests
DeleteDBParameterGroup✔️pro✔️✔️✔️Show Tests
DeleteDBSubnetGroup✔️pro✔️✔️✔️✔️✔️Show Tests
DeleteEventSubscription✔️pro✔️✔️
DeleteGlobalCluster✔️pro✔️✔️
DescribeDBClusterEndpoints✔️pro✔️✔️✔️✔️Show Tests
DescribeDBClusterParameterGroups✔️pro✔️✔️✔️✔️✔️Show Tests
DescribeDBClusterParameters✔️pro✔️✔️✔️✔️✔️Show Tests
DescribeDBClusterSnapshotAttributes
DescribeDBClusterSnapshots✔️pro✔️✔️✔️Show Tests
DescribeDBClusters✔️pro✔️✔️✔️✔️✔️Show Tests
DescribeDBEngineVersions✔️pro✔️✔️✔️✔️Show Tests
DescribeDBInstances✔️pro✔️✔️✔️✔️✔️Show Tests
DescribeDBParameterGroups✔️pro✔️✔️✔️✔️✔️Show Tests
DescribeDBParameters✔️pro✔️✔️✔️Show Tests
DescribeDBSubnetGroups✔️pro✔️✔️✔️✔️✔️Show Tests
DescribeEngineDefaultClusterParameters
DescribeEngineDefaultParameters
DescribeEventCategories
DescribeEventSubscriptions✔️pro✔️✔️
DescribeEvents
DescribeGlobalClusters✔️pro✔️✔️
DescribeOrderableDBInstanceOptions✔️pro✔️✔️
DescribePendingMaintenanceActions
DescribeValidDBInstanceModifications
FailoverDBCluster
FailoverGlobalCluster
ListTagsForResource✔️pro✔️✔️✔️✔️✔️Show Tests
ModifyDBCluster✔️pro✔️✔️✔️Show Tests
ModifyDBClusterEndpoint✔️pro✔️✔️Show Tests
ModifyDBClusterParameterGroup✔️pro✔️✔️✔️✔️✔️Show Tests
ModifyDBClusterSnapshotAttribute
ModifyDBInstance✔️pro✔️✔️✔️✔️Show Tests
ModifyDBParameterGroup✔️pro✔️✔️✔️Show Tests
ModifyDBSubnetGroup✔️pro✔️
ModifyEventSubscription
ModifyGlobalCluster
PromoteReadReplicaDBCluster✔️pro
RebootDBInstance✔️pro✔️✔️Show Tests
RemoveFromGlobalCluster✔️pro
RemoveRoleFromDBCluster✔️pro✔️✔️✔️Show Tests
RemoveSourceIdentifierFromSubscription
RemoveTagsFromResource✔️pro✔️✔️✔️✔️Show Tests
ResetDBClusterParameterGroup✔️pro✔️✔️
ResetDBParameterGroup
RestoreDBClusterFromSnapshot✔️pro✔️Show Tests
RestoreDBClusterToPointInTime
StartDBCluster✔️pro✔️
StopDBCluster✔️pro✔️

Terminology

  • Internal Test Suite: tested by LocalStack's internal integration test suite
  • External Test Suite: covered by an external integration test suite, that runs against LocalStack
  • Terraform Validated: operation tested with Terraform
  • AWS Validated: the integration test that includes this operation call was validated against AWS
  • Snapshot Tested: the operation is part of a snapshot parity test, which verifies the responses by LocalStack and AWS are the same

Testing Details

This section gives an overview about the internal integration test suite and the specific test cases that recorded the API call.

How to read the test details?

For each operation we put up a list of the related integration test cases.
Those operation calls have been recorded during the exeuction of the outlined test cases. Some calls might be internal, i.e., they are not explicitly called in the test, but are triggered implicitly by the LocalStack framework.

  • Parameters: The tests are ordered by the parameters used, which are highlighted in bold.
  • Test Details: LocalStack Community or LocalStack Pro indicates where the test originates. For each test you see:
    • test name
    • status code returned (which is the expected one for the test case)
    • information about validation:
      • AWS validated the test is validated against AWS, meaning it run successfully against real AWS as well
      • Snapshot Tested this is a snapshot parity test, meaning the responses are validated against AWS


AddRoleToDBCluster

Parameters: DBClusterIdentifier, FeatureName, RoleArn
  • LocalStack Pro
    • test_add_role_to_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_add_role_to_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_cluster HTTP Status Code: 400 (DBClusterRoleAlreadyExistsFault) AWS validated Snapshot Tested

AddTagsToResource

Parameters: ResourceName, Tags
  • LocalStack Pro
    • test_create_query_db_tags LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db_tags HTTP Status Code: 200
    • test_create_db_parameter_group_add_tags LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_create_db_parameter_group_add_tags HTTP Status Code: 200
    • test_create_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_postgres HTTP Status Code: 200
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 200 AWS validated
    • test_modify_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_cluster HTTP Status Code: 200

CreateDBCluster

Parameters: DBClusterIdentifier, DBClusterParameterGroupName, DeletionProtection, Engine, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_docdb_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_docdb.py::test_docdb_cluster HTTP Status Code: 200
Parameters: DBClusterIdentifier, DBClusterParameterGroupName, Engine, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_create_db_cluster_non_existing_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_db_cluster_non_existing_parameter_group HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault) AWS validated Snapshot Tested
Parameters: DBClusterIdentifier, DatabaseName, EnableCloudwatchLogsExports, EnableHttpEndpoint, Engine, MasterUserPassword, MasterUsername, Tags
  • LocalStack Pro
    • test_modify_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_cluster HTTP Status Code: 200
Parameters: DBClusterIdentifier, DatabaseName, Engine, EngineMode, EngineVersion, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_serverless_no_cluster_endpoint LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_serverless_no_cluster_endpoint HTTP Status Code: 200 AWS validated
Parameters: DBClusterIdentifier, DatabaseName, Engine, EngineMode, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_data_api LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_data_api HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: DBClusterIdentifier, DatabaseName, Engine, EngineVersion, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 200 AWS validated
    • test_postgres_versions[11.15] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[11.15] HTTP Status Code: 200
    • test_postgres_versions[12.9] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[12.9] HTTP Status Code: 200
    • test_postgres_versions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 200
    • test_lambda_extensions[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 200
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 200
    • test_lambda_extensions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 200
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 200
    • test_invalid_cluster_identifier LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_invalid_cluster_identifier HTTP Status Code: 400 (InvalidClusterIdentifier) AWS validated
Parameters: DBClusterIdentifier, DatabaseName, Engine, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_db_cluster_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres HTTP Status Code: 200
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 200
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 200
Parameters: DBClusterIdentifier, Engine
  • LocalStack Pro
    • test_create_neo4j_cluster LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_neo4j_cluster HTTP Status Code: 200
    • test_create_query_db[None-3.4.13] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[None-3.4.13] HTTP Status Code: 200
    • test_create_query_db_tags LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db_tags HTTP Status Code: 200
    • test_create_db_cluster_with_invalid_engine LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_db_cluster_with_invalid_engine HTTP Status Code: 400 (InvalidParameterValue) AWS validated
Parameters: DBClusterIdentifier, Engine, EngineVersion
  • LocalStack Pro
    • test_create_query_db[1.1.0.0-3.4.11] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.1.0.0-3.4.11] HTTP Status Code: 200
    • test_create_query_db[1.2.0.1-3.5.2] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.2.0.1-3.5.2] HTTP Status Code: 200
    • test_create_query_db[1.2.1.0-3.6.2] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.2.1.0-3.6.2] HTTP Status Code: 200
Parameters: DBClusterIdentifier, Engine, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200
    • test_create_query_db LocalStack Pro: tests/integration/test_docdb.py::TestDocDB::test_create_query_db HTTP Status Code: 200
    • test_add_role_to_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_cluster_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_already_exists HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_proxies LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_proxies HTTP Status Code: 200
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 200
    • test_cancel_command LocalStack Pro: tests/integration/test_ssm.py::TestSsm::test_cancel_command HTTP Status Code: 200
    • test_db_cluster_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_already_exists HTTP Status Code: 400 (DBClusterAlreadyExistsFault) AWS validated Snapshot Tested
Parameters: DBClusterIdentifier, Engine, MasterUserPassword, MasterUsername, Port
  • LocalStack Pro
    • test_create_query_db_with_port LocalStack Pro: tests/integration/test_docdb.py::TestDocDB::test_create_query_db_with_port HTTP Status Code: 200
Parameters: DBClusterIdentifier, Engine, MasterUserPassword, MasterUsername, ScalingConfiguration
  • LocalStack Pro
    • test_db_cluster_scaling LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_scaling HTTP Status Code: 200
Parameters: DBClusterIdentifier, Engine, Tags
  • LocalStack Pro
    • test_create_cluster_with_tags LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_cluster_with_tags HTTP Status Code: 200

CreateDBClusterEndpoint

Parameters: DBClusterEndpointIdentifier, DBClusterIdentifier, EndpointType
  • LocalStack Pro
    • test_serverless_no_cluster_endpoint LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_serverless_no_cluster_endpoint HTTP Status Code: 400 (InvalidParameterValue) AWS validated
Parameters: DBClusterEndpointIdentifier, DBClusterIdentifier, EndpointType, Tags
  • LocalStack Pro
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 200 AWS validated

CreateDBClusterParameterGroup

Parameters: DBClusterParameterGroupName, DBParameterGroupFamily, Description
  • LocalStack Pro
    • test_docdb_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_docdb.py::test_docdb_cluster HTTP Status Code: 200
    • test_db_cluster_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_query_db LocalStack Pro: tests/integration/test_docdb.py::TestDocDB::test_create_query_db HTTP Status Code: 200
    • test_create_query_db[1.1.0.0-3.4.11] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.1.0.0-3.4.11] HTTP Status Code: 200
    • test_create_query_db[1.2.0.1-3.5.2] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.2.0.1-3.5.2] HTTP Status Code: 200
    • test_create_query_db[1.2.1.0-3.6.2] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.2.1.0-3.6.2] HTTP Status Code: 200
    • test_create_query_db[None-3.4.13] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[None-3.4.13] HTTP Status Code: 200
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 200
    • test_db_cluster_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_already_exists HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 200 AWS validated
    • test_postgres_versions[11.15] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[11.15] HTTP Status Code: 200
    • test_postgres_versions[12.9] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[12.9] HTTP Status Code: 200
    • test_postgres_versions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 200
    • test_lambda_extensions[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 200
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 200
    • test_lambda_extensions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 200
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 200
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 200
    • test_create_instances LocalStack Pro: tests/integration/test_servicediscovery.py::test_create_instances HTTP Status Code: 200
    • test_appsync_deployed LocalStack Pro: tests/integration/test_terraform.py::TestTerraform::test_appsync_deployed HTTP Status Code: 200
Parameters: DBClusterParameterGroupName, DBParameterGroupFamily, Description, Tags
  • LocalStack Pro
    • test_db_cluster_parameter_groups LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_db_cluster_parameter_groups HTTP Status Code: 200 AWS validated Snapshot Tested

CreateDBClusterSnapshot

Parameters: DBClusterIdentifier, DBClusterSnapshotIdentifier
  • LocalStack Pro
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 200

CreateDBInstance

Parameters: AllocatedStorage, CopyTagsToSnapshot, DBInstanceClass, DBInstanceIdentifier, DBName, DBSubnetGroupName, Engine, EngineVersion, MasterUserPassword, MasterUsername, PubliclyAccessible, StorageType, VpcSecurityGroupIds
  • LocalStack Pro
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AllocatedStorage, DBClusterIdentifier, DBInstanceClass, DBInstanceIdentifier, DBName, Engine, EngineVersion
  • LocalStack Pro
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 400 (InvalidParameterCombination) AWS validated Snapshot Tested
Parameters: AllocatedStorage, DBClusterIdentifier, DBInstanceClass, DBInstanceIdentifier, Engine
  • LocalStack Pro
    • test_create_aurora_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres HTTP Status Code: 200
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 200
Parameters: AllocatedStorage, DBClusterIdentifier, DBInstanceClass, DBInstanceIdentifier, Engine, EngineVersion
  • LocalStack Pro
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 200
    • test_lambda_extensions[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 200
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 200
    • test_lambda_extensions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 200
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 200
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 400 (InvalidParameterCombination) AWS validated Snapshot Tested
Parameters: AllocatedStorage, DBClusterIdentifier, DBInstanceClass, DBInstanceIdentifier, Engine, EngineVersion, MasterUserPassword
  • LocalStack Pro
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 400 (InvalidParameterCombination) AWS validated Snapshot Tested
Parameters: AllocatedStorage, DBClusterIdentifier, DBInstanceClass, DBInstanceIdentifier, Engine, EngineVersion, MasterUsername
  • LocalStack Pro
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 400 (InvalidParameterCombination) AWS validated Snapshot Tested
Parameters: AllocatedStorage, DBInstanceClass, DBInstanceIdentifier, DBName, EnableIAMDatabaseAuthentication, Engine, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_generate_db_auth_token LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_generate_db_auth_token HTTP Status Code: 200 AWS validated
Parameters: AllocatedStorage, DBInstanceClass, DBInstanceIdentifier, DBName, Engine, EngineVersion, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_postgres_extension_query_export_to_s3[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[10.23] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[11.16] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[12.8] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[13.4] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[14.7] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[15.2] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_table_import_from_s3[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[10.23] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[11.16] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[12.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[13.4] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[14.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[15.2] HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AllocatedStorage, DBInstanceClass, DBInstanceIdentifier, DBName, Engine, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_db_instance_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: AllocatedStorage, DBInstanceClass, DBInstanceIdentifier, DBParameterGroupName, Engine, EngineVersion, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_create_db_instance_non_existing_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_db_instance_non_existing_parameter_group HTTP Status Code: 404 (DBParameterGroupNotFoundFault) AWS validated Snapshot Tested
Parameters: AllocatedStorage, DBInstanceClass, DBInstanceIdentifier, DBParameterGroupName, Engine, MasterUserPassword, MasterUsername, Port
  • LocalStack Pro
    • test_postgres_db_parametergroup_named_default LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_db_parametergroup_named_default HTTP Status Code: 200
Parameters: AllocatedStorage, DBInstanceClass, DBInstanceIdentifier, Engine, EngineVersion, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_db_instance_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_instance_already_exists HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reset_db_instance[mariadb] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mariadb] HTTP Status Code: 200
    • test_reset_db_instance[mysql] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mysql] HTTP Status Code: 200
    • test_reset_db_instance[sqlserver-se] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[sqlserver-se] HTTP Status Code: 200
Parameters: AllocatedStorage, DBInstanceClass, DBInstanceIdentifier, Engine, EngineVersion, MasterUserPassword, MasterUsername, Port
  • LocalStack Pro
    • test_create_mysql[False-5.7.39-MariaDB] LocalStack Pro: tests/integration/test_rds.py::TestRdsMysql::test_create_mysql[False-5.7.39-MariaDB] HTTP Status Code: 200
    • test_create_mysql[True-8.0.30-MySQL Community Server] LocalStack Pro: tests/integration/test_rds.py::TestRdsMysql::test_create_mysql[True-8.0.30-MySQL Community Server] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[10.23] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11.16] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[12.8] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[13.4] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[14.7] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[15.2] HTTP Status Code: 200
Parameters: AllocatedStorage, DBInstanceClass, DBInstanceIdentifier, Engine, MasterUserPassword, MasterUsername, Port
  • LocalStack Pro
    • test_create_mariadb LocalStack Pro: tests/integration/test_rds.py::TestRdsMariaDB::test_create_mariadb HTTP Status Code: 200
    • test_create_mssql LocalStack Pro: tests/integration/test_rds.py::TestRdsMssql::test_create_mssql HTTP Status Code: 200
    • test_add_role_to_db_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_instance HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_postgres_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres_instance HTTP Status Code: 200
    • test_create_db_custom_port LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_db_custom_port HTTP Status Code: 200
    • test_create_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_postgres HTTP Status Code: 200
    • test_create_snapshot_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_instance HTTP Status Code: 200
    • test_modify_db_instance_with_db_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_instance_with_db_parameter_group HTTP Status Code: 200
    • test_query_from_s3 LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_query_from_s3 HTTP Status Code: 200
    • test_db_instance_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_instance_already_exists HTTP Status Code: 400 (DBInstanceAlreadyExistsFault) AWS validated Snapshot Tested
Parameters: DBClusterIdentifier, DBInstanceClass, DBInstanceIdentifier, Engine, EngineVersion
  • LocalStack Pro
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: DBInstanceClass, DBInstanceIdentifier, DBName, Engine, MasterUserPassword, MasterUsername
  • LocalStack Pro
    • test_create_snapshot_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_instance HTTP Status Code: 200
Parameters: DBInstanceClass, DBInstanceIdentifier, Engine
  • LocalStack Pro
    • test_action_rds_reboot_db_instances LocalStack Pro: tests/integration/test_fis.py::TestFis::test_action_rds_reboot_db_instances HTTP Status Code: 200

CreateDBParameterGroup

Parameters: DBParameterGroupFamily, DBParameterGroupName, Description
  • LocalStack Pro
    • test_db_instance_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_action_rds_reboot_db_instances LocalStack Pro: tests/integration/test_fis.py::TestFis::test_action_rds_reboot_db_instances HTTP Status Code: 200
    • test_create_mariadb LocalStack Pro: tests/integration/test_rds.py::TestRdsMariaDB::test_create_mariadb HTTP Status Code: 200
    • test_create_mssql LocalStack Pro: tests/integration/test_rds.py::TestRdsMssql::test_create_mssql HTTP Status Code: 200
    • test_create_mysql[False-5.7.39-MariaDB] LocalStack Pro: tests/integration/test_rds.py::TestRdsMysql::test_create_mysql[False-5.7.39-MariaDB] HTTP Status Code: 200
    • test_create_mysql[True-8.0.30-MySQL Community Server] LocalStack Pro: tests/integration/test_rds.py::TestRdsMysql::test_create_mysql[True-8.0.30-MySQL Community Server] HTTP Status Code: 200
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_postgres HTTP Status Code: 200
    • test_db_instance_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_instance_already_exists HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_modify_db_instance_with_db_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_instance_with_db_parameter_group HTTP Status Code: 200
    • test_postgres_db_parametergroup_named_default LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_db_parametergroup_named_default HTTP Status Code: 200
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 200
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 200
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 200
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[10.23] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11.16] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[12.8] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[14.7] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[15.2] HTTP Status Code: 200
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 200
    • test_reset_db_instance[mariadb] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mariadb] HTTP Status Code: 200
    • test_reset_db_instance[mysql] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mysql] HTTP Status Code: 200
    • test_reset_db_instance[sqlserver-se] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[sqlserver-se] HTTP Status Code: 200
Parameters: DBParameterGroupFamily, DBParameterGroupName, Description, Tags
  • LocalStack Pro
    • test_create_db_parameter_group_add_tags LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_create_db_parameter_group_add_tags HTTP Status Code: 200

CreateDBSubnetGroup

Parameters: DBSubnetGroupDescription, DBSubnetGroupName, SubnetIds
  • LocalStack Pro
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_subnet_group LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_db_subnet_group HTTP Status Code: 200
    • test_db_subnet_group LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_db_subnet_group HTTP Status Code: 400 (CommonServiceException)
Parameters: DBSubnetGroupDescription, DBSubnetGroupName, SubnetIds, Tags
  • LocalStack Pro
    • test_create_instances LocalStack Pro: tests/integration/test_servicediscovery.py::test_create_instances HTTP Status Code: 200

DeleteDBCluster

Parameters: DBClusterIdentifier
  • LocalStack Pro
    • test_docdb_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_docdb.py::test_docdb_cluster HTTP Status Code: 200
    • test_db_cluster_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200
    • test_create_query_db LocalStack Pro: tests/integration/test_docdb.py::TestDocDB::test_create_query_db HTTP Status Code: 200
    • test_create_query_db_with_port LocalStack Pro: tests/integration/test_docdb.py::TestDocDB::test_create_query_db_with_port HTTP Status Code: 200
Parameters: DBClusterIdentifier, SkipFinalSnapshot
  • LocalStack Pro
    • test_create_cluster_with_tags LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_cluster_with_tags HTTP Status Code: 200
    • test_create_neo4j_cluster LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_neo4j_cluster HTTP Status Code: 200
    • test_create_query_db[1.1.0.0-3.4.11] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.1.0.0-3.4.11] HTTP Status Code: 200
    • test_create_query_db[1.2.0.1-3.5.2] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.2.0.1-3.5.2] HTTP Status Code: 200
    • test_create_query_db[1.2.1.0-3.6.2] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.2.1.0-3.6.2] HTTP Status Code: 200
    • test_create_query_db[None-3.4.13] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[None-3.4.13] HTTP Status Code: 200
    • test_create_query_db_tags LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db_tags HTTP Status Code: 200
    • test_add_role_to_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 200
    • test_data_api LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_data_api HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_cluster_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_already_exists HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 200 AWS validated
    • test_db_cluster_scaling LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_scaling HTTP Status Code: 200
    • test_db_proxies LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_proxies HTTP Status Code: 200
    • test_modify_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_cluster HTTP Status Code: 200
    • test_postgres_versions[11.15] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[11.15] HTTP Status Code: 200
    • test_postgres_versions[12.9] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[12.9] HTTP Status Code: 200
    • test_postgres_versions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[13.4] HTTP Status Code: 200
    • test_serverless_no_cluster_endpoint LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_serverless_no_cluster_endpoint HTTP Status Code: 200 AWS validated
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 200
    • test_lambda_extensions[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 200
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 200
    • test_lambda_extensions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 200
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 200
    • test_create_aurora_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres HTTP Status Code: 400 (InvalidDBClusterStateFault)
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 400 (InvalidDBClusterStateFault) AWS validated Snapshot Tested
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 404 (DBClusterNotFoundFault) AWS validated Snapshot Tested
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 404 (DBClusterNotFoundFault)

DeleteDBClusterEndpoint

Parameters: DBClusterEndpointIdentifier
  • LocalStack Pro
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 200 AWS validated
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 400 (DBClusterEndpointNotFoundFault) AWS validated

DeleteDBClusterParameterGroup

Parameters: DBClusterParameterGroupName
  • LocalStack Pro
    • test_docdb_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_docdb.py::test_docdb_cluster HTTP Status Code: 200
    • test_db_cluster_parameter_groups LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_db_cluster_parameter_groups HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_glacier_deployed LocalStack Pro: tests/integration/test_terraform.py::TestTerraform::test_glacier_deployed HTTP Status Code: 200

DeleteDBClusterSnapshot

Parameters: DBClusterSnapshotIdentifier
  • LocalStack Pro
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 200

DeleteDBInstance

Parameters: DBInstanceIdentifier
  • LocalStack Pro
    • test_db_instance_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_db_custom_port LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_db_custom_port HTTP Status Code: 200
Parameters: DBInstanceIdentifier, SkipFinalSnapshot
  • LocalStack Pro
    • test_create_mariadb LocalStack Pro: tests/integration/test_rds.py::TestRdsMariaDB::test_create_mariadb HTTP Status Code: 200
    • test_create_mssql LocalStack Pro: tests/integration/test_rds.py::TestRdsMssql::test_create_mssql HTTP Status Code: 200
    • test_create_mysql[False-5.7.39-MariaDB] LocalStack Pro: tests/integration/test_rds.py::TestRdsMysql::test_create_mysql[False-5.7.39-MariaDB] HTTP Status Code: 200
    • test_create_mysql[True-8.0.30-MySQL Community Server] LocalStack Pro: tests/integration/test_rds.py::TestRdsMysql::test_create_mysql[True-8.0.30-MySQL Community Server] HTTP Status Code: 200
    • test_add_role_to_db_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_instance HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres HTTP Status Code: 200
    • test_create_aurora_postgres_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres_instance HTTP Status Code: 200
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_postgres HTTP Status Code: 200
    • test_create_snapshot_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_instance HTTP Status Code: 200
    • test_db_instance_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_instance_already_exists HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_generate_db_auth_token LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_generate_db_auth_token HTTP Status Code: 200 AWS validated
    • test_modify_db_instance_with_db_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_instance_with_db_parameter_group HTTP Status Code: 200
    • test_postgres_db_parametergroup_named_default LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_db_parametergroup_named_default HTTP Status Code: 200
    • test_query_from_s3 LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_query_from_s3 HTTP Status Code: 200
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 200
    • test_lambda_extensions[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 200
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 200
    • test_lambda_extensions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 200
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 200
    • test_postgres_extension_query_export_to_s3[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[10.23] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[11.16] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[12.8] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[13.4] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[14.7] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[15.2] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_table_import_from_s3[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[10.23] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[11.16] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[12.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[13.4] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[14.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[15.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[10.23] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11.16] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[12.8] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[13.4] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[14.7] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[15.2] HTTP Status Code: 200
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 400 (CommonServiceException) AWS validated Snapshot Tested
    • test_create_db_custom_port LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_db_custom_port HTTP Status Code: 400 (CommonServiceException)
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 400 (CommonServiceException)
    • test_reset_db_instance[mariadb] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mariadb] HTTP Status Code: 400 (CommonServiceException)
    • test_reset_db_instance[mysql] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mysql] HTTP Status Code: 400 (CommonServiceException)
    • test_reset_db_instance[sqlserver-se] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[sqlserver-se] HTTP Status Code: 400 (CommonServiceException)

DeleteDBParameterGroup

Parameters: DBParameterGroupName
  • LocalStack Pro
    • test_modify_db_instance_with_db_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_instance_with_db_parameter_group HTTP Status Code: 200

DeleteDBSubnetGroup

Parameters: DBSubnetGroupName
  • LocalStack Pro
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200
    • test_db_subnet_group LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_db_subnet_group HTTP Status Code: 200

DescribeDBClusterEndpoints

Parameters: DBClusterEndpointIdentifier
  • LocalStack Pro
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 200 AWS validated

DescribeDBClusterParameterGroups

Parameters: - (without any parameters)
  • LocalStack Pro
    • test_docdb_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_docdb.py::test_docdb_cluster HTTP Status Code: 200
    • test_create_aurora_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres HTTP Status Code: 200
Parameters: DBClusterParameterGroupName
  • LocalStack Pro
    • test_docdb_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_docdb.py::test_docdb_cluster HTTP Status Code: 200
    • test_docdb_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_docdb.py::test_docdb_cluster HTTP Status Code: 200
    • test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200
    • test_create_query_db_with_port LocalStack Pro: tests/integration/test_docdb.py::TestDocDB::test_create_query_db_with_port HTTP Status Code: 200
    • test_create_cluster_with_tags LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_cluster_with_tags HTTP Status Code: 200
    • test_create_neo4j_cluster LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_neo4j_cluster HTTP Status Code: 200
    • test_create_query_db_tags LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db_tags HTTP Status Code: 200
    • test_db_cluster_parameter_groups LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_db_cluster_parameter_groups HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_add_role_to_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres HTTP Status Code: 200
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 200
    • test_data_api LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_data_api HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_cluster_scaling LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_scaling HTTP Status Code: 200
    • test_db_proxies LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_proxies HTTP Status Code: 200
    • test_modify_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_cluster HTTP Status Code: 200
    • test_serverless_no_cluster_endpoint LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_serverless_no_cluster_endpoint HTTP Status Code: 200 AWS validated
    • test_appsync_deployed LocalStack Pro: tests/integration/test_terraform.py::TestTerraform::test_appsync_deployed HTTP Status Code: 200
    • test_glacier_deployed LocalStack Pro: tests/integration/test_terraform.py::TestTerraform::test_glacier_deployed HTTP Status Code: 200
    • test_db_cluster_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault) AWS validated Snapshot Tested
    • test_create_query_db LocalStack Pro: tests/integration/test_docdb.py::TestDocDB::test_create_query_db HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_create_query_db[1.1.0.0-3.4.11] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.1.0.0-3.4.11] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_create_query_db[1.2.0.1-3.5.2] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.2.0.1-3.5.2] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_create_query_db[1.2.1.0-3.6.2] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[1.2.1.0-3.6.2] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_create_query_db[None-3.4.13] LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db[None-3.4.13] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault) AWS validated Snapshot Tested
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault) AWS validated Snapshot Tested
    • test_create_db_cluster_non_existing_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_db_cluster_non_existing_parameter_group HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault) AWS validated Snapshot Tested
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_db_cluster_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_already_exists HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault) AWS validated Snapshot Tested
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault) AWS validated
    • test_postgres_versions[11.15] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[11.15] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_postgres_versions[12.9] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[12.9] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_postgres_versions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[13.4] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_lambda_extensions[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_lambda_extensions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)
    • test_create_instances LocalStack Pro: tests/integration/test_servicediscovery.py::test_create_instances HTTP Status Code: 404 (DBClusterParameterGroupNotFoundFault)

DescribeDBClusterParameters

Parameters: DBClusterParameterGroupName
  • LocalStack Pro
    • test_db_cluster_parameter_groups LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_db_cluster_parameter_groups HTTP Status Code: 200 AWS validated Snapshot Tested
Parameters: DBClusterParameterGroupName, Source
  • LocalStack Pro
    • test_appsync_deployed LocalStack Pro: tests/integration/test_terraform.py::TestTerraform::test_appsync_deployed HTTP Status Code: 200
    • test_glacier_deployed LocalStack Pro: tests/integration/test_terraform.py::TestTerraform::test_glacier_deployed HTTP Status Code: 200

DescribeDBClusterSnapshots

Parameters: DBClusterSnapshotIdentifier
  • LocalStack Pro
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 200
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 200

DescribeDBClusters

Parameters: - (without any parameters)
  • LocalStack Pro
    • test_docdb_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_docdb.py::test_docdb_cluster HTTP Status Code: 200
    • test_docdb_cluster LocalStack Pro: tests/integration/cloudformation/resources/test_docdb.py::test_docdb_cluster HTTP Status Code: 200
    • test_db_cluster_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_cluster_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 200
    • test_reset_db_instance[mariadb] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mariadb] HTTP Status Code: 200
    • test_reset_db_instance[mysql] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mysql] HTTP Status Code: 200
    • test_reset_db_instance[sqlserver-se] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[sqlserver-se] HTTP Status Code: 200
    • test_create_instances LocalStack Pro: tests/integration/test_servicediscovery.py::test_create_instances HTTP Status Code: 200
    • test_cancel_command LocalStack Pro: tests/integration/test_ssm.py::TestSsm::test_cancel_command HTTP Status Code: 200
Parameters: DBClusterIdentifier
  • LocalStack Pro
    • test_add_role_to_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres HTTP Status Code: 200
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 200
    • test_data_api LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_data_api HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_data_api LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_data_api HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_cluster_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_already_exists HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 200 AWS validated
    • test_db_cluster_scaling LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_scaling HTTP Status Code: 200
    • test_db_proxies LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_proxies HTTP Status Code: 200
    • test_modify_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_cluster HTTP Status Code: 200
    • test_postgres_versions[11.15] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[11.15] HTTP Status Code: 200
    • test_postgres_versions[12.9] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[12.9] HTTP Status Code: 200
    • test_postgres_versions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_versions[13.4] HTTP Status Code: 200
    • test_serverless_no_cluster_endpoint LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_serverless_no_cluster_endpoint HTTP Status Code: 200 AWS validated
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 200
    • test_lambda_extensions[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 200
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 200
    • test_lambda_extensions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 200
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 200
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 200
    • test_describe_db_cluster_not_existent LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_describe_db_cluster_not_existent HTTP Status Code: 404 (DBClusterNotFoundFault) AWS validated Snapshot Tested

DescribeDBEngineVersions

Parameters: - (without any parameters)
  • LocalStack Pro
    • test_describe_db_engine_versions LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_describe_db_engine_versions HTTP Status Code: 200 AWS validated
    • test_describe_db_engine_versions_paginated LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_describe_db_engine_versions_paginated HTTP Status Code: 200 AWS validated
Parameters: Engine, EngineVersion
  • LocalStack Pro
    • test_describe_db_engine_versions LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_describe_db_engine_versions HTTP Status Code: 200 AWS validated
Parameters: Engine, MaxRecords
  • LocalStack Pro
    • test_describe_db_engine_versions_paginated LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_describe_db_engine_versions_paginated HTTP Status Code: 200 AWS validated

DescribeDBInstances

Parameters: - (without any parameters)
  • LocalStack Pro
    • test_db_instance_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 200
    • test_reset_db_instance[mariadb] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mariadb] HTTP Status Code: 200
    • test_reset_db_instance[mysql] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mysql] HTTP Status Code: 200
    • test_reset_db_instance[sqlserver-se] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[sqlserver-se] HTTP Status Code: 200
Parameters: DBInstanceIdentifier
  • LocalStack Pro
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_mariadb LocalStack Pro: tests/integration/test_rds.py::TestRdsMariaDB::test_create_mariadb HTTP Status Code: 200
    • test_create_mssql LocalStack Pro: tests/integration/test_rds.py::TestRdsMssql::test_create_mssql HTTP Status Code: 200
    • test_create_mysql[False-5.7.39-MariaDB] LocalStack Pro: tests/integration/test_rds.py::TestRdsMysql::test_create_mysql[False-5.7.39-MariaDB] HTTP Status Code: 200
    • test_create_mysql[True-8.0.30-MySQL Community Server] LocalStack Pro: tests/integration/test_rds.py::TestRdsMysql::test_create_mysql[True-8.0.30-MySQL Community Server] HTTP Status Code: 200
    • test_add_role_to_db_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_instance HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres HTTP Status Code: 200
    • test_create_aurora_postgres_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres_instance HTTP Status Code: 200
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_db_custom_port LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_db_custom_port HTTP Status Code: 200
    • test_create_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_postgres HTTP Status Code: 200
    • test_create_snapshot_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_instance HTTP Status Code: 200
    • test_db_instance_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_instance_already_exists HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_generate_db_auth_token LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_generate_db_auth_token HTTP Status Code: 200 AWS validated
    • test_modify_db_instance_with_db_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_instance_with_db_parameter_group HTTP Status Code: 200
    • test_postgres_db_parametergroup_named_default LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_db_parametergroup_named_default HTTP Status Code: 200
    • test_query_from_s3 LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_query_from_s3 HTTP Status Code: 200
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 200
    • test_lambda_extensions[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 200
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 200
    • test_lambda_extensions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 200
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 200
    • test_postgres_extension_query_export_to_s3[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[10.23] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[11.16] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[12.8] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[13.4] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[14.7] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[15.2] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_table_import_from_s3[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[10.23] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[11.16] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[12.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[13.4] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[14.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[15.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[10.23] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11.16] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[12.8] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[13.4] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[14.7] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[15.2] HTTP Status Code: 200
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 200
    • test_reset_db_instance[mariadb] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mariadb] HTTP Status Code: 200
    • test_reset_db_instance[mysql] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mysql] HTTP Status Code: 200
    • test_reset_db_instance[sqlserver-se] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[sqlserver-se] HTTP Status Code: 200

DescribeDBParameterGroups

Parameters: - (without any parameters)
  • LocalStack Pro
    • test_create_aurora_postgres_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres_instance HTTP Status Code: 200
    • test_postgres_db_parametergroup_named_default LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_db_parametergroup_named_default HTTP Status Code: 200
Parameters: DBParameterGroupName
  • LocalStack Pro
    • test_db_instance_deployment LocalStack Pro: tests/integration/cloudformation/resources/test_rds.py::test_db_instance_deployment HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_action_rds_reboot_db_instances LocalStack Pro: tests/integration/test_fis.py::TestFis::test_action_rds_reboot_db_instances HTTP Status Code: 200
    • test_create_mariadb LocalStack Pro: tests/integration/test_rds.py::TestRdsMariaDB::test_create_mariadb HTTP Status Code: 200
    • test_create_mssql LocalStack Pro: tests/integration/test_rds.py::TestRdsMssql::test_create_mssql HTTP Status Code: 200
    • test_create_mysql[False-5.7.39-MariaDB] LocalStack Pro: tests/integration/test_rds.py::TestRdsMysql::test_create_mysql[False-5.7.39-MariaDB] HTTP Status Code: 200
    • test_create_mysql[True-8.0.30-MySQL Community Server] LocalStack Pro: tests/integration/test_rds.py::TestRdsMysql::test_create_mysql[True-8.0.30-MySQL Community Server] HTTP Status Code: 200
    • test_add_role_to_db_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_instance HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres HTTP Status Code: 200
    • test_create_aurora_postgres_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_postgres_instance HTTP Status Code: 200
    • test_create_aurora_v2_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_aurora_v2_cluster_delete_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_db_custom_port LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_db_custom_port HTTP Status Code: 200
    • test_create_db_instance_non_existing_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_db_instance_non_existing_parameter_group HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_postgres HTTP Status Code: 200
    • test_create_snapshot_instance LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_instance HTTP Status Code: 200
    • test_db_instance_already_exists LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_instance_already_exists HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_generate_db_auth_token LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_generate_db_auth_token HTTP Status Code: 200 AWS validated
    • test_modify_db_instance_with_db_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_instance_with_db_parameter_group HTTP Status Code: 200
    • test_postgres_db_parametergroup_named_default LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_postgres_db_parametergroup_named_default HTTP Status Code: 200
    • test_query_from_s3 LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_query_from_s3 HTTP Status Code: 200
    • test_lambda_extensions[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[10.23] HTTP Status Code: 200
    • test_lambda_extensions[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[11.16] HTTP Status Code: 200
    • test_lambda_extensions[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[12.8] HTTP Status Code: 200
    • test_lambda_extensions[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[13.4] HTTP Status Code: 200
    • test_lambda_extensions[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[14.7] HTTP Status Code: 200
    • test_lambda_extensions[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_lambda_extensions[15.2] HTTP Status Code: 200
    • test_postgres_extension_query_export_to_s3[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[10.23] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[11.16] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[12.8] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[13.4] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[14.7] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_query_export_to_s3[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[15.2] HTTP Status Code: 200 AWS validated
    • test_postgres_extension_table_import_from_s3[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[10.23] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[11.16] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[12.8] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[13.4] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[14.7] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_extension_table_import_from_s3[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[15.2] HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_postgres_s3_extension_helpers[10.23] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[10.23] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[11.16] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11.16] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[12.8] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[12.8] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[13.4] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[13.4] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[14.7] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[14.7] HTTP Status Code: 200
    • test_postgres_s3_extension_helpers[15.2] LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[15.2] HTTP Status Code: 200
    • test_reset_cluster_with_instances LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_cluster_with_instances HTTP Status Code: 200
    • test_reset_db_instance[mariadb] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mariadb] HTTP Status Code: 200
    • test_reset_db_instance[mysql] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[mysql] HTTP Status Code: 200
    • test_reset_db_instance[sqlserver-se] LocalStack Pro: tests/integration/test_rds.py::TestRdsReset::test_reset_db_instance[sqlserver-se] HTTP Status Code: 200

DescribeDBParameters

Parameters: DBParameterGroupName
  • LocalStack Pro
    • test_modify_db_instance_with_db_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_instance_with_db_parameter_group HTTP Status Code: 200

DescribeDBSubnetGroups

Parameters: - (without any parameters)
  • LocalStack Pro
    • test_secretsmanager_target_attachment_maridab LocalStack Pro: tests/integration/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_misc_resources LocalStack Pro: tests/integration/cloudformation/test_api.py::TestAPI::test_create_misc_resources HTTP Status Code: 200
    • test_db_subnet_group LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_db_subnet_group HTTP Status Code: 200
    • test_create_instances LocalStack Pro: tests/integration/test_servicediscovery.py::test_create_instances HTTP Status Code: 200

ListTagsForResource

Parameters: ResourceName
  • LocalStack Pro
    • test_create_cluster_with_tags LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_cluster_with_tags HTTP Status Code: 200
    • test_create_query_db_tags LocalStack Pro: tests/integration/test_neptune.py::TestNeptune::test_create_query_db_tags HTTP Status Code: 200
    • test_create_db_parameter_group_add_tags LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_create_db_parameter_group_add_tags HTTP Status Code: 200
    • test_db_cluster_parameter_groups LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_db_cluster_parameter_groups HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_create_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_postgres HTTP Status Code: 200
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 200 AWS validated
    • test_db_proxies LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_proxies HTTP Status Code: 200
    • test_modify_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_cluster HTTP Status Code: 200
    • test_appsync_deployed LocalStack Pro: tests/integration/test_terraform.py::TestTerraform::test_appsync_deployed HTTP Status Code: 200
    • test_glacier_deployed LocalStack Pro: tests/integration/test_terraform.py::TestTerraform::test_glacier_deployed HTTP Status Code: 200

ModifyDBCluster

Parameters: DBClusterIdentifier
  • LocalStack Pro
    • test_modify_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_cluster HTTP Status Code: 404 (DBClusterNotFoundFault)
Parameters: DBClusterIdentifier, EnableHttpEndpoint
  • LocalStack Pro
    • test_modify_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_cluster HTTP Status Code: 200

ModifyDBClusterEndpoint

Parameters: DBClusterEndpointIdentifier
  • LocalStack Pro
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 200 AWS validated
Parameters: DBClusterEndpointIdentifier, EndpointType
  • LocalStack Pro
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 400 (DBClusterEndpointNotFoundFault) AWS validated
Parameters: DBClusterEndpointIdentifier, ExcludedMembers, StaticMembers
  • LocalStack Pro
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 400 (InvalidParameterValue) AWS validated

ModifyDBClusterParameterGroup

Parameters: DBClusterParameterGroupName, Parameters
  • LocalStack Pro
    • test_db_cluster_parameter_groups LocalStack Pro: tests/integration/test_rds.py::TestRdsCrud::test_db_cluster_parameter_groups HTTP Status Code: 200 AWS validated Snapshot Tested

ModifyDBInstance

Parameters: ApplyImmediately, DBInstanceIdentifier, DBParameterGroupName
  • LocalStack Pro
    • test_modify_db_instance_with_db_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_instance_with_db_parameter_group HTTP Status Code: 200
Parameters: DBInstanceIdentifier, EnableIAMDatabaseAuthentication
  • LocalStack Pro
    • test_generate_db_auth_token LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_generate_db_auth_token HTTP Status Code: 200 AWS validated

ModifyDBParameterGroup

Parameters: DBParameterGroupName, Parameters
  • LocalStack Pro
    • test_modify_db_instance_with_db_parameter_group LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_instance_with_db_parameter_group HTTP Status Code: 200

RebootDBInstance

Parameters: DBInstanceIdentifier, ForceFailover
  • LocalStack Pro
    • test_action_rds_reboot_db_instances LocalStack Pro: tests/integration/test_fis.py::TestFis::test_action_rds_reboot_db_instances HTTP Status Code: 200

RemoveRoleFromDBCluster

Parameters: DBClusterIdentifier, FeatureName, RoleArn
  • LocalStack Pro
    • test_add_role_to_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_cluster HTTP Status Code: 200 AWS validated Snapshot Tested
    • test_add_role_to_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_add_role_to_db_cluster HTTP Status Code: 404 (DBClusterRoleNotFoundFault) AWS validated Snapshot Tested

RemoveTagsFromResource

Parameters: ResourceName, TagKeys
  • LocalStack Pro
    • test_create_postgres LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_postgres HTTP Status Code: 200
    • test_db_cluster_endpoints LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints HTTP Status Code: 200 AWS validated
    • test_modify_db_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_modify_db_cluster HTTP Status Code: 200

RestoreDBClusterFromSnapshot

Parameters: DBClusterIdentifier, Engine, SnapshotIdentifier
  • LocalStack Pro
    • test_create_snapshot_cluster LocalStack Pro: tests/integration/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster HTTP Status Code: 200


Last modified March 20, 2023: improve Coverage Docs (#505) (46f2fb0c0)