How to store credentials in amazon EC2? -


i need access rest apis of third party saas need store login , password in aws .

where store such sensitive information ?

means when code runs on ec2 needs these credential sign request before sending third party saas.

as long ec2 instance secured properly, pretty default, , limit has access it, (and don't accidentlly leave exposed weak passwords) there no special requirements in ec2 securing credentials beyond precautions take if not running them in ec2. example, if application .net application, feel comfortable storing credentials right in web.config or app.config.

aws employees can't randomly browse data on instance if worred about.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -