Question : Select the correct statement regarding IAM 1. A role is an AWS Identity and Access Management (IAM) entity 2. IAM roles are not associated with a specific user or group. 3. Access Mostly Uused Products by 50000+ Subscribers 4. 1 and 3 5. All 1,2 and 3
A role is an AWS Identity and Access Management (IAM) entity that defines a set of permissions for making AWS service requests. IAM roles are not associated with a specific user or group. Instead roles are assumed by trusted entities, such as IAM users, applications or AWS services like EC2.
Question : Please map the following correctly
1. IAM user 2. IAM group 3. IAM role
A. AWS Identity and Access Management (IAM) entity with permissions to make AWS service requests B. has permanent long-term credentials and is used to directly interact with AWS services C. management convenience to manage the same set of permissions
An IAM user has permanent long-term credentials and is used to directly interact with AWS services. An IAM group is primarily a management convenience to manage the same set of permissions for a set of IAM users. An IAM role is an AWS Identity and Access Management (IAM) entity with permissions to make AWS service requests. IAM roles cannot make direct requests to AWS services, they are meant to be assumed by authorized entities, such as IAM users, applications or AWS services like EC2. IAM roles are used to delegate access within or between AWS accounts.
Question : While working withing an organization called AcmeShell Inc. as an AWS developer, you have created an AWS role called HRFinanceAdmin, you have created 12 different policies file, each is haing size 1KB+ approx. While applying all the policies you are having problem. Why ? 1. You can not add more than one policy to role 2. It will not allow more than 10 policy file to a role 3. Access Mostly Uused Products by 50000+ Subscribers 4. All of the above
You can add as many policies as needed to a role, as long as the total size of all the policies doesn't exceed 10 KB. You are limited to 250 IAM roles under your AWS account. If you need more roles, submit the IAM limit increase request form with your use case and your IAM role increase will be considered.
Select the correct statement for Amazon VPC 1. When you create a VPC, it automatically create an DHCP option "domain-name-servers=AmazonProvidedDNS" and associate it with the VPC. 2. DHCP does not automatically associates the DNS Server, for the instances that need to communicate over the VPC's internet gateway. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Only 1 and 3 are correct 5. All 1,2 and 3 are correct.
1. The key of a local secondary index consists of a hash key and a range key. 2. For each hash key, the total size of all indexed items must be 10 GB or less. 3. Access Mostly Uused Products by 50000+ Subscribers 4. When you query a local secondary index, you can choose either eventual consistency or strong consistency. 5. The hash key of the index is the same attribute as the hash key of the table. The range key can be any scalar table attribute.