IInstanceUserDataProvider

class aws_rfdk.deadline.IInstanceUserDataProvider(*args, **kwargs)

Bases: Protocol

Provider for adding user data scripts Methods of this interface will be invoked in WorkerInstanceConfiguration on different stages of worker configuration.

Methods

post_worker_launch(host)

Method that is invoked after all configuration is done and worker started.

Parameters:

host (IHost) –

Return type:

None

pre_cloud_watch_agent(host)

Method that is invoked before configuring the Cloud Watch Agent.

Parameters:

host (IHost) –

Return type:

None

pre_render_queue_configuration(host)

Method that is invoked before the render queue configuration.

Parameters:

host (IHost) –

Return type:

None

pre_worker_configuration(host)

Method that is invoked after configuring the connection to the render queue and before configuring the Deadline Worker.

Parameters:

host (IHost) –

Return type:

None