Q: 20
A company uses an AWS Lambda function to transfer files from an Amazon S3 bucket to the
company's SFTP server. The Lambda function connects to the SFTP server by using credentials such as
username and password. The company uses Lambda environment variables to store these
credentials.
A developer needs to implement encrypted username and password credentials.
Which solution will meet these requirements?
Options
Discussion
D imo, storing creds in an encrypted .txt on S3 should work since S3 can encrypt files and you can control access. I don't see why you'd need Parameter Store here. Anyone else thinks D could fit?
Be respectful. No spam.