AWS DevOps Engineer Professional DOP-C01 – Question499

You want to build an application that coordinates work across distributed components, and you find Amazon Simple Workflow Service (Amazon SWF) does this easily. You have enabled logging in CloudTrail, but you are unsure about Amazon SWF actions supported.
Which of the following actions is NOT supported?

A.
RegisterDomain
B. RegisterWorkflowActivity
C. RegisterActivityType
D. RegisterWorkflowType

Correct Answer: B

Explanation:

Explanation:
Amazon SWF is integrated with AWS CloudTrail, a service that captures API calls made by or on behalf of Amazon SWF and delivers the log files to an Amazon S3 bucket that you specify. The API calls can be made indirectly by using the Amazon SWF console or directly by using the Amazon SWF API. When CloudTrail logging is enabled, calls made to Amazon SWF actions are tracked in log files. Amazon SWF records are written together with any other AWS service records in a log file. CloudTrail determines when to create and write to a new file based on a specified time period and file size.
The following actions are supported:
DeprecateActivityType
DeprecateDomain
DeprecateWorkflowType
RegisterActivityType
RegisterDomain
RegisterWorkflowType
Reference:
http://docs.aws.amazon.com/amazonswf/latest/developerguide/ct-loggi…