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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠