Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Clear CloudFront Cache

Descripción

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

Instalación

  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

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Clear CloudFront Cache» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Clear CloudFront Cache» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.