This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"detail-type": [ | |
"AWS API Call via CloudTrail" | |
], | |
"detail": { | |
"eventSource": [ | |
"s3.amazonaws.com" | |
], | |
"eventName": [ | |
"PutBucketAcl" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Authentication-Results: some.smtpserver.com (amavisd-new); dkim=neutral | |
reason="invalid (public key: DNS error: )" header.d=evernote.com | |
header.b=sMMc1kxr; dkim=pass (1024-bit key) header.d=evernote.com | |
header.b=AX3A2mDN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ErrorActionPreference = 'SilentlyContinue' | |
$vms = Get-VelosVM | |
$array = @() | |
$taskarray = @() | |
$vms | ForEach-Object { | |
$vm = $_ | |
$tasks = $vm.ActiveTasks | |
if ($tasks){ | |
$t = '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version":"2012-10-17", | |
"Statement":[ | |
{ | |
"Action":[ | |
"s3:ListBucket", | |
"s3:GetBucketLocation", | |
"s3:ListBucketMultipartUploads" | |
], | |
"Resource":[ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Action": [ | |
"acm:ListCertificates", | |
"athena:List*", | |
"aws-marketplace:ViewSubscriptions", | |
"autoscaling:Describe*", | |
"batch:ListJobs", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Sid": "sqsdelete", | |
"Effect": "Allow", | |
"Action": [ | |
"sqs:Delete*" | |
], | |
"Resource": [ | |
"*" | |
], | |
"Condition": { |