本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AWS-CreateRdsSnapshot
描述
为 Amazon RDS 实例创建 Amazon Relational Database Service (Amazon RDS) 快照。
文档类型
Automation
所有者
Amazon
平台
数据库
参数
-
AutomationAssumeRole
类型:字符串
说明:(可选)允许 Systems Manager Automation 代表您执行操作的 AWS Identity and Access Management (IAM) 角色的 Amazon 资源名称 (ARN)。如果未指定任何角色,则 Systems Manager Automation 使用运行此文档的用户的权限。
-
DBInstanceIdentifier
类型: 字符串
描述:(Required) The DBInstanceId ID of the RDS Instance to create Snapshot from.
-
DBSnapshotIdentifier
类型: 字符串
描述:(Optional) The DBSnapshotIdentifier ID of the RDS snapshot to create.
-
InstanceTags
类型: 字符串
描述:(Optional) Tags to create for instance.
-
SnapshotTags
类型: 字符串
描述:(Optional) Tags to create for snapshot.
文档步骤
createRDSSnapshot – Creates the RDS snapshot and returns the snapshot ID.
verifyRDSSnapshot – Checks that the snapshot created in the previous step exists.
输出
createRDSSnapshot.SnapshotId – The ID of the created snapshot.