Skip to main content
0 votes
0 answers
56 views

We each have a primary AWS user account that we use to log in to the AWS console. We use Session Manager to access Linux instances, automatically logging in to them as a specific OS user based on the ...
Phil's user avatar
  • 2,817
0 votes
0 answers
84 views

I'm looking for ways to replicate a Postgres database on an on-prem server to AWS RDS. I normally connect to the database via AWS SSM Session Manager (because the ip address keeps changing). Ideally, ...
zhanga's user avatar
  • 121
0 votes
0 answers
346 views

I'm working with AWS Systems Manager (SSM) to remotely connect to an IoT device via SSH using a Python script. The script uses the boto3 library to start an SSM session, but I'm encountering an error ...
Mona's user avatar
  • 1
0 votes
1 answer
397 views

SSM Agent is not online The SSM Agent was unable to connect to a Systems Manager endpoint to register itself with the service. I created new ec2 but this is the error I'm getting while accessing the ...
Kishor Joshi's user avatar
2 votes
1 answer
17k views

I would like to use Session Manager to connect to my instance. I have created a role with those policies : AmazonEC2RoleforSSM AmazonSSMFullAccess And attached with my instance, from debian official ...
Jean François Manatane's user avatar
0 votes
0 answers
21 views

I could use: psql --host=myrds.crypticxxxx.us-east-1.rds.amzaonaws.com -port=5432 -username='devuser' -dbname='postgre'. But in the same terminal, with Python 3.7.16, with Amazon, Linux 2, and the ...
Henry D's user avatar
0 votes
1 answer
279 views

In our organization, we manage a considerable number of EC2 instances. In past we've been distributing SSH keys to users for login access, but this approach poses security risks if the keys are ...
Ajit Kumar's user avatar
0 votes
0 answers
227 views

I am writing a PowerShell script that access the file on ec2 instance using session manager with AWS CLI, calculate checksum of it and retrieve the checksum result. I can be able to start the session ...
Kamal's user avatar
  • 523
0 votes
0 answers
338 views

EC2 Can't connect to your instance via Session Manager, the EC2 have same role as different EC2 that have Session Manager access. EC2 that don't work is in same subnet that EC2 that work. Any ...
Filip's user avatar
  • 1
2 votes
0 answers
561 views

i have installed the cloudwatch agent and have given the right iam permissons to the role but the spring boot logs are not coming just ec2 logs are coming, what should i do to get the spring boot logs ...
Usha Podduturi's user avatar
0 votes
1 answer
1k views

I'm trying to access a private EC2 instance from a local Visual Studio Code IDE with Session Manager and AWS SSO (CLI). I have the following in ~/.ssh/config: Host i-0dXXXXXXXXXX User ubuntu ...
JPcodes's user avatar
  • 121
1 vote
0 answers
195 views

I need to set up PostgreSQL db connection for AWS instance. First i need to create a tunnel to the instance. I can do this with AWS CLI and session manager, by running: aws ssm start-session --target &...
Valentyna Len's user avatar
3 votes
1 answer
2k views

I am using AWS CLI in a Docker container to open a port forwarding session to a remote host via AWS SSM on an EC2 instance. So that I can access the port from outside of the Docker container, I am ...
Chris's user avatar
  • 7,214
0 votes
1 answer
224 views

I want to log into a IAM user through AWS and my EC2 through systems manager. Then I want to log into different IAM user and access same EC2 except with a different SSM so home dir isn't the same and ...
Programmer123's user avatar
2 votes
0 answers
4k views

I do not have the Ec2 .pem file and looking to copy a csv file to EC2 instance using session manger. Can anyone please help me with this?
DSi's user avatar
  • 113

15 30 50 per page