exam questions

Exam AWS Certified Developer - Associate DVA-C02 All Questions

View all questions & answers for the AWS Certified Developer - Associate DVA-C02 exam

Exam AWS Certified Developer - Associate DVA-C02 topic 1 question 94 discussion

A developer has written an application that runs on Amazon EC2 instances. The developer is adding functionality for the application to write objects to an Amazon S3 bucket.

Which policy must the developer modify to allow the instances to write these objects?

  • A. The IAM policy that is attached to the EC2 instance profile role
  • B. The session policy that is applied to the EC2 instance role session
  • C. The AWS Key Management Service (AWS KMS) key policy that is attached to the EC2 instance profile role
  • D. The Amazon VPC endpoint policy
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Prem28
Highly Voted 1 year, 11 months ago
Selected Answer: A
a is correct
upvoted 6 times
...
Ja13
Highly Voted 1 year, 10 months ago
Selected Answer: A
A: https://repost.aws/knowledge-center/ec2-instance-access-s3-bucket
upvoted 5 times
...
sumanshu
Most Recent 4 months ago
Selected Answer: A
EC2 instances assume an IAM role through an instance profile.
upvoted 1 times
...
albert_kuo
7 months, 1 week ago
Selected Answer: A
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "s3:PutObject", "s3:PutObjectAcl" ], "Resource": "arn:aws:s3:::your-bucket-name/*" } ] }
upvoted 1 times
...
65703c1
11 months, 1 week ago
Selected Answer: A
A is the correct answer.
upvoted 1 times
...
mgonblan
1 year, 11 months ago
B: I Think B is better, because we need to use it on the instance session
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago