ElastiCacheReplicationGroupHook

Amazon

Interact with Amazon ElastiCache. Provide thick wrapper around boto3.client("elasticache").

View on GitHub

Last Updated: Jan. 14, 2023

Access Instructions

Install the Amazon provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

max_retriesMax retries for checking availability of and deleting replication group If this is not supplied then this is defaulted to 10
exponential_back_off_factorMultiplication factor for deciding next sleep time If this is not supplied then this is defaulted to 1
initial_poke_intervalInitial sleep time in seconds If this is not supplied then this is defaulted to 60 seconds

Documentation

Interact with Amazon ElastiCache. Provide thick wrapper around boto3.client("elasticache").

Additional arguments (such as aws_conn_id) may be specified and are passed down to the underlying AwsBaseHook.

Was this page helpful?