Explore how you can quickly prepare for, respond to, and recover from security events. Learn more.
Questions tagged with AWS Systems Manager
AWS Systems Manager is a secure end-to-end management solution for hybrid cloud environments.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
617 results
**Title:** Issue with EventBridge Rule Triggering SSM Document
**Description:**
I am trying to create an EventBridge rule that triggers whenever a new CloudWatch Log Group is created. The triggered...
I'm trying to set up a maintenance window which will patch the all the EC2s (windows and linux) in a region - where at a point, some instances are running and some are stopped. I have created a mainte...
Hello,
I am currently working on an architecture that allows access to private IPs or databases from local machines. This is meant as a temporary solution until our company VPN is fully operational a...
I have Windows 11 machines in my office and I'm creating a Microsoft Active Directory on AWS to manage users and machines. I created everything correctly, but I can't connect the domain to my office m...
Hey,
I was looking into Systems Manager and saw that you need to register another account as a delegated administrator. Is there any possibility to use the management account with all provided functi...
I have created a resource group containing 5 EC2 instances. Each of these instances have the same OS / IAM Role and SSM agent version. All online 24/7 and appear in Fleet Manager.
When I create a new ...
Hi there!
We are currently using patch policies via the Quick Setup configuration managers. I have been recently tasked with updating some of the cron schedules for scan and install settings. We ha...
Hi,
As I understand it, Session Manager can be used to connect to an EC2 instance that does not have a public IP address [1]. Further, one of the options available to manage sessions is assignment o...
Hi everyone.
I'm trying to automate the Azure DevOps agent startup on an EC2 instance within an Auto Scaling group using a user data script. The script successfully creates the myagent directory, and...
I have created a Terraform module which creates a ec2 instance the module also creates aws_ssm_association resources which essentially runs a command.
My custom command runs just fine and is working...
Hello,
I am trying to run a custom script using AWS Systems Manager (SSM) Run Command to configure the CloudWatch Agent on my Amazon Linux 2 instance. However, I am encountering the following error:
...
I'm trying to start a port forwarding session to our RDS through a bastion host. I have it working for an administrator, now i'm trying to implement least permissions.
```
aws ssm start-session --...