AWS IAM Permissions for AWS Session Manager¶
To use AWS Session Manager with StormTunnel, your AWS account needs the right permissions set up. This is usually handled by your AWS administrator.
What Your Admin Needs to Know¶
Your administrator should attach one of these AWS permissions to your user account:
Option 1: Use AWS Managed Policy (Easiest)¶
Ask your admin to attach the AWS-provided policy:
- Policy Name:
AmazonSSMManagedInstanceCore - Where: AWS IAM Console → Users → Your Name → Add Permissions
This gives you all the permissions you need for Session Manager.
Option 2: Custom Minimal Policy¶
If your admin wants to restrict permissions, they can use this minimal set:
ec2:DescribeInstances- View your EC2 instancesssm:DescribeInstanceInformation- Check instance statusssm:StartSession- Start a sessionssm:TerminateSession- End a session
Troubleshooting Permission Issues¶
If you see an error like "Access Denied" or "Not authorized":
- Ask your AWS administrator to verify your permissions are set up
- Wait a few minutes after permissions are added (they can take time to take effect)
- Log out and log back in to your AWS session
- Try again in StormTunnel
Getting Help¶
If you continue having permission issues:
- Ask your AWS administrator to check your IAM user permissions
- Report the error message to your admin
- Contact support with details
Last Updated: December 20, 2025