Employee directory for the course AWS Technical Essentials does not display the images correctly

0

I am studying the AWS Technical Essentials course, and while working with the employee directory, I have configured everything as indicated in the video tutorials. However, the issue arises when I try to view the images. They appear as shown in the photo below. Could you please help me resolve this problem? I am new to AWS and would greatly appreciate your assistance.

Enter image description here

asked 2 months ago103 views
1 Answer
0

Hello.

You can't tell anything from this image alone, so use the application logs or browser developer tools to check if there are any errors in the image acquisition part.
A common reason why an application cannot retrieve images from S3 is that the IAM role used in EC2 does not have a policy attached to download objects from S3.
You may find the examples provided in the following documentation helpful.
https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html

profile picture
EXPERT
answered 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions