1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
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
답변함 4년 전
관련 콘텐츠
- 질문됨 일 년 전

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.