Skip to main content
How are we doing? Please help us improve AWS. Take our short survey
0 votes
0 answers
15 views

How to get all the EC2 instances that configured by system management using CLI

I want to get all the EC2 instances that configured by system management with Association status: NON_COMPLIANT, using CLI. I tried: aws ssm list-compliance-items --resource-types "AWS::SSM::...
user19728894's user avatar
1 vote
1 answer
38 views

YAML script to tag stopped EC2 instances using automation document in Systems Manager

I am trying to create an automation document in AWS for a maintenance task- which will add a tag to all the stopped EC2 instances in a region. This is the yaml I'm working with: schemaVersion: '0.3' ...
Jaya Kandpal's user avatar
0 votes
0 answers
15 views

Can an EC2 instance read the SSMSessionRunAs variable without enabling "Run As" support for Linux instances in AWS Session Manager

I'm working with EC2 instances in AWS and I need to configure AWS Systems Manager (SSM) Session Manager for specific login behaviors. I have multiple EC2 instances in a region, and I want one specific ...
Mehdi Fallahi's user avatar
0 votes
0 answers
26 views

ansible with aws ssm, can not get s3 because proxy

i need to use a proxy for get a file from s3, when i try to connect to run an ansible code with ssm connection, ansible try to connect to my s3 bucket, but he can not it because he need a proxy, in ...
sazearte's user avatar
  • 379
0 votes
0 answers
50 views

AWS RDS Connection with SSM and Bastion - pgAdmin Connection Timeout

I have an AWS RDS that I'm accessing securely via AWS SSM and Bastion. I do the following to start an AWS session: In my terminal, set AWS session credentials Run AWS SSM: aws ssm start-session --...
cechow's user avatar
  • 170
0 votes
3 answers
137 views

Using SSM to push terminal commands

I have an SSM environment in AWS, and I have client machines that are joining without any issues. I am able to remote connect to the terminal and run commands, everything works up to this point. Now ...
Bisclavret's user avatar
  • 1,321
1 vote
1 answer
53 views

Dynamically populate terraform string list from AWS SSM parameter

I have an SSM parameter of type StringList holding AWS account IDs, like 12345678910, 12345678911, 12345678912, ... etc This is held as an SSM parameter because the list is updated by other processes (...
Molenpad's user avatar
  • 1,034
0 votes
0 answers
12 views

check if a SSM parameter is available resolve it else leave it blank in a policy in cloud formation template

I am creating ssm parameter in a different stack that stores a kms key , Now I want to use this ssm parameter to be resolved in a different stack if it is available else leave it empty. Stack 1: ...
Queen Anonymous's user avatar
-1 votes
1 answer
40 views

How to mask passwords/token in ECS task definition JSON file?

Example: Need to mask token in the given URI: "logConfiguration": { "logDriver": "awsfirelens", "options": { "Name": "Http", "Host&...
Nagaraj G's user avatar
0 votes
0 answers
21 views

Aws ssm connection success but not working

I want to ask a question about AWS I can access my ec-2 through ssm connect by using aws web service. But when I enter aws ssm start-session --target [ec2-id] from the local terminal, there is no ...
周名初's user avatar
1 vote
1 answer
27 views

aws ssm agent log files with older timestamps

fairly new AWS (cloudops) user here. So on 10/28: I ran some Terraform code which creates EC2 image builder resources (Components, ImageBuilder Pipeline, etc). then in AWS console I ran that ...
MikeO's user avatar
  • 33
0 votes
0 answers
35 views

Windows Powershell - How to start an unattended GUI session from EC2 SSM Powershell

Problem: I need to launch an AWS EC2 Windows instance that needs to startup with a GUI with a gui program that is running before any user manual user interaction. My program must run in a UI session ...
eshalev's user avatar
  • 3,253
0 votes
1 answer
35 views

C# program missing reference to SSM of AWS SDK

We are trying to understand a C# example of connecting to AWS through its SDK, and the project .csproj file is like the following: <Project Sdk="Microsoft.NET.Sdk"> <...
Mike's user avatar
  • 55
0 votes
2 answers
445 views

AWS CDK keeps referencing old bootstrap qualifier even after re-bootstrapping with new bucket and qualifier

I'm deploying a stack using AWS CDK. I've successfully bootstrapped the environment with a new S3 bucket and a new qualifier (sandbuck2), but during deployment, CDK keeps referencing the old bootstrap ...
Nikhita Watpal's user avatar
0 votes
0 answers
41 views

Passing state input into ssm send-command in step function

I have a step function with 7 steps. I pass the input into the step function as a JSON and then access the inputs under $$.Execution.Input.(input name). I want to pass these inputs in a ssm-send ...
rko's user avatar
  • 314

15 30 50 per page
1
2 3 4 5
48