How to set an environment variable in Amazon EC2

前端 未结 5 949
一整个雨季
一整个雨季 2020-12-23 14:23

I created a tag on the AWS console for one of my EC2 instances.

\"enter

Howeve

5条回答
  •  心在旅途
    2020-12-23 14:36

    Lately, it seems AWS Parameter Store is a better solution.

    Now there is even a secrets manager which auto manages sensitive configurations as database keys and such..

    See this script using SSM Parameter Store based of the previous solutions by Guy and PJ Bergeron.

    https://github.com/lezavala/ec2-ssm-env

提交回复
热议问题