Linux 软件免费装

Clear CloudFront Cache

开发者 yamaimo
更新时间 2023年4月1日 10:48
PHP版本: 7.0 及以上
WordPress版本: 6.1.1
版权: GPLv2 or later
版权网址: 版权信息

标签

cloudfront aws

下载

详情介绍:

It is a plugin that can easily delete the CloudFront cache. Setting is easy with only 2 steps.

安装:

  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