Question 310:
A company has developed a platform which consists of multiple components. First is the ability for suppliers to supply data to the platform. And another application component which allows them to perform analysis on that data. The suppliers authenticate using SAML federation. Which of the following will help ensure a complete solution and also ensure a secure way for suppliers to have access to only their set of data?
Answer options:
A.Ingest the data using Kinesis streams. Move the data from Kinesis streams into DynamoDB. Ensure that access is given via STS using temporary access credentials. B.Ingest the data using Kinesis streams. Move the data from Kinesis streams into DynamoDB. Ensure that access is given via AWS Access Keys. C.Ingest the data using DynamoDB streams. Stream the data into DynamoDB tables. Ensure that access is given via STS using temporary access credentials. D.Ingest the data using DynamoDB streams. Stream the data into DynamoDB tables. Ensure that access is given via AWS Access Keys.