ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 398 - SCS-C01 discussion

Report
Export

In your LAMP application, you have some developers that say they would like access to your logs.

However, since you are using an AWS Auto Scaling group, your instances are constantly being recreated. What would you do to make sure that these developers can access these log files? Choose the correct answer from the options below Please select:

A.
Give only the necessary access to the Apache servers so that the developers can gain access to the log files.
Answers
A.
Give only the necessary access to the Apache servers so that the developers can gain access to the log files.
B.
Give root access to your Apache servers to the developers.
Answers
B.
Give root access to your Apache servers to the developers.
C.
Give read-only access to your developers to the Apache servers.
Answers
C.
Give read-only access to your developers to the Apache servers.
D.
Set up a central logging server that you can use to archive your logs; archive these logs to an S3 bucket for developer-access.
Answers
D.
Set up a central logging server that you can use to archive your logs; archive these logs to an S3 bucket for developer-access.
Suggested answer: D

Explanation:

One important security aspect is to never give access to actual servers, hence Option A.B and C are just totally wrong from a security perspective. The best option is to have a central logging server that can be used to archive logs. These logs can then be stored in S3. Options A,B and C are all invalid because you should not give access to the developers on the Apache se For more information on S3, please refer to the below link https://aws.amazon.com/documentation/s3jThe correct answer is: Set up a central logging server that you can use to archive your logs; archivethese logs to an S3 bucket for developer-access. Submit vour Feedback/Queries to our Experts

asked 16/09/2024
Vitalii Lutsenko
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first