xamenrax
xamenrax

Reputation: 1744

AWS OpsWorks use file as an Environment Variable

Cheers! Is there any possibility to use File (.pem certificate in my occasion) as an AWS OpsWorks Environment Variable? As far as I could see, AWS OpsWorks allows to set only direct string values through it's console on app's level.

Or maybe there are some best practices of storing .pem certificates on AWS that depends on environment?

Upvotes: 0

Views: 93

Answers (1)

Wenbing Li
Wenbing Li

Reputation: 12982

If it's file, it would be better to store in S3. Therefore, you can pass the S3 URL as the environment variable. And a custom recipe could download the file from S3.

Upvotes: 1

Related Questions