Create a compatible AMI
- 1 Minute to read
- Print
- PDF
Create a compatible AMI
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
This topic describes how to create an AMI that is compatible for use with Zesty Disk and AWS EMR.
If needed, Zesty can share a custom AMI for your use.
Prerequisites
AWS access with permission to create EC2 instances
To create an EMR-compatible AMI:
From AWS, launch an EC2 instance using the base Amazon Linux compatible with your EMR cluster.
Install any software that is required for your application.
Install the Btrfs filesystem and the Zesty Disk utility wrappers, by running the following command:
curl -s https://static.zesty.co/emr/release/prepare-zestydisk-ami.sh | sudo bash
Create an AMI from the instance as you normally would.
When the AMI is created, you will need its ID number when launching the cluster.
Was this article helpful?