This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Clear CloudFront Cache

Descripció

It is a plugin that can easily delete the CloudFront cache.
Setting is easy with only 2 steps.
* Configure IAM
* Set a CloudFront distribution ID for this plugin

Arbitrary section 1

Instal·lació

  1. From the WP admin panel, click “Plugins” -> “Add new”.
  2. In the browser input box, type “Clear CloudFront Cache”.
  3. Select the “Clear CloudFront Cache” plugin and click “Install”.
  4. Activate the plugin.
  5. Set IAM for AWS resources where WordPress is running
    IAM setting example
    {
    “Version”: “2012-10-17”,
    “Statement”: [
    {
    “Sid”: “VisualEditor0”,
    “Effect”: “Allow”,
    “Action”: “cloudfront:CreateInvalidation”,
    “Resource”: “*”
    }
    ]
    }
  6. Set a CloudFront distribution ID for this plugin

Ressenyes

No hi ha ressenyes per a este complement.

Col·laboradors i desenvolupadors

«Clear CloudFront Cache» és programari de codi obert. La següent gent ha col·laborat en este complement.

Col·laboradors

Traduïx «Clear CloudFront Cache» a la teua llengua.

T’interessa el desenvolupament?

Revisa el codi , dona una ullada al repositori SVN o subscriu-te al registre de desenvolupament per RSS.