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年前1295ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ