Simple AMI from EC2 Instance
Project Page: github/simple-ami
Speaks for itself. A simple Python script to create an AMI from an EC2 instance ID.
create_ami.py
create_ami.py --instance-id INSTANCE_ID --name NAME
Where INSTANCE_ID
is the instance to be copied and NAME
is the target AMI name.
Requirements:
- Python3
- Boto (
pip3 install boto3
)