'Can I access AWS Parameter store from Lightsail instance?
I have a spring boot server deployed in ec2 which uses Parameter store in System manager to keep the application secrets.
I want to deploy the same now on AWS Lightsail instance.
Please help if this is possible. if yes, how to do it.
Solution 1:[1]
Yes, you can do this, but not through instance roles (lightsale instances do not support roles). Instead you have to setup AWS credentials on the Lightsail instance as you would do on your local linux workstation.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Marcin |
