100-140 Question 141
Select 3A user reports that they cannot access a shared drive mapped to an S3 bucket using an SMB client. Upon investigation, you find that the correct credentials are being used, but the connection fails. Which of the following troubleshooting steps would most likely resolve the issue?
- A
Verify that the S3 bucket's permissions allow access to the user's credentials.
- B
Ensure the network firewall is not blocking SMB traffic to the S3 endpoint.
- C
Check if the S3 bucket is configured to support the SMB protocol.
- D
Reconfigure the S3 bucket to use a public access policy.
- E
Confirm that the SMB client is updated to the latest version.
Show answer and explanation
Correct answers: A, B, C
Explanation
Mapping an S3 bucket as a shared drive using an SMB client typically requires ensuring appropriate permissions, verifying that the network allows SMB traffic, and confirming that the S3 bucket is configured to support the SMB protocol through a gateway. Public access policies should be avoided due to security risks, and while updating the SMB client is a good practice, it is not the primary issue in this scenario.
- A. Correct.
Verifying the S3 bucket's permissions ensures the user has appropriate access rights, which is necessary for connecting to the shared drive.
- B. Correct.
If a network firewall is blocking SMB traffic, the connection to the S3 endpoint will fail, so checking this is a valid troubleshooting step.
- C. Correct.
An S3 bucket does not natively support the SMB protocol without additional configuration or a gateway, so it is important to verify that such a configuration is in place.
- D. Incorrect.
Configuring the S3 bucket with a public access policy is not a recommended step as it poses serious security risks and is unnecessary if proper credentials are used.
- E. Incorrect.
Updating the SMB client may help in some cases, but in this scenario, the issue is unlikely related to the client's version, making this the least relevant troubleshooting step.