Regarding Amazon SWF, at times you might want to record information in the workflow history of a workflow execution that is specific to your use case. enable you to record information in the workflow execution history that you can use for any custom or scenario-specific purpose.
Correct Answer:
A
In Amazon SWF, at times you might want to record information in the workflow history of a workflow execution that is specific to your use case. Markers enable you to record information in the workflow
execution history that you can use for any custom or scenario-specific purpose.
Reference: http://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dg-adv.html
A user has an S3 object in the US Standard region with the content "coIor=red". The user updates the object with the content as "coIor="white". If the user tries to read the value 1 minute after it was uploaded, what will S3 return?
Correct Answer:
D
AWS S3 follows the eventual consistent model in the US Standard Region. Once the object is updated it
may return the new value or the old value based on whether all the content is replicated across multiple servers until it becomes consistent (eventual).
Reference: http://docs.aws.amazon.com/AmazonS3/Iatest/dev/Introduction.htmI
A user is running a MySQL RDS instance. The user will not use the DB for the next 3 months. How can the user save costs?
Correct Answer:
C
The RDS instances unlike the AWS EBS backed instances cannot be stopped or paused. The user needs to take the final snapshot, terminate the instance and launch a new instance in the future from that snapshot
Reference: http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.BackingUpAndRestoringAmazonR DSInstances.htmI
In AWS, which security aspects are the customer’s responsibility? Choose 4 answers
Correct Answer:
ABCF
An orgAMzation has 500 employees. The orgAMzation wants to set up AWS access for each department. Which of the below mentioned options is a possible solution?
Correct Answer:
C
An IAM group is a collection of IAM users. Groups let the user specify permissions for a collection of users, which can make it easier to manage the permissions for those users.
Reference: http://docs.aws.amazon.com/IAM/|atest/UserGuide/Using_WorkingWithGroupsAndUsers.htmI