Question 269:
Your company has developed a suite of business analytics services as a SaaS application used by hundreds of customers worldwide. Recently there has been an acquisition of a product, and the management has decided to integrate the product with the main service. The product also runs onto the AWS platform. The initial phase required the product software to use some private resources of the main SaaS service.
Answer options:
A.The auditing team will need the CloudTrail logs detail of both the SaaS and the product AWS accounts as the call was made from the product application’s AWS account. B.The auditing team can find the detail only from the SaaS application’s AWS account, as the bucket was part of that account. C.Look for the DeleteBucket API record into the SaaS application’s AWS account CloudTrail logs. It should have a user Id and the bucket detail as part of the log detail. D.Look for the sharedEventId and the userIdentity for the DeleteBucket API event in both AWS accounts. E.Look for the sharedEventId and the userIdentity for the AssumeRole API event in both AWS accounts.