Skip to main content

Questions tagged [aws-ssm]

AWS Systems Manager (formerly Amazon EC2 Systems Manager) is a unified interface that allows you to easily centralize operational data and automate tasks across your AWS resources.

aws-ssm
0 votes
0 answers
17 views

Can clone AWS Systems Manager Associations?

Was just curious if this is possible? If I have an association, and I want to create a new version of it without modifying the original (for testing purposes), is there a simple way to do this?
andruidthedude's user avatar
0 votes
0 answers
15 views

need to restrict AWS SSM automation to only be run from a specific list of roles

I have: several different user type roles (developers, testers, customer support, and operations) several different ssm automations types (diagnostic, minor corrective, major corrective, and disaster ...
peter cooke's user avatar
0 votes
1 answer
20 views

Extract parameters from AWS Parameter store using STS assume role

In my python script, I would like to extract certain values from AWS parameter store using STS. I have a role called 'IAMRole' that I can use to access this account. I have created an STS client and a ...
Jimmy's user avatar
  • 21
0 votes
0 answers
28 views

Access ssm parameter store parameters in cross account

I have my ssm parameter store set up in one of the aws account (account Source). I want to access the parameters in another aws account (account target). Earlier parameter store did not directly allow ...
sa_'s user avatar
  • 35
0 votes
0 answers
55 views

DBeaver - Connecting to RDS instance through an ssh tunnel using AWS SSM

I have some RDS instances accessible through EC2 istances (each RDS has its jump EC2). Currently, I was using DBEaver Community edition to connect to the database configuring an ssh tunnel to the EC2. ...
ElessartD's user avatar
0 votes
1 answer
43 views

How to use AWS Systems Manager to keep the EC2 instances up to date over AWS Organizations and multiple accounts?

I am looking to configure AWS Systems Manager (SSM) in a way that allows me to manage and update EC2 instances across multiple AWS accounts within an AWS Organizations setup. My goal is to have all ...
Emre Hayta's user avatar
0 votes
0 answers
20 views

Triggering JSON Event Transmission in SSM Run Command to Python File

Automate the process of triggering a Python script on an EC2 instance via AWS Systems Manager (SSM) Run Command whenever a specified AWS resource (such as S3, EC2, or IAM) is created. The Python ...
Ravi Chand's user avatar
0 votes
0 answers
12 views

how to use Shared SSM Parameter in SSM Document

I have an SSM Document which got one parameter defined as below: schemaVersion: '2.2' parameters: param1: type: String default: "{{ ssm:myParameter }}" How do I use Shared SSM ...
Asdfg's user avatar
  • 12k
0 votes
1 answer
78 views

Laravel Passport loading public and private keys wont work with passport.php config published

I have installed and configured passport and everything seems to be working quite well until I wanted to deploy to serverless (Lambda). I have generated my keys with artisan passport:install and ...
Jean Linux's user avatar
0 votes
0 answers
32 views

AWS SSM StartPortForwardingSessionToRemoteHost to a HTTPS VPC Endpoints

I have a VPC Endpoint with a private DNS allowing HTTPS connections (services.prod.abc.com) I had a public bastion that allowed to open a socks5 connection ssh -i ~/.ssh/id_rsa_bastion -D 9055 -C -q -...
Pierre Caserta's user avatar
-1 votes
1 answer
93 views

Systemd Service Unit Unable to Access Jarfile in Ubuntu When Running SSM Document

I am working on a project where I need to install the Spring Boot application Pet Clinic onto an Ubuntu 22 server using SSM Documents. I have attached the Systems Manager Run Document. The error below ...
SovietFrontier's user avatar
0 votes
0 answers
37 views

I'm creating a SSM maintenance window with and registering automation task AWS-UpdateEKSManagedNodeGroup

I'm trying to execute Systems Manager Automation with existing runbook on AWS Console: https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/aws-updateeksmanagednodegroup....
user avatar
0 votes
0 answers
76 views

Why can't this AWS SSM Run Command Document access Parameter Store parameters?

Trying to use parameters from the AWS System Manager Parameter Store in command documents continually fails. I have a simple string that I would prefer to pull from the parameter store, and yet my ...
James's user avatar
  • 16
1 vote
0 answers
22 views

Error when using powershell AWS Systems Manager Parameter Store Value Using PowerShell's 'aws ssm get-parameter'?

I'm trying to fetch a parameter value from the AWS Systems Manager Parameter Store using PowerShell. Using the 'aws ssm get-parameters'. But I'm encountering issues. Here's the code snippet I'm using: ...
sirishrayaprolu's user avatar
0 votes
0 answers
28 views

localhost redirection on port 443 fails from inside docker container

Might be a long question, i tried my best to be as explanatory as possible. I had one node express application running on port 3000 and that application was consuming one remote webservice (example....
Pawan's user avatar
  • 621

15 30 50 per page
1
2 3 4 5
47