ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 245 - SCS-C01 discussion

Report
Export

Your company has a set of resources defined in the AWS Cloud. Their IT audit department has requested to get a list of resources that have been defined across the account. How can this be achieved in the easiest manner? Please select:

A.
Create a powershell script using the AWS CLI. Query for all resources with the tag of production.
Answers
A.
Create a powershell script using the AWS CLI. Query for all resources with the tag of production.
B.
Create a bash shell script with the AWS CLI. Query for all resources in all regions. Store the results in an S3 bucket.
Answers
B.
Create a bash shell script with the AWS CLI. Query for all resources in all regions. Store the results in an S3 bucket.
C.
Use Cloud Trail to get the list of all resources
Answers
C.
Use Cloud Trail to get the list of all resources
D.
Use AWS Config to get the list of all resources
Answers
D.
Use AWS Config to get the list of all resources
Suggested answer: D

Explanation:

The most feasible option is to use AWS Config. When you turn on AWS Config, you will get a list of resources defined in your AWS Account. A sample snapshot of the resources dashboard in AWS Config is shown below

Option A is incorrect because this would give the list of production based resources and now all resources Option B is partially correct But this will just add more maintenance overhead.

Option C is incorrect because this can be used to log API activities but not give an account of all resou For more information on AWS Config, please visit the below URL:

https://docs.aws.amazon.com/config/latest/developereuide/how-does-confie-work.htmlThe correct answer is: Use AWS Config to get the list of all resourcesSubmit your Feedback/Queries to our Experts

asked 16/09/2024
Cesar Castillo
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first