List of questions
Related questions
Question 64 - BDS-C00 discussion
A solutions architect for a logistics organization ships packages from thousands of suppliers to end customers. The architect is building a platform where suppliers can view the status of one or more of their shipments. Each supplier can have multiple roles that will only allow access to specific fields in the resulting information.
Which strategy allows the appropriate level of access control and requires the LEAST amount of management work?
A.
Send the tracking data to Amazon Kinesis Streams. Use AWS Lambda to store the data in an Amazon DynamoDB Table. Generate temporary AWScredentials for the suppliers' users with AWS STS, specifying fine-grained securitypolicies to limit access only to their applicable data.
B.
Send the tracking data to Amazon Kinesis Firehose. Use Amazon S3 notifications and AWS Lambda to prepare files in Amazon S3 with appropriate data foreach supplier's roles. Generate temporary AWS credentials for the suppliers'users with AWS STS. Limit access to the appropriate files through security policies.
C.
Send the tracking data to Amazon Kinesis Streams. Use Amazon EMR with Spark Streaming to store the data in HBase. Create one table per supplier. UseHBase Kerberos integration with the suppliers' users. Use HBase ACL-basedsecurity to limit access for the roles to their specific table and columns.
D.
Send the tracking data to Amazon Kinesis Firehose. Store the data in an Amazon Redshift cluster. Create views for the suppliers' users and roles. Allowsuppliers access to the Amazon Redshift cluster using a user limited to theapplicable view.
Your answer:
0 comments
Sorted by
Leave a comment first