Topic 1 Question 5
Which option is a customer responsibility when using Amazon DynamoDB under the AWS Shared Responsibility Model?
Physical security of DynamoDB
Patching of DynamoDB
Access to DynamoDB tables
Encryption of data at rest in DynamoDB
ユーザの投票
コメント(17)
- 正解だと思う選択肢: C
based on docs, AWS DynamoDB is automatically encrypted your data as default (but RDS you must turn on this feature by your self) ref: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EncryptionAtRest.html ref: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Encryption.html#Overview.Encryption.Determining
👍 21James_Srm2024/02/09 Under the AWS Shared Responsibility Model, the customer's responsibilities when using Amazon DynamoDB include:
C. Access to DynamoDB tables
The customer is responsible for managing and controlling access to their DynamoDB tables. This includes defining appropriate permissions, user access control, and authentication mechanisms to ensure that only authorized users or services can access the tables.
The other options are not customer responsibilities:
D. Encryption of data at rest in DynamoDB: AWS provides encryption of data at rest as a built-in feature for DynamoDB. The customer can enable encryption for their tables, but AWS handles the actual implementation and management of the encryption process.
Therefore, the correct customer responsibility is C. Access to DynamoDB tables.
👍 7goushaa2024/09/21- 正解だと思う選択肢: C
Under the AWS Shared Responsibility Model, the responsibility for certain aspects of a service is divided between AWS and the customer. Regarding Amazon DynamoDB:
The customer is responsible for:
C. Access to DynamoDB tablesThis means that the customer is responsible for managing and controlling access to their DynamoDB tables, including setting up appropriate IAM (Identity and Access Management) permissions and policies.
AWS is responsible for:
A. Physical security of DynamoDB B. Patching of DynamoDB D. Encryption of data at rest in DynamoDBAWS takes care of the physical infrastructure, patches and updates the DynamoDB service, and provides encryption mechanisms for data at rest. It's important for customers to be aware of their responsibilities and configure access controls accordingly to ensure the security of their DynamoDB tables.
👍 4TheFivePips2024/09/21
シャッフルモード