What does a “Domain” refer to in Amazon SWF?
A.
A security group in which only tasks inside can communicate with each other
B.
A special type of worker
C.
A collection of related Workflows
D.
The DNS record for the Amazon SWF service
What does a “Domain” refer to in Amazon SWF?
What does a “Domain” refer to in Amazon SWF?
A.
A security group in which only tasks inside can communicate with each other
B.
A special type of worker
C.
A collection of related Workflows
D.
The DNS record for the Amazon SWF service
C
Domains provide a way of scoping Amazon SWF resources within your AWS account. All the components of a workflow, such as the workflow type and activity types, must be specified to be in a domain. It is possible to have more than one workflow in a domain; however, workflows in different domains cannot interact with each other.
http://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-domain.html
C
Domains provide a way of scoping Amazon SWF resources within your AWS account. All the components of a workflow, such as the workflow type and activity types, must be specified to be in a domain. It is possible to have more than one workflow in a domain; however, workflows in different domains cannot interact with each other.
http://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-domain.html
C.
A collection of related Workflows