A systems administrator created a new IAM user for a developer and assigned the user an access key instead of a user name and password. What is the access key used for?
A systems administrator created a new IAM user for a developer and assigned the user an access key instead of a user name and password. What is the access key used for?
An access key is used for programmatic access to AWS services through a Command Line Interface (CLI) or Software Development Kit (SDK). This allows developers to interact with AWS services without using the AWS Management Console, making it suitable for automated scripts and applications.
C is correct "Use Access Keys for Programmatic Access (CLI / SDK)"
secret key access key is for CLI if you ever solved labs assignment C is the answer
Used for programmatically access the CLI or SDK