Purge URLs from the CloudFront CDN.
cdn_purge
plugins:
cloudfront:
access_key_id: yyyyyyyyyyyyyyyy
secret_access_key: xxxxxxxxxxxxxxxxxx
region: eu-west-1
batch_size: 3000
distributions:
- distribution1
- distribution2
This is your aws access id
- Type:
String
This is your aws access key
- Type:
String
This is a list of CF distributions
- Type
Array
This is the AWS region of your CF distributions
- Type
String
This is the number of items to be included for each invalidation request, default to 3000 (aws max limit)
- Type
Integer