Which combination of steps should a solutions architect take to meet these requirements?
(Choose two.)
Attach a VPC endpoint policy for DynamoDB to allow write access to only the specific DynamoDB tables.
Attach a security group to the interface VPC endpoint to allow write access to only the specific DynamoDB tables.
Create a resource-based IAM policy to grant write access to only the specific DynamoDB tables. Attach the policy to the DynamoDB tables.
Create a gateway VPC endpoint for DynamoDB that is associated with the Lambda VPC. Ensure that the Lambda execution role can access the gateway VPC endpoint.
Create an interface VPC endpoint for DynamoDB that is associated with the Lambda VPC. Ensure that the Lambda execution role can access the interface VPC endpoint.