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
Post a Comment