AWS-CreateRdsSnapshot - AWS Systems Manager Automation runbook reference

AWS-CreateRdsSnapshot

Description

Create an Amazon Relational Database Service (Amazon RDS) snapshot for an Amazon RDS instance.

Run this Automation (console)

Document type

Automation

Owner

Amazon

Platforms

Databases

Parameters

  • AutomationAssumeRole

    Type: String

    Description: (Optional) The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that allows Systems Manager Automation to perform the actions on your behalf. If no role is specified, Systems Manager Automation uses the permissions of the user that starts this runbook.

  • DBInstanceIdentifier

    Type: String

    Description: (Required) The DBInstanceId ID of the RDS Instance to create Snapshot from.

  • DBSnapshotIdentifier

    Type: String

    Description: (Optional) The DBSnapshotIdentifier ID of the RDS snapshot to create.

  • InstanceTags

    Type: String

    Description: (Optional) Tags to create for instance.

  • SnapshotTags

    Type: String

    Description: (Optional) Tags to create for snapshot.

Document Steps

createRDSSnapshot – Creates the RDS snapshot and returns the snapshot ID.

verifyRDSSnapshot – Checks that the snapshot created in the previous step exists.

Outputs

createRDSSnapshot.SnapshotId – The ID of the created snapshot.