Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
74 views

I want to automate a database drop and database restore process and I don't want to save my admin credentials in secret manager. I read somewhere we can use SSM Run commant for this. But SSM Run ...
Anju Rani's user avatar
0 votes
0 answers
64 views

I’m working on an AWS setup where I need to detect last user activity (keyboard/mouse input) on a Windows EC2 instance. Inside the instance, if I run this PowerShell snippet directly, it works ...
Pranay's user avatar
  • 11
0 votes
0 answers
70 views

I have some super-simple json I need to send to aws ssm start-session, in the parameters flag, but powershell refuses to accept it. I have tried tickmarks, double single quotes, backslashes with ...
talkinggoat's user avatar
0 votes
1 answer
52 views

I am trying to access S3 from runbook's step 'aws:executeScript'. I get error: botocore.exceptions.NoCredentialsError: Unable to locate credentials Same Python code works when runbook invokes ...
zdenko.s's user avatar
  • 1,112
0 votes
0 answers
91 views

I use AWS automation to stop all my machines. The document for automation is set up with Terraform. I want to restrict the usage of the document to my developer group. But I don't know, how to set the ...
dur's user avatar
  • 17.3k
0 votes
0 answers
28 views

SSM Agent "Connection Lost" Issue on Local Laptops Overview: In our organization, we have ~30 employees using Windows laptops primarily for Amazon WorkSpaces. We installed the AWS SSM Agent ...
harri prasath's user avatar
1 vote
1 answer
71 views

On AWS there is ec2 vm deployed, which is accessible over SSM via web console. Everything works, profile is set and permissions are in place. But trying to connect from command line, with aws-cli ...
Arunas Bart's user avatar
  • 2,876
1 vote
1 answer
104 views

I have AWS SSM Automation document that consists of two steps. Both are of type aws:runCommand - PowerShell. First step creates Json data. Script ends with $tenantData = @{ Role =...
zdenko.s's user avatar
  • 1,112
1 vote
1 answer
85 views

My Lambda is located in VPC (I can access Redis that is inside VPC), but I also need to access SSM - getParameter, but I get a timeout exception. Code: ※ It used to work until I put it inside the VPC. ...
Mihails Kuzmins's user avatar
0 votes
0 answers
46 views

I have a StringList parameter in a Runbook, and I want to assign it to a variable of type String. What is the best way to do this? I have tried many ways from the web, but all have failed. My problem ...
manu muraleedharan's user avatar
0 votes
0 answers
125 views

Question: I'm using AWS CDK (v2) with TypeScript to configure Lambda functions using values stored in SSM String parameters with JSON format. While the parameter stores valid JSON, I'm having trouble ...
Emmanuel Oliveira's user avatar
0 votes
0 answers
51 views

I am trying to use the default aws provided AWS-RunPacker SSM document. I have bucket with my packer hcl, some files I want to put on the box and my setup script. After troubleshooting I finally have ...
Dylan Butler's user avatar
2 votes
0 answers
89 views

In aws I created a t3.nano aws-linux ec2 instance. Attached an instance profile with the following policies: - AmazonEC2RoleforSSM - AmazonSSMFullAccess - AmazonSSMManagedEC2InstanceDefaultPolicy - ...
jrz's user avatar
  • 1,425
0 votes
0 answers
145 views

Issue I am trying to create an SSM Association with Simple Execution in Terraform. However, I am encountering issues: If I set automation_target_parameter_name, the execution changes to Rate Control ...
Tor Petersen's user avatar
0 votes
0 answers
113 views

I am building a Quarkus application that runs as a native image with GraalVM. I need to fetch a decryption key from AWS Systems Manager (SSM) Parameter Store before the application starts, so I can ...
Asim's user avatar
  • 85

15 30 50 per page
1
2 3 4 5
58