How much does it cost to connect to private ec2 using aws ssm ?

0

I am trying to use ssm to access and manage ec2 in a private network.

I searched for the cost of the service, but only other services such as paramete center came out, so I couldn't measure the cost of the service I wanted to do.

How is the cost of using AWS ssm service to connect to ssm on a private network and use commands?

joker
demandé il y a 2 ans1294 vues
1 réponse
0
Réponse acceptée

To achieve this you would need to install the SSM Agent on the EC2 machine and attach an IAM Role to the instance (eg. SSMManagedInstanceCore). There is no additional cost for the agent, you will only pay for the underlying resources (eg. EC2). The instance can be managed using Session Manager and no additional charges apply. You can run command on the instance using Run Command no additional charges apply for this. If you use Systems Manager Automation to automate deployment and configuration using runbooks the pricing is based on the number of steps and duration of execution of steps. The pricing can be seen on this page - https://aws.amazon.com/systems-manager/pricing/

AWS
ganesh
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions