Hacker News new | ask | show | jobs
by drjasonharrison 1637 days ago
This also occurs when your AWS resources need to access 3rd party services. Some services don't have temporary key support.
1 comments

If you need to access 3rd party services from your AWS account you can at the very least put those credentials into Secret Manager or SSM Parameter Store, so that your application retrieves them at runtime when it needs to - no need to store them with the app.