Questions tagged [aws-session-manager]

38 questions
0
votes
1 answer

Typing 'a' in the search bar in AWS Systems Manager Session Manager console makes everything disappear

Whenever I type the character a in the search bar on the AWS Systems Manager Session Manager console, the whole console goes white and everything gets disappeared. I have to refresh the page to make everything appear again. URL:…
0
votes
1 answer

Error om.appsnipp.niasbaratepresensi.welcome_activity cannot be cast to com.appsnipp.niasbaratepresensi.DashboardActivity

I made an automatic login on Android, the code is below. But I get this error: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.appsnipp.nbpresensi, PID: 14850 java.lang.RuntimeException: Unable to start activity…
0
votes
0 answers

AWS Session Manager Issue with ec2 instances

i got this ec2 instances from my Stack in CDK, as you can see below. the machine share the same configuration except for the custom ami (both windows server 2016, buth with different software inside). const ec2License = new ec2.Instance(this,…
0
votes
1 answer

Connecting to django project on EC2 using session manager suddenly blocked

I have been using session manager to connect to my django project on ec2 instance. Recently, I connected to the server using session manager. After making changes on settings.py, I ran the command sudo python3 manage.py runserver as usual so as to…
0
votes
1 answer

Is there a bootstrap script to install Amazon SSM Agent into EC2 Windows instance upon launch?

I was tasked to spin up Windows 2019 servers (as per AWS documentation, this has SSM agent preinstalled) and disable port 3389 for RDP because the only access they want is via Amazon Systems Manager Session Manager. I have attached the…
0
votes
0 answers

Unable to connect to s3 endpoint from Session Manager

I am trying to bulk load RDF N-triples data from S3 bucket into Neptune loader. I have created a S3 bucket, IAM Role, Endpoint and Neptune cluster as per the following link https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-data.html. To…
0
votes
1 answer

How do I create EC2 instance using CloudFormation w/ Session Manager installed?

I want to create an EC2 instance using CloudFormation. I also want to run a powershell script from the Ec2 instance using Session Manager (instead of me having to RDP into the machine and running it that way) What exactly would the CloudFormation…
Judy007
  • 5,484
  • 4
  • 46
  • 68
-1
votes
1 answer

How do I stop Windows RDP from appending a domain to my username?

I've got a new corporate laptop and started running into this problem that I've never seen before. I am using AWS Session Manager plugin to connect to an AWS EC2 Windows instance, although none of that is relevant. The problem is that my username…
1 2
3