The book name will be stored in tables using Amazon DynamoDB. Recall that the CIA triad is the three fundamental aspects of security: confidentiality, integrity and availability. The following practices being leveraged to maintain the confidentiality, integrity and availability.
Please answer the following questions:
Practice A - Integrity
Integrity refers to the fact that the data remains unmodified when it is in the rest state and no unauthorized access is provided. Encryption is one of the ways to implement integrity.
Practice B - Confidentiality
Confidentiality means that the data is accessed only by the people who have the necessary permissions.to access it. In practice B, only the administrators have the permissions to modify the data which refers to the confidentiality of data.
Practice C - Availability
Availability means that the data should not be lost and should be there when someone wants it. The replicable ability and backing up of data in DynamoDB means that the data has high availability rate.
Get Answers For Free
Most questions answered within 1 hours.