Can the string value of ‘Key’ be prefixed with laws?
A.
No
B.
Only for EC2 not S3
C.
Yes
D.
Only for S3 not EC
Can the string value of ‘Key’ be prefixed with laws?
Can the string value of ‘Key’ be prefixed with laws?
A.
No
B.
Only for EC2 not S3
C.
Yes
D.
Only for S3 not EC
a. No
http://docs.aws.amazon.com/cli/latest/reference/rds/list-tags-for-resource.html
It should be:
Can the string value of ‘key’ be prefixed with aws?
answer is NO
I choose A
so was the answer correct
strictly it cannot be prefixed with “aws:”, so it could be prefixed with “aws”
C case the question is asking aws the limit is on aws: please note the : at the end
Key -> (string)
A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with “aws:” or “rds:”. The string can only contain only the set of Unicode letters, digits, white-space, ‘_’, ‘.’, ‘/’, ‘=’, ‘+’, ‘-‘ (Java regex: “^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$”).
Value -> (string)
A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with “aws:” or “rds:”. The string can only contain only the set of Unicode letters, digits, white-space, ‘_’, ‘.’, ‘/’, ‘=’, ‘+’, ‘-‘ (Java regex: “^([\p{L}\p{Z}\p{N}_.:/=+\-]*)$”).
Can the string value of ‘Key’ be prefixed with aws?
Answer is = A
The following list describes the characteristics of a DB instance tag.
The tag key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with “aws:” or “rds:”. The string may contain only the set of Unicode letters, digits, white-space, ‘_’, ‘.’, ‘/’, ‘=’, ‘+’, ‘-‘ (Java regex: “^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$”).
The tag value is an optional string value of the tag. The string value can be from 1 to 256 Unicode characters in length and cannot be prefixed with “aws:”. The string may contain only the set of Unicode letters, digits, white-space, ‘_’, ‘.’, ‘/’, ‘=’, ‘+’, ‘-‘ (Java regex: “^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-]*)$”).
Values do not have to be unique in a tag set and can be null. For example, you can have a key-value pair in a tag set of project/Trinity and cost-center/Trinity.
C is correct.. prefix with aws: is not allowed
C is correct.. prefix with aws: is not allowed
The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with “aws:” or “rds:”.
Answer is A
A.
No
Is this atypo..?
“laws” is not same as restricted “aws:”.
if it is “laws”, Answer is C.
If it is “aws:”, Answer is A.