1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
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 há 4 anos
Conteúdo relevante
- feita há 2 meses
- feita há 7 meses
- AWS OFICIALAtualizada há 2 anos

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.