EC2 via Systems Manager Agent (SSM) - Prerequisites
pono AWS EC2 Integration utilizing SSM (System Manager) Agent to enable Apono access flows across AWS VMs
Have you connected an AWS account?
Make sure you have first integrated your AWS account to Apono. If not, follow this AWS Integration step-by-step guide.
The integration provides the ability to grant users permissions to connect to the EC2 with a secure connection - SSM
Prerequisites
- The AWS account integration, where the EC2 is, should be connected.
- EC2 machine with SSM agent installed. Installed by default in most EC2s
docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent - End users - on the local user's computer - will need to install the session manager plugin for AWS CLI.
docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-install-plugin - Your EC2 instance role should have the
AmazonSSMManagedInstanceCore
managed policy
https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started-instance-profile.html
AWS EC2 Integration is part of the AWS Integration
Updated about 1 month ago