Die vorliegende Übersetzung wurde maschinell erstellt. Im Falle eines Konflikts oder eines Widerspruchs zwischen dieser übersetzten Fassung und der englischen Fassung (einschließlich infolge von Verzögerungen bei der Übersetzung) ist die englische Fassung maßgeblich.
Amazon EBS Snapshot Lock überwachen
Sie können Aktionen im Zusammenhang mit Amazon EBS Snapshot Lock mithilfe der folgenden Tools überwachen:
Überwachen Sie EBS Amazon-Snapshot-Sperren mit AWS CloudTrail
Sie können API Aufrufe für Snapshot-Sperren als Ereignisse überwachen, einschließlich Aufrufe von der Konsole und von Codeaufrufen an dieAPIs. Anhand der von gesammelten Informationen können Sie die Anfrage CloudTrail, die IP-Adresse, von der aus die Anfrage gestellt wurde, wer die Anfrage gestellt hat, wann sie gestellt wurde, und weitere Details ermitteln.
Weitere Informationen finden Sie unter APIAnrufe protokollieren mit AWS CloudTrail.
Überwachen Sie EBS Amazon-Snapshot-Sperren mit Amazon EventBridge
Amazon EBS gibt Ereignisse im Zusammenhang mit Snapshot-Sperraktionen aus. Sie können Amazon verwenden AWS Lambda EventBridge , um Ereignisbenachrichtigungen programmgesteuert zu verarbeiten. Ereignisse werden auf bestmögliche Weise ausgegeben. Weitere Informationen finden Sie im EventBridge Amazon-Benutzerhandbuch.
Die folgenden Ereignisse werden ausgegeben:
-
Der Snapshot wurde erfolgreich im Governance- oder Compliance-Modus gesperrt.
{ "version": "0", "id": "
01234567-01234-0123-0123-012345678901
", "detail-type": "EBS Snapshot Notification", "source": "aws.ec2", "account": "012345678901
", "time": "yyyy-mm-ddThh:mm:ssZ
", "region": "us-east-1
", "resources": [ "arn:aws:ec2::us-west-2:snapshot/snap-01234567890abcdef
" ], "detail": { "event": "lockSnapshot", "result": "succeeded", "snapshot_id": "arn:aws:ec2::us-west-2:snapshot/snap-01234567890abcdef
", "source":012345678901
, "lockState": "compliance-cooloff
", "lockCreatedOn": "yyyy-mm-ddThh:mm:ssZ
", "lockExpiresOn": "yyyy-mm-ddThh:mm:ssZ
", "lockDuration":123
, "lockStartDurationTime": "yyyy-mm-ddThh:mm:ssZ
", "cooOffPeriod":24
, "coolOffPeriodExpiresOn": "yyyy-mm-ddThh:mm:ssZ
" } } -
Fehlgeschlagenes Sperrereignis, wenn ein Snapshot gesperrt ist, während er sich im Status
pending
befindet und den Statuscompleted
nicht erreicht.{ "version": "0", "id": "
01234567-01234-0123-0123-012345678901
", "detail-type": "EBS Snapshot Notification", "source": "aws.ec2", "account": "012345678901
", "time": "yyyy-mm-ddThh:mm:ssZ
", "region": "us-east-1
", "resources": [ "arn:aws:ec2::us-west-2:snapshot/snap-01234567890abcdef
" ], "detail": { "event": "lockSnapshot", "result": "failed", "cause": "snapshot failed", "snapshot_id": "arn:aws:ec2::us-west-2:snapshot/snap-01234567890abcdef
", "lockState": "pending-compliance", "lockCreatedOn": "yyyy-mm-ddThh:mm:ssZ
", "lockDuration":123
, "lockStartDurationTime": "yyyy-mm-ddThh:mm:ssZ
", "cooOffPeriod":24
, "coolOffPeriodExpiresOn": "yyyy-mm-ddThh:mm:ssZ
" } } -
Sperre abgelaufen
{ "version": "0", "id": "
01234567-01234-0123-0123-012345678901
", "detail-type": "EBS Snapshot Notification", "source": "aws.ec2", "account": "012345678901
", "time": "yyyy-mm-ddThh:mm:ssZ
", "region": "us-east-1
", "resources": [ "arn:aws:ec2::us-west-2:snapshot/snap-01234567890abcdef
" ], "detail": { "event": "lockDurationExpiry", "result": "succeeded", "snapshot_id": "arn:aws:ec2::us-west-2:snapshot/snap-01234567890abcdef
", "lockState": "expired
", "lockCreatedOn": "yyyy-mm-ddThh:mm:ssZ
", "lockExpiresOn": "yyyy-mm-ddThh:mm:ssZ
", "lockDuration":123
} } -
Die Sperrfrist ist abgelaufen, nachdem der Snapshot im Compliance-Modus gesperrt wurde.
{ "version": "0", "id": "
01234567-01234-0123-0123-012345678901
", "detail-type": "EBS Snapshot Notification", "source": "aws.ec2", "account": "012345678901
", "time": "yyyy-mm-ddThh:mm:ssZ
", "region": "us-east-1
", "resources": [ "arn:aws:ec2::us-west-2:snapshot/snap-01234567890abcdef
" ], "detail": { "event": "cooloffperiodExpiry", "result": "succeeded", "snapshot_id": "arn:aws:ec2::us-west-2:snapshot/snap-01234567890abcdef
", "lockState": "compliance
", "lockCreatedOn": "yyyy-mm-ddThh:mm:ssZ
", "lockExpiresOn": "yyyy-mm-ddThh:mm:ssZ
", "lockDuration":123
, "lockStartDurationTime": "yyyy-mm-ddThh:mm:ssZ
", "cooOffPeriod":24
, "coolOffPeriodExpiresOn": "yyyy-mm-ddThh:mm:ssZ
" } }