amazon-ec2-mac-mdm-enrollment-automation icon indicating copy to clipboard operation
amazon-ec2-mac-mdm-enrollment-automation copied to clipboard

enroll-ec2-mac is a script to automatically enroll Amazon EC2 Mac instances into MDM. API calls for Jamf Pro are included, as are templates for credential setup.

Results 5 amazon-ec2-mac-mdm-enrollment-automation issues
Sort by recently updated
recently updated
newest added

I have tried running through the whole flow multiple times on mac1.metal, then I have switched to mac2.metal and the instance does not get any profiles at all. try rebooting...

I am working on configuring the automation, have deployed secrets using the cft within AWS in the same region that I am trying to launch macs. I also found this...

I keep getting the popup of "App management permissions are required for enroll-ec2-mac to run. Please grant them by clicking Allow in the notification (or in System Settings -> Privacy...

this: { "Version": "2012-10-17" "Statement": [ { "Action": [ "secretsmanager:ListSecrets", "secretsmanager:ListSecretVersionIds", "secretsmanager:GetSecretValue", "secretsmanager:GetResourcePolicy", "secretsmanager:GetRandomPassword", "secretsmanager:DescribeSecret" ], "Effect": "Allow", "Resource": "arn:aws:secretsmanager:⚠️⇢region-name:111122223333:secret:mdmSecret", "Sid": "" } ] } is missing a comma after...