AwsCore::SecretsManager

What is SecretsManager?

This plugin enables you to use Amazon SecretsManager Services inside Unreal Engine 4 Blueprints!

  • Read more about Amazon SecretsManager here
  • AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources. The service enables you to easily rotate, manage, and retrieve database credentials, API keys, and other secrets throughout their lifecycle

Purchase

Getting Started

After creating your SecretsManager user you can Initialize and start using SecretsManager within Unreal Engine 4! You can initialize the plugin like this:

SELECT YOUR REGION

Make sure to select the correct region that you are going to use for your AWS services, double check that you do not misspell the region name as that will cause connection issues.

Example Project

Getting Help