| cloud administrator uses a script to automatically restart all the servers running in the public cloud provider environment, which hosts e-commerce applications.
The administrator decides to implement the same script for a similar environment that hosts the finance applications.
After verifying the script is deployed to the public cloud environment for finance, the administrator schedules a job to run at 9:00 a.m.
After 9:00 a.m., the administrator receives a report from the e- commerce team that the application is experiencing outages.
Which of the following should the administrator do to resolve the issue?
Click on the arrows to vote for the correct answer
A. B. C. D.C.
In this scenario, the cloud administrator implemented a script to restart all the servers running in the public cloud provider environment hosting e-commerce applications. They decided to use the same script for another environment that hosts finance applications and scheduled it to run at 9:00 a.m. However, after the scheduled time, the e-commerce team reported that the application is experiencing outages. To resolve the issue, the administrator needs to take the following steps:
C. Validate the access credentials for the cloud provider are correct: The first step that the administrator should take is to ensure that the access credentials for the cloud provider are correct. It is possible that the access credentials for the finance environment may not be correct, or they may be different from those for the e-commerce environment. The administrator should verify that the credentials are correct and that they have sufficient privileges to restart the servers in the finance environment.
D. Debug the script and modify it to remove the flawed logic: The next step that the administrator should take is to debug the script and modify it to remove any flawed logic. It is possible that the script has errors that are causing the outages in the e-commerce environment. The administrator should review the script and look for any logical flaws that could be causing the outages. Once identified, they should modify the script to correct the issue.
A. Update the version of the CLI tool for the public cloud provider: Updating the version of the CLI tool for the public cloud provider may not be necessary in this scenario. The issue is not related to the CLI tool, but rather the script that the administrator implemented. Therefore, updating the tool would not help resolve the issue.
B. Copy the script up to a bastion host in the environment and run it from there: Copying the script up to a bastion host in the environment and running it from there may not be necessary in this scenario. The issue is not related to the location of where the script is run but rather the script itself. Therefore, copying the script to a bastion host would not help resolve the issue.
In summary, to resolve the issue of outages in the e-commerce environment after the scheduled script ran in the finance environment, the cloud administrator should first validate the access credentials for the cloud provider and then debug the script to modify any flawed logic that could be causing the issue.