A user needs programmatic access to AWS resources through the AWS CLI or the AWS API.
Which option will provide the user with the appropriate access?
Amazon Inspector
Access keys
SSH public keys
AWS Key Management Service (AWS KMS) keys
Explanations:
Amazon Inspector is a security assessment service, not an access method.
Access keys are specifically designed for programmatic access to AWS services.
SSH public keys are used for secure shell access, not for AWS API or CLI access.
AWS KMS keys are for managing encryption keys, not for accessing AWS resources directly.