Is it possible to add a custom CloudInit part handler directly to an AMI so that it is available to all new instances without having to add it to the user data every time?
I have a couple of custom MIME types we use to define configuration data for our EC2 cloud instances and the #part-handler python scripts necessary to process them. I'd like to streamline the instance creation process by eliminating the need to include these part handlers in the user data every time I create a new instance. Is there some hook in the CloudInit scripts where I could add my part handlers directly to the AMI so that the only thing I'd need to pass in via user data is the config files themselves?