AWS Certified Data Analytics – Specialty — Question 58

A marketing company is using Amazon EMR clusters for its workloads. The company manually installs third-party libraries on the clusters by logging in to the master nodes. A data analyst needs to create an automated solution to replace the manual process.
Which options can fulfill these requirements? (Choose two.)

Answer options

Correct answer: A, E

Explanation

Option A is correct because using custom bootstrap actions in Amazon EMR allows for automation of library installation during cluster creation. Option E is also correct as creating an AMI after installing the necessary libraries on an EC2 instance can facilitate the replication of the environment. The other options do not provide a valid automated solution for the specific needs of the EMR cluster setup.