AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


An application on an EC2 instance fails to read from an S3 bucket due to a missing S3 read permission in the associated IAM role. What is the least disruptive solution to grant the application the required S3 read access?




Explanation:

The correct answer is B. By adding the S3 read permission to the IAM role, the change will take effect automatically without requiring any further action. This ensures the least disruption since there's no need to terminate or restart the EC2 instance. Other options would involve unnecessary steps like terminating, hibernating, or restarting the instance, which are not needed in this scenario.