I was trying to install SSM agent in Ec2 instances for which i have attached instance role with SSM full access,CloudwatchagentAdmin role,SSM managed Instance core.But i could see my instances in SSM console of Managed Instances.
Anyone help ? Thanks in Advance
SSM agent is installed by default on:
Thus, there is no need to manually install it, if you use any of these system. Nevertheless, general things to check/consider for the lack of recognition as managed instance are:
Check your instance role. Good start for the role is one which includes
arn:aws:iam::aws:policy/AmazonSSMManagedInstanceCoremanaged policy.Verify internet connectivity of your instance. The instance must be able to communicate with the SSM service. This is especially important if the instance is in a custom VPC. If this is the case, then: