Skeddly supports Amazon Web Services, Microsoft Azure, and Google Cloud Platform.
Skeddly includes actions for many AWS resource types including EC2, RDS, Redshift and Route 53.
For a complete list of our action types please see our Action Types page.
You can schedule actions to execute once, or they can repeat on a monthly, weekly, daily, or hourly basis.
For a complete list of our schedules and triggers types please see our Schedules and Triggers page.
No. You can if you want, but it is not required. For increased security, we recommend using Amazon Identity and Access Management (IAM) to create an IAM role specifically for Skeddly. This way, you can disable the key if you need to. The following is a sample restricted IAM policy:
{ "Statement": [ { "Action": [ "ec2:AuthorizeSecurityGroupIngress", "ec2:AssociateAddress", "ec2:AttachVolume", "ec2:CreateImage", "ec2:CreateSnapshot", "ec2:CreateTags", "ec2:CreateVolume", "ec2:DeleteSnapshot", "ec2:DeregisterImage", "ec2:DescribeAddresses", "ec2:DescribeImages", "ec2:DescribeInstances", "ec2:DescribeSnapshots", "ec2:DescribeTags", "ec2:DescribeVolumes", "ec2:DetachVolume", "ec2:ModifyInstanceAttribute", "ec2:RebootInstances", "ec2:RevokeSecurityGroupIngress", "ec2:RunInstances", "ec2:StartInstances", "ec2:StopInstances", "ec2:TerminateInstances" ], "Effect": "Allow", "Resource": "*" } ] }
Note that the above policy is just a sample and may not allow permissions for all functions.
Skeddly includes an IAM policy generator that will generate a custom IAM policy based on the actions you want to execute.
By default, new accounts will be sent an email each time an action is executed. If you would prefer to only receive emails when errors occur, this can be changed in user preferences. In addition to email, notifications can be sent to a Twitter account, or to Amazon Simple Notification Service (SNS) topics, which allows you to receive notifications by email, http, or SMS.
Detailed pricing information can be found on our pricing pages.
New customers are asked to provide a valid credit card. Each month, usage on Skeddly will be charged to this credit card. We accepted the following credit cards:
In specific cases, we can accept payment using the following:
Please contact us for details.
Yes. Invoices and payment receipts can be sent to an alternate email address separate from the primary email address. This is configurable from within your account preferences.
Yes.
More information about this can be found on our Accounts and Users page.
Skeddly is available for free during a free 30-day trial.
Your actions will still exist, but they will not run.
By default, we use a standard username and password system. However, if you want to be more secure, you can enable Multi-Factor Authentication using Mobile OTP or Google Authenticator. This means you can use a mobile phone application to generate one-time passwords that can be used. Free apps are available for many mobile phones:
Mobile OTP
Google Authenticator
We absolutely do! We use Skeddly to start and stop our own development servers on a daily basis. This helps keep costs down. In addition, we use Skeddly to create and purge snapshots of our development systems.