CloudSearch
CloudSearch is a flexible plugin that allows you to leverage the search index power of Amazon CloudSearch in your WordPress site. To use this plugin you’ll need an Amazon Web Services account. Attention: Amazon CloudSearch is a paid service and will require a credit card. Before you can start using CloudSearch, the plugin needs to be activated and configured. Activate the plugin, then go to the menu “CloudSearch -> Settings” (you can find this menu in the sidebar of your WordPress admin panel). Fill the form data: Enter Amazon access key ID, Amazon secret access key and Amazon region for your account (look for “Security Credentials” in your Amazon console to retrieve these data) Enter your CloudSearch index search endpoint and the domain name (I suggest to create the CloudSearch index before you start the plugin configuration) Schema settings Other settings IMPORTANT NOTES WITH RELEASE 2.0.0: * At least WordPress 4.4 version mandatory (for WP_Term support) * Changed APIs output from an array of IDs to an array of object composed by the entity ID and the entity type Minimum requirements: WordPress Version 4.4 PHP Version 5.3 Amazon Web Services account with CloudSearch enabled Usage Go to CloudSearch -> Settings Enter your Amazon access key ID, Secret access key and the Amazon region where you have created the CloudSearch index Enter a Search endpoint and the Domain name. Get these info in your CloudSearch dashboard in AWS Console Choose post types, custom fields and custom taxonomies that you want to export to the CloudSearch index Set up other settings or leave defaults Save settings. Go to CloudSearch -> Manage Click the action Create index, Run indexing and Sync all documents. Between every action wait until the Status field is Active, then go on with the next task After these operation your index is ready, now you can search documents in your CloudSearch index Links: Author’s Site
Top keywords
- cloudsearch14×4.35%
- amazon10×3.11%
- index8×2.48%
- settings6×1.86%
- cloudsearch index5×1.55%
- access4×1.24%
- access key4×1.24%
- enter4×1.24%
- go4×1.24%
- key4×1.24%
- search4×1.24%
- wordpress4×1.24%
Gnaritas Amazon SES
This plugin sends WordPress site email through Amazon’s Simple Email Service (SES) and can optionally monitor bounce and complaint notifications through Amazon’s Simple Notification Service (SNS) and suppress sending email to bounced or complained addresses. The plugin also logs bounce and complaint notifications and can export the saved data in CSV format. Requirements PHP >= 5.5 OpenSSL PHP extension Amazon Web Services account To install: Upload files to the WordPress plugins directory. Activate in the plugins admin page. Set up configuration as described in the “Configuration” section. Note: This plugin includes Amazon Web Services SNS Validator v1.4.0 and AWS SDK for PHP 3.36.19. If you are using other plugins that use these AWS libraries, these may conflict with the versions in use with those plugins. It is not recommended to use this plugin with other plugins using the AWS PHP SDK, SNS Validator or any of their dependencies. Configuration In AWS: IAM The plugin requires an Identity and Access Management (IAM) user with API access and the following permissions: SES permissions: SendRawEmail SetIdentityNotificationTopic SetIdentityFeedbackForwardingEnabled GetIdentityVerificationAttributes SNS permissions: CreateTopic DeleteTopic Subscribe Unsubscribe SES Make sure you have at least one verified “identity” (i.e. email address or domain) through which to send email. Make sure your account is out of the SES “sandbox”. In WordPress: Enter the following in “SES Settings” admin page (under the “Amazon SES” admin menu): From address: The email address to send mail from. This address or its domain should be verified in Amazon SES. (Defaults to WordPress’ admin email.) From name (optional): The name associated with the from address. (WordPress’ default is “WordPress”.) Host: The AWS SMTP endpoint through which to send mail. Available SMTP endpoints are listed here: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-connect.html. Choose the one for your SES region. Port: The port on which to connect to the SMTP endpoint. Currently supported ports include 25, 465 and 587. Access key ID, Access key Secret: The access key ID and secret access key for the IAM user you’re using to send email. Note: SMTP credentials created using the SES control panel’s “Create My SMTP Credentials” will not work. If you’re using an IAM user that was created this way, you should create a new access key for them in the “Security credentials” tab on their IAM configuration page and use those credentials. Security note: If your WordPress site doesn’t use https, the secret access key will be vulnerable to interception by third parties when submitting or viewing the SES settings page. It is not exposed when sending email or accessing the AWS API. SES Region: The identifier for your SES account’s region. Supported regions are listed here: http://docs.aws.amazon.com/general/latest/gr/rande.html#ses_region. Use the value in the “Region” column (e.g. “us-east-1”). Note: If you are using the plugin to handle bounces and complaints, your Simple Notification Service (SNS) region must be the same as your SES region. SES Identity Type: Choose “Email” or “Domain”. Choose whether or not you’d like the plugin to suppress email to bounced or complained recipients On submission, the plugin will verify your Amazon SES identity and send a test email to the SES simulator. If successful, WordPress will send email through Amazon SES. If you opted have the plugin suppress email to bounced or complained addresses, bounce and complaint notifications for your SES identity will be handled by the plugin. If email sending fails unexpectedly, the plugin will stop attempting to send email through SES and revert back to WordPress’ default email handling. This will also stop suppression of email to bounced or complained addresses. To resume sending through Amazon SES, verify your settings on the settings page and click “Save Changes”. The plugin will attempt to verify your SES identity and send a test email, and if successful, resume sending through SES. The plugin displays notifications indicating its current email and bounce handling state on its admin pages and on the WordPress admin dashboard. Sending Test Email You can send a test email using the current configuration from the WordPress admin panel under “Amazon SES > Test Email”. SNS Notifications and Bounce/Complaint Handling If you opt to have the plugin suppress email to bounced or complained addresses, bounce and complaint notifications from Amazon Simple Notification Service (SNS) will be recorded in the WordPress database. You can view the notifications and export them in CSV format in the WordPress admin panel under “Amazon SES > SNS Notifications”. While the plugin is active and email suppression is in effect, email will be suppressed to addresses associated with any “Complaint” notification or a “Permanent” bounce notification. Bounces of type “Transient” are recorded but will not result in suppression of future email.