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.
609 results
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 --...
Hi,
After running AWS-RunPatchBaseline on the server and issuing a reboot the server is no longer accessible via SSH or the AWS Console connect feature. The server is Ubuntu Server 22.04 LTS. I tried...
I am looking to create an alert for failing Windows Updates on RDS instances. We use Systems Manager to push updates to these RDS instances using tagging. I want to create an email alert that gets t...
Hello, I am facing an issue with Patch Manager. Error message is:
```
/var/log/amazon/ssm/patch-baseline-operations/patch_common/constant_repository.py:211: SyntaxWarning: invalid escape sequence '\d...
Hi,
While building a centralize patch management solution using SSM Quick setup, it has been observed that on selecting "custom" (Choose the OUs and Regions you want to deploy this patch policy to.) ...
We're running a Mac instance in EC2. It is running the SSM Agent version 3.3.859.0. Whenever I try to scan for patches (which runs the AWS-RunPatchBaseline command), it fails. The first warning is:
``...
Is it better to remediate non-complaint resources found by AWS Config via Lambda or System Manager Automation Documents?
Hi everyone,
I’m facing an issue with **AWS Elastic Disaster Recovery** and was hoping someone here might be able to help!
We’re replicating some of our servers from the primary to the secondary reg...
Hello Team,
I manually created a maintenance window to automate the patching of all EC2 instances, and it worked. I then decided to deploy the maintenance window using Terraform. However, once it was...