An application running on an EC2 instance needs to read objects from an S3 bucket. What is the recommended way to grant this access?

a.Embed long-term access keys in the application code
b.Make the S3 bucket public
c.Attach an IAM role to the EC2 instance
d.Share the root user credentials with the instance

Giải thích

Attaching an IAM role to the EC2 instance provides temporary, automatically rotated credentials to the application, avoiding hard-coded keys. This follows the principle of least privilege and is far more secure than embedding static keys.

Luyện miễn phí toàn bộ 100 câu hỏi — không cần đăng ký.

Câu hỏi liên quan cùng chủ đề

Cập nhật gần nhất: · quy trình kiểm tra

Đội Ngũ Biên Tập PrepPass · Đối chiếu với AWS Certified Cloud Practitioner (CLF-C02) · Quy trình kiểm tra
Báo lỗi