Exciting News! Flipper Code is now WePlugins! Same commitment to excellence, brand new identity.

How to Generate AWS API Key & Secret Key

Sandeep Kumar Mishra
Sandeep Kumar Mishra
September 7, 2021
5 minutes read
The WP DISPLAY FILES plugin requires the usage of the AWS ‘API Key’ and ‘API Secret Key’ to display AWS files on the frontend in order to work properly. To create a shortcode for AWS in the WP Display Files Plugin, you need to create the ‘API Key’ and ‘API Secret Key’.

Generate Amazon (AWS) API Key & API Secret Key

  1. Step 1: Please visit the AWS console and log in with your account details.
  2. Step 2: Once you are logged into the AWS Management Console, click on All Services and then click on IAM under Security, Identity, & Compliance.
    AWS IAM
  3. Step 3: Now click on “Users” in the left menu of the AWS dashboard.
    Users Menu
  4. Step 4: On the User page, click on the “Add User” button to add a new user.
    Add User
  5. Step 5: Enter the user name in the displayed input field and select the Programmatic access option from the Access type. After that, click on the Next: Permissions button.
  6. Step 6: On the Set permissions page, click on the Attach existing policies directly tab. Search for the AmazonS3FullAccess policy through the search bar, enable its checkbox, and click on the Next: Tags button. The Tags page has optional info, so skip it and click on the Next: Review button.
    Attach Policies
  7. Step 7: On the review page, after reviewing all the information, click Create User and download the CSV which contains your Access Key ID and Secret Access Key. Enter these credentials in the form displayed on the left side and save settings. A connection with Amazon S3 will be established.
    Create User
    Access Keys
Amazon S3 setup is now complete. You just need to create a shortcode to display files and folders listing from Amazon S3. Once you are done with setting up credentials, follow this tutorial to quickly display listings using these keys.

Explore the latest in WordPress

Trying to stay on top of it all? Get the best tools, resources and inspiration sent to your inbox every Wednesday.