Topic 1 Question 32
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
ユーザの投票
コメント(11)
- 正解だと思う選択肢: B
The answer is B.
"Access keys are long-term credentials for an IAM user or the AWS account root user. You can use access keys to sign programmatic requests to the AWS CLI or AWS API (directly or using the AWS SDK)." https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html
👍 15Anyio2023/10/15 - 正解だと思う選択肢: B
A. Amazon Inspector: A security assessment service that helps improve the security and compliance of applications deployed on AWS. It is not directly related to providing programmatic access through the AWS CLI or API.
B. Access keys: Consist of an access key ID and a secret access key, and they are used to provide programmatic access to AWS resources through the AWS CLI or API. Access keys are associated with IAM users.
C. SSH public keys: Are used for authenticating users when connecting to instances using SSH (Secure Shell). While SSH public keys provide access to instances, they are not used for programmatic access through the AWS CLI or API.
D. AWS Key Management Service (AWS KMS) keys: Amanaged service that makes it easy for users to create and control encryption keys used to encrypt their data. It is not used for providing programmatic access through the AWS CLI or API.
👍 8TheFivePips2024/01/24 The correct answer is B, Access Key. A- Amazon Inspector automatically discovers workloads, such as Amazon EC2 instances, containers, and Lambda functions, and scans them for software vulnerabilities and unintended network exposure.
B- Access keys are long-term credentials for an IAM user or the AWS account root user. You can use access keys to sign programmatic requests to the AWS CLI or AWS API (directly or using the AWS SDK)
C- The SSH public keys are used for establishing secure shell (SSH) connections to EC2 instances, not for general API access.
D- AWS Key Management Service (AWS KMS) is a managed service that makes it easy for you to create and control the cryptographic keys that are used to protect your data.
👍 5BobFar2024/01/30
シャッフルモード