トップページに戻る
カテゴリ:EC2
|
グループ:コンピューティング
|
問題ID:1367

問題

Amazon EventBridgeでAMI状態変更イベントのルールを作成する際に、どのようなフィールドをイベントパターンに含めることができますか?

選択肢

'source': 'aws.ec2', 'detail-type': 'EC2 AMI State Change', 'detail': { 'ImageId': 'ami-0123456789example', 'State': 'available' }
'source': 'aws.s3', 'detail-type': 'S3 Bucket State Change', 'detail': { 'BucketId': 'bucket-0123456789example', 'State': 'available' }
'source': 'aws.ec2', 'detail-type': 'EC2 Instance State Change', 'detail': { 'InstanceId': 'i-0123456789example', 'State': 'running' }
'source': 'aws.ec2', 'detail-type': 'EC2 AMI State Change', 'detail': { 'ImageId': 'ami-0123456789example' }