Which AWS service or resource can be used to identify services that have been used by a user within a specified date range?
Amazon S3 access control lists (ACLs)
AWS Certificate Manager (ACM)
Network Access Analyzer
AWS Identity and Access Management Access Analyzer
Explanations:
Amazon S3 ACLs are used for managing access permissions on S3 buckets and objects. They do not provide visibility into service usage or access by users over a specified date range.
AWS Certificate Manager (ACM) is primarily used for provisioning, managing, and deploying SSL/TLS certificates. It does not track or report on user activity or service usage within a date range.
Network Access Analyzer helps identify potential network access issues in a user’s AWS environment. It does not track or report on the usage of AWS services by users over a specified date range.
AWS Identity and Access Management Access Analyzer provides visibility into the permissions granted to users and resources in AWS. It can identify which services a user has accessed based on policies and logs, allowing for tracking within a specified date range.