Code examples for Aurora using Amazon SDKs
The following code examples show how to use Aurora with an Amazon software development kit (SDK).
Actions are code excerpts that show you how to call individual service functions.
Scenarios are code examples that show you how to accomplish a specific task by calling multiple functions within the same service.
Cross-service examples are sample applications that work across multiple Amazon Web Services.
For a complete list of Amazon SDK developer guides and code examples, see Using this service with an Amazon SDK. This topic also includes information about getting started and details about previous SDK versions.
Get started
The following code example shows how to get started using Amazon Aurora.
Code examples
- Actions
- Create a DB cluster
- Create a DB cluster parameter group
- Create a DB cluster snapshot
- Create a DB instance in a DB cluster
- Delete a DB cluster
- Delete a DB cluster parameter group
- Delete a DB instance
- Describe DB cluster parameter groups
- Describe DB cluster snapshots
- Describe DB clusters
- Describe DB instances
- Describe database engine versions
- Describe options for DB instances
- Describe parameters from a DB cluster parameter group
- Update parameters in a DB cluster parameter group
- Scenarios
- Cross-service examples