CompTIA Cloud+ (CV0-003) — Question 290
A cloud administrator is setting up a new coworker for API access to a public cloud environment. The administrator creates a new user and gives the coworker access to a collection of automation scripts. When the coworker attempts to use a deployment script, a 403 error is returned. Which of the following is the MOST likely cause of the error?
Answer options
- A. Connectivity to the public cloud is down.
- B. User permissions are not correct.
- C. The script has a configuration error.
- D. Oversubscription limits have been exceeded.
Correct answer: B
Explanation
The 403 error indicates that access is forbidden, which typically means that the user does not have the necessary permissions to execute the script. While connectivity issues, script errors, and oversubscription limits could cause other types of problems, they are less likely the cause of a 403 error compared to incorrect user permissions.