Ends in
00
days
00
hrs
00
mins
00
secs
SHOP NOW

Get $4 OFF in AWS Solutions Architect & Data Engineer Associate Practice Exams for $10.99 each ONLY!

Find answers, ask questions, and connect with our
community around the world.

Home Forums AWS AWS Certified Security – Specialty Clarification on a question / answer on a practice test

  • Clarification on a question / answer on a practice test

  • sukhjit-oberoi

    Member
    April 24, 2021 at 8:24 pm

    For the question below –

    A company wants to launch a multitier web application in which the application servers are hosted on Amazon EC2 instances behind an Application Load Balancer. These EC2 instances require access to credentials that they will use to authenticate their SQL connections to an Amazon RDS database. The application is also using several AWS Lambda functions to issue queries to the database using the same database credentials. The Security Engineer is instructed to store the credentials so that both EC2 instances and the Lambda functions can access them. For audit purposes, access logs must also be recorded to track when the credentials were accessed and by whom.

    What should the Engineer do to satisfy the above requirements?

    the answer was to create a role that provided access to the SSM for the EC2 and lambda function in the “trust policy” of the role. Thought that was the only answer that made sense and I got it right – I am still confused why I would add these permissions in the trust policy rather than the execution role of the lambda function and the general permissions for the EC2 instance. Could someone please help?

    thanks in advance.

  • Carlo-TutorialsDojo

    Member
    April 27, 2021 at 10:05 am

    Hello sukhjit,

    Thanks for posting your question.

    An IAM Role requires two policies: Trust policy and Permissions policy.

    The Trust Policy define the principals that you trust to assume the role. It can be an AWS service or an AWS account. In other words, it decides who can assume the role. The Permissions Policy define what actions and resources the role can use.

    Let me know if this answers your question.

    Regards,

    Carlo @ Tutorials Dojo

Viewing 1 - 2 of 2 replies

Log in to reply.

Original Post
0 of 0 posts June 2018
Now