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
已提问 2 年前1294 查看次数
1 回答
0
已接受的回答

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
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则