1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
If the service supports Service-Linked Role, it seems to be accessible by following this procedure, but Secrets Manager does not seem to support Service-Linked Role. (Too bad 😭😭)
https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-using-service-linked-roles
https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-services-that-work-with-iam.html
I think you can access Secrets Manager by creating an IAM user and specifying Access Key and Secret Access Key to Lightsail.
https://docs.aws.amazon.com/ja_jp/cli/latest/userguide/cli-configure-files.html
respondido hace 4 años
Contenido relevante
- preguntada hace un mes
- preguntada hace 3 meses
- preguntada hace 5 meses
- preguntada hace 6 meses
- OFICIAL DE AWSActualizada hace 2 años

You'll need to run
aws configureand provide your credentials manually on the instance to make CLI calls. Lightsail resources are managed separately from other AWS resources and as a result have different credentials by default.