Questions tagged [aws-systems-manager]
28 questions
1
vote
1 answer
Amazon ec2 or Google cloud separate billing
I gave got a software which is installed on multiple ubuntu/ec2 machines.
I need the same setup for multiple clients. Each client should only be given option to
pay the bill,
scale the ec2 machines
start the ec2 machine
stop the ec2…

jeril
- 109
- 4
0
votes
1 answer
AWS AMI import of HyperV Virtual Machine on LVM extended partition on Two drives
I am having a problem today while importing a hyper-V vm to AWS AMI.
Actually my VM has 2 Harddisk and both of them LVM set and use as single LVG expended volume on both drives. now when i am importing first disk as ami. it give me an error saying …

Yousuf
- 35
- 2
- 6
0
votes
1 answer
AWS EC2 Windows CloudWatch Agent to push memory and disk space metrics
I am trying to configure custom metrics for windows server in EC2. I need memory utilization and free disk space metrics from perfmon. So, the document says we can use AWS SSM and cloudwatch agent to push these metrics. Have enabled SSM and attached…

serverstackqns
- 764
- 3
- 16
- 42
0
votes
1 answer
Cognito User Pool trying to send SMS when it's configured for email sending
I'm using the serverless framework in order to create a Cognito User Pool using the following CloudFormation configuration:
Resources:
CognitoUserPool:
Type: AWS::Cognito::UserPool
Properties:
# Generate a name based on the stage
…
0
votes
2 answers
AWS Inline Policy to Limit Automation Document Execution per IAM
AWS Inline Policy to Limit Automation Document Execution per IAM is my goal, but understanding current limitations I can see that I can only use * wildcard and can't specify a specific document.
Is there any way to limit specific IAM to only have…

Daniel Johns
- 27
- 5
0
votes
0 answers
Can run daily logrotate without cron?
On my docker, i use amazonlinux:2 at this default enviroment not install cron.
I want to use logrotate for rotating log of application every daily. Can Logrotate work automatic without cron?
This file /etc/logrotate.d/app_log
/home/app/logs/*.log {
…

VoVuong
- 1
0
votes
1 answer
failed to find platform in manifest.json when sharing AWS Systems Manager Distributor package between AWS accounts
I created an AWS Systems Manager Distributor package in one AWS account that will install an application on Windows, Ubuntu, Amazon Linux, or Redhat. The manifest and associated packages are stored in an S3 bucket owned by the same account. I…

Appleoddity
- 3,488
- 2
- 13
- 33
0
votes
1 answer
How do I enable aws inventory with terraform?
I have to go to the AWS UI and select "enable inventory" on managed instances- what is aws doing when I click this button? Can I do this with terraform somehow so I dont need to keep going to the UI and enabling it for new instances? I can't find a…

red888
- 4,183
- 18
- 64
- 111
0
votes
0 answers
Web app runs super slow after AWSSupport-ResetAccess
Here's what happened:
I spun up an EC2 instance
I successfully installed Ghost on it (a self-hosted blogging platform)
I lost my *.pem private key that gives me access to the EC2 intance
I ran the AWSSupport-ResetAccess
automation service to…

Paul Razvan Berg
- 201
- 2
- 7
0
votes
1 answer
Can't RDP Into EC2 After Running Systems Manger Command
I ran a very simple powershell script (setting up odbc) on a bunch of EC2 instances using AWS Systems Manager. The script worked but now I am unable to RDP into any of the instances.
I have tried start/stop/reboot, as well as running the…

Eric
- 1
0
votes
0 answers
How do I poll for when the ssm agent is started and session manager can connect for newly created instances?
I use SSM to connection to windows ec2 instances with the cli: aws ssm start-session --target
It takes the ssm service on a windows instance a few mins to start sometimes
I can check when its done initializing like this aws ec2 wait…

red888
- 4,183
- 18
- 64
- 111
0
votes
1 answer
How to decrypt Secure String values in Parameter Store using .NET Core's AmazonSimpleSystemsManagementClient
I have the following code in a Lambda function:
var ssmConfig = new AmazonSimpleSystemsManagementConfig
{
RegionEndpoint = RegionEndpoint.APSoutheast2
};
using (var ssmClient = new…

cbp
- 299
- 1
- 3
- 12
0
votes
1 answer
AWS Windows EC2 unable to join to AWS Managed AD using SSM
I have a windows server that sits in a VPC with no internet access. But it has VPC endpoints to SSM,ec2messages,ssmmessages and ec2 api.
When I try to join this to a domain by using the ssm api,
aws ssm create-association --instance-id --name…

screenslaver
- 111
- 3
- 14