PrepAway - Latest Free Exam Questions & Answers

34 Comments on “A____________ is an individual, system, or application that interacts with AWS programmatically.

  1. Manu says:

    from IAM FAQ
    Q: Can I enable and disable user access?
    Yes. You can enable and disable an IAM user’s access keys via the IAM APIs, AWS CLI, or IAM console. If you disable the access keys, the user cannot programmatically access AWS services.

    So it says user can’t programmatically access AWS service if we disable the access key, so in the normal situation a user can access the AWS services programmatically

    welcome any thoughts




    7



    0
  2. pavan says:

    Ans: A
    Q: What is a user?
    A user is a unique identity recognized by AWS services and applications. Similar to a login user in an operating system like Windows or UNIX, a user has a unique name and can identify itself using familiar security credentials such as a password or access key. A user can be an individual, system, or application requiring access to AWS services. IAM supports users (referred to as “IAM users”) managed in AWS’s identity management system, and it also enables you to grant access to AWS resources for users managed outside of AWS in your corporate directory (referred to as “federated users”).




    2



    0
    1. Aastha says:

      The question is who interacts with AWS programmatically so,user is the one who interacts and IAM roles are the permissions.
      We cannot interact with IAM role.




      0



      0
  3. Mouhammad Yousuf says:

    https://www.ncloud24.com/aws/img/file/AWS_Security_Best_Practices.pdf

    IAM roles and temporary security credentials address these use cases. An IAM role lets you define a set of permissions
    to access the resources that a user or service needs, but the permissions are not attached to a specific IAM user or
    group. Instead, IAM users, mobile and EC2-based applications, or AWS services (like Amazon EC2) can programmatically
    assume a role. Assuming the role returns temporary security credentials that the user or application can use to make for
    programmatic requests to AWS. These temporary security credentials have a configurable expiration and are
    automatically rotated. Using IAM roles and temporary security credentials means you don’t always have to manage
    long-term credentials and IAM users for each entity that requires access to a resource.

    role is the answer




    0



    0
  4. vladam says:

    A is the right answer.

    See https://aws.amazon.com/iam/faqs/

    Q: What is a user?
    A user is a unique identity recognized by AWS services and applications. Similar to a login user in an operating system like Windows or UNIX, a user has a unique name and can identify itself using familiar security credentials such as a password or access key. A user can be an individual, system, or application requiring access to AWS services.




    0



    0
  5. celavi says:

    A

    User: A person or application under an account that needs to make API calls to AWS products. Each user has a unique name within the AWS account, and a set of security credentials not shared with other users. These credentials are separate from the AWS account’s security credentials. Each user is associated with one and only one AWS account.

    http://docs.aws.amazon.com/general/latest/gr/glos-chap.html#AWSUser

    API calls mean interactions with AWS programmatically.




    0



    0
    1. Hammer says:

      Zane, I just took the test and passed with a 94%. I can say that a majority of the questions I answered (90%+) were found in the 400+ questions on this site. But clearly this 400 questions include things outside the scope of the AWS-SAA




      0



      0
  6. Hammer says:

    I just took the test 2 hours ago and passed with a 94%. Almost all of the questions were listed on this site. Of course you can’t trust any of the answers provided here but I find that more helpful because if forces you to research the correct answer. Good Luck




    0



    0
  7. okie says:

    A.

    IAM FAQ
    Q: Can I enable and disable user access?
    Yes. You can enable and disable an IAM user’s access keys via the IAM APIs, AWS CLI, or IAM console. If you disable the access keys, the user cannot programmatically access AWS services. So it says user can’t programmatically access AWS service if we disable the access key, so in the normal situation a user can access the AWS services programmatically

    btw, passed with 89%, I collect my personal answers here if could help anyone: http://aws.tuongminh.pro




    0



    0
  8. mkbonu says:

    Q: What is a user?
    A user is a unique identity recognized by AWS services and applications. Similar to a login user in an operating system like Windows or UNIX, a user has a unique name and can identify itself using familiar security credentials such as a password or access key. A user can be an individual, system, or application requiring access to AWS services. IAM supports users (referred to as “IAM users”) managed in AWS’s identity management system, and it also enables you to grant access to AWS resources for users managed outside of AWS in your corporate directory (referred to as “federated users”).

    https://aws.amazon.com/iam/faqs/




    0



    0

Leave a Reply

Your email address will not be published. Required fields are marked *