Skip to content

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?

  • Please accept the answer if it was useful for you

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.

EXPERT

answered 3 years ago

EXPERT

reviewed 2 years ago

0

You need create a ssh key and configure in jenkins

answered 3 years 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.