AWS DevOps Engineer Professional DOP-C01 – Question514

A user is defining a policy for an IAM user. Which of the below mentioned options is a valid version defined for the policy?

A.
"Version":"2014-01-01"
B. "Version":"2011-10-17"
C. "Version":"2013-10-17"
D. "Version":"2012-10-17"

Correct Answer: D

Explanation:

Explanation:
When defining an IAM Policy, the version element specifies the policy language version. Only the following values are allowed:
2012-10-17. This is the current version of the policy language, and the user should use this version number for all the policies.
2008-10-17. This was an earlier version of the policy language.
The user might see this version on the existing policies. Do not use this version for any new policies or any existing policies that are being updated.
If a version element is not included, the value defaults to 2008-10-17.
Reference: http://docs.aws.amazon.com/IAM/latest/UserGuide/AccessPolicyLanguag…