This certification preparation material would help you in getting the jobs in the AWS Fields

AWS Developer Certification : Associate Level AWS Sysops Administrator Certification : Assciate Level AWS Solution Architect Certification : Associate Level AWS Soltion Architect : Professional Level AWS Certified Security Specialty (SCS-C01) AWS Professional certification Exam AWS Certified Big Data – Specialty (BDS-C00) AWS Certified Machine Learning MLS C01 Certification Prepration Materal AWS Solution Architect : Training Associate AWS Advanced Networking Certifications AWS Exam Prepare : Kinesis Data Stream Book : AWS Solution Architect Associate : Little Guide AWS Security Specialization Certification: Little Guide SCS-C01 AWS Package Deal


While applying to the Job you need to mention referred by : admin@hadoopexam.com | or Website : http://www.HadoopExam.com


 

Question-20: You have a web application which uses the Elastic Cache for frequent data retrieval and caching them. You also write your session data to the DynamoDB. This application is hosted on EC2 instances which are part of auto scaling group and behind the ELB. You want your application can write data to DynamoDB what you have to do?

  1. You will be create an IAM User, with the write permission on DynamoDB and save its credentials on EC2 instance.
  2. You will be creating an IAM User and your application can assume as that user before writing to DynamoDB.
  3. You will be creating an IAM Role and an IAM User, you will be assigning that IAM role to the user. Application will assume that user to write in DynamoDB.
  4. You will be creating an IAM Role with ............... ole to EC2 instance on which application is hosted.

Correct Answer : D

Detailed Explaination: In summary, question is asking how your applicat...... out.

Option-4 is correct, you will be creating an IAM Role which has permission to write in DynamoDB. IAM role helps in getting temporary credentials. And you can assign that role to the EC2 instance, hence application hosted on that EC2 instance can assume the role and access the DynamoDB.