Error while trying to register managed instance

0

I've down this before for other raspberry pi's without a problem, but know I get this error:

ERROR Registration failed due to error registering the instance with AWS SSM. MissingEndpoint: 'Endpoint' configuration is required for this service

Using this as the guide: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html

Any ideas?

質問済み 3年前2473ビュー
1回答
0

Solved. I had failed to attach the proper service role for a hybrid environments.

aws iam attach-role-policy \
--role-name SSMServiceRole \
--policy-arn arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCore

回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ