AWS Certified Cloud Practitioner CLF-C02 Exam QuestionsBrowse all questions from this exam

AWS Certified Cloud Practitioner CLF-C02 Exam - Question 5


Which option is a customer responsibility when using Amazon DynamoDB under the AWS Shared Responsibility Model?

Show Answer
Correct Answer: C

Under the AWS Shared Responsibility Model, AWS is responsible for the physical security, patching, and encryption of data at rest in DynamoDB. The customer is responsible for managing access to their DynamoDB tables, which includes defining permissions, roles, and policies to control who can access the tables and what actions they can perform. This involves setting up appropriate IAM policies and roles to restrict access to authorized users and applications.

Discussion

47 comments
Sign in to comment
James_SrmOption: C
Feb 9, 2024

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

goushaa
Sep 22, 2024

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.

Mohammed_KamalOption: C
Oct 18, 2023

if people say it is D, so this mean aws responsible for access the table !? no sense + data is encrypted at rest by default

TheFivePipsOption: C
Sep 22, 2024

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 tables This 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 DynamoDB AWS 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.

ShivaNagarajanOption: C
Oct 12, 2023

Access to DB tables

inkedia3
Oct 14, 2023

This cannot be a responsibility.

SherifAbdelHameedOption: D
Oct 13, 2023

Customers are responsible for managing their data (including encryption options), classifying their assets, and using IAM tools to apply the appropriate permissions.

juanbarrerdOption: C
Oct 15, 2023

DynamoDB encrypts data at rest by default. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EncryptionAtRest.html

SimonQYOption: C
Oct 27, 2023

DynamoDB : fully managed Data service , encrypts data by default Amazon RDS : encrypts data when user select it

VikJo1978Option: C
Dec 7, 2023

The answer is C. Access to DynamoDB tables. Within the AWS Shared Responsibility Model, Amazon is responsible for the physical security of DynamoDB, patching DynamoDB, and encrypting non-active data in DynamoDB. Customers are responsible for accessing DynamoDB tables.

BShelatOption: C
Jan 5, 2024

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Introduction.html#:~:text=DynamoDB%20also%20offers%20encryption%20at%20rest%2C%20which%20eliminates%20the%20operational%20burden%20and%20complexity%20involved%20in%20protecting%20sensitive%20data.%20For%20more%20information%2C%20see%20DynamoDB%20encryption%20at%20rest.

Amaan101Option: C
Feb 14, 2024

C because why should aws has the power to control who will access the tables..🫠

Itzmelakshmikanth3108
Mar 23, 2024

C. Access to DynamoDB tables The customer is responsible for managing access control to their DynamoDB tables, including defining permissions, roles, and policies to control who can access the tables and what actions they can perform. This involves setting up appropriate IAM policies and roles to restrict access to authorized users and applications while adhering to security best practices.

AnyioOption: D
Oct 15, 2023

The correct answer is D. Encryption of data at rest in DynamoDB. https://aws.amazon.com/compliance/shared-responsibility-model/#:~:text=Customers%20are%20responsible%20for%20managing,also%20extends%20to%20IT%20controls.

juanbarrerd
Oct 15, 2023

DynamoDB encrypts data at rest by default. https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EncryptionAtRest.html

parrtner73Option: D
Oct 15, 2023

Encryption is under customer responsibility. https://aws.amazon.com/compliance/shared-responsibility-model/

NayeraBOption: C
Oct 18, 2023

It's C as you get to set your own IAM policy to allow access to a specific DynamoDB table, while encryption of data at rest (D) is a built-in feature in DynamoDB

Hewad
Oct 19, 2023

C. Access to DynamoDB tables Under the AWS Shared Responsibility Model, controlling and managing access to AWS services, including Amazon DynamoDB tables, is a customer responsibility. While AWS takes care of the physical infrastructure, patching, and encryption of data at rest in DynamoDB, customers are responsible for setting up proper access controls, authentication, and authorization to protect their data and resources

lunamullerOption: C
Oct 30, 2023

Answer C. Acces to DynamoDB tables.

[Removed]Option: C
Dec 22, 2023

AWS database managed services already implement encryption at rest: https://aws.amazon.com/pm/dynamodb/?gclid=Cj0KCQiA4Y-sBhC6ARIsAGXF1g62nH-xwU3jA3Rijthg64iin_6g_SPOgCaHCeCDs1A7S1s6SxMbnfgaAt4AEALw_wcB&trk=bf64c969-685f-4fc4-b36b-4bcbda56cee7&sc_channel=ps&ef_id=Cj0KCQiA4Y-sBhC6ARIsAGXF1g62nH-xwU3jA3Rijthg64iin_6g_SPOgCaHCeCDs1A7S1s6SxMbnfgaAt4AEALw_wcB:G:s&s_kwcid=AL!4422!3!536324221413!p!!g!!dynamodb!12195830303!119606857400

Ruffyit
Jan 30, 2024

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 tables This 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.

LinuxChamp
Feb 16, 2024

C = CORRECT

chalakaOption: C
Apr 24, 2024

C. Access to DynamoDB tables This means that customers are responsible for managing access control to their DynamoDB tables, including configuring IAM policies, roles, and permissions to ensure that only authorized users or services can interact with the tables. This responsibility involves setting up appropriate authentication and authorization mechanisms to protect the data stored in DynamoDB from unauthorized access.

AdrianMonter26Option: C
Oct 20, 2023

It must be c, Dynamo encrypts data by default

JitenV
Oct 29, 2023

C. Access to DynamoDB tables

SamSan
Nov 17, 2023

Answer C. DynamoDB implements its encryption in: Data at rest Data in transit

Nepton
Nov 23, 2023

Access to DynamoDB tables

Nepton
Nov 23, 2023

DynamoDB is a managed NoSQL Database, at Rest and in Rest's data encryption will be the AWS's responsability.

axatOption: C
Dec 5, 2023

C. Access to DynamoDB tables Under the AWS Shared Responsibility Model, customers are responsible for managing access to their resources, including controlling who has access to their Amazon DynamoDB tables. This involves setting up and configuring AWS Identity and Access Management (IAM) policies to control authentication and authorization for DynamoDB.

ohoongOption: C
Dec 16, 2023

C is correct

bd29Option: C
Feb 22, 2024

The customer is responsible for: C. Access to DynamoDB tables

Frank3108Option: D
Mar 8, 2024

Customers are responsible for managing their data (including encryption options), classifying their assets, and using IAM tools to apply the appropriate permissions.

lucaschen9511Option: C
May 26, 2024

Encryption is AWS's responsibility.

NIREI_AKANE
Jun 5, 2024

If Encryption is default in dynamodb . Then answer will be C. Access to dynamoDb table Right..

[Removed]Option: C
Sep 11, 2024

C is correct.

nigol
Oct 1, 2024

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

ShaiTayOption: C
Nov 14, 2024

C. Access to DynamoDB tables

DurellaOption: D
Dec 14, 2024

Customers are responsible for controlling the encryption of their data.

guilherme_tambeliniOption: C
Jan 7, 2025

C. Access to DynamoDB tables

FrankdespiOption: C
Jan 19, 2025

C. Access to DynamoDB tables

CollinskOption: C
Jan 30, 2025

The customer responsibility include access to DynamoDB

ArielozOption: C
Feb 5, 2025

access

QurreshOption: C
Feb 10, 2025

authorizing the access

vinaykranthOption: A
Feb 12, 2025

physical security of Dynamodb

Sir_KayOption: C
Feb 23, 2025

Customer responsibility includes setting IAM policies and permissions to control who can access their DynamoDB tables.

klaus___1000Option: C
Mar 20, 2025

Maintaining access to Dynamo DB tables

RoroyoshiOption: C
Apr 19, 2025

C is correct

newbieaws9xOption: C
Apr 27, 2025

Customers are reponsible for security in the cloud-meaning how they configure and use AWS service

RoroyoshiOption: C
May 4, 2025

C is correct