Managing deployment using SSM

0

Hi, I am using Jenkins to deploy, by using an SSH connection. I started to use SSM with the AzureAD credentials (SSO solution), how can I deploy? as Jenkins doesn't have an AAD account so it can't access the instances for deployment. Any idea?

2 Answers
2

If your Jenkins is deployed in EC2 instance, you can asign it an instance profile (IAM role). Add an IAM policy that allows access to the SSM to the IAM role. No more actions required in this case.

profile picture
EXPERT
answered a year ago
profile picture
EXPERT
Artem
reviewed a month ago
0

You need create a ssh key and configure in jenkins

profile picture
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions