Question 26:
A company has managed many AWS resources. The IT audit department has requested to get a list of resources in the AWS account. How can this be achieved efficiently?
Answer options:
A.Create a powershell script using AWS CLI. Query and list all resources based on tags. B.Create a bash shell script with AWS CLI. Get all resources in all AWS regions. Store the results in an S3 bucket. C.Use CloudTrail to get the list of all resources. D.Use AWS Config to get the list of all resources.