Jump to Content
BackupSheep
GuidesAPI ReferenceChangelog
WebsiteDashboardBackupSheep
WebsiteDashboard
GuidesAPI ReferenceChangelog

Getting Started

  • What is BackupSheep?
  • Multi-Factor Authentication
  • What is a Node?
  • What is Integration?
  • Included Storage
  • Backup Schedule Types
  • Bring Your Storage
  • BackupSheep IPs

Database Backups

  • Requirements For Database Backup Using SSH
  • Database Backup using SSH
  • Allow PostgreSQL remote connection
  • Allow MySQL remote connection
  • PostgreSQL pg_dump Options

Snapshots Automation

  • How it works?
  • DigitalOcean Snapshot Automation
  • Hetzner Snapshot Automation
  • Oracle Cloud Block Storage Backups
    • Oracle Cloud API Keys
  • Vultr Snapshot Automation
  • Linode Snapshot Limit
  • AWS - Amazon Web Services
    • AWS IAM Permissions for EC2 Snapshots
    • AWS IAM Permissions for Lightsail Snapshots

Storage Integrations

  • Oracle Cloud Storage
    • Oracle Cloud Storage Integration
    • Oracle Cloud Storage Secret Keys
  • Scaleway Object Storage
    • Scaleway Cloud API key
    • Scaleway Cloud Storage Integration

WordPress Backups

  • How to Backup WordPress
  • UpdraftPlus Plugin Requirement
  • WordPress Backup FAQs
  • Restore WordPress Backup
  • Password Protected WordPress Sites
  • Cloudflare IP Access Rules

File & Server Backups

  • Include Files In Website Backup
  • Exclude Files From Website Backup
  • File Server Backup Options
  • Differential Backups
  • Incremental Backups
  • Full v2 Backups
Powered by 

AWS IAM Permissions for Lightsail Snapshots

If you don't have an IAM user that has Lightsail access, use the following AWS Identity and Access Management policy to allow access.

{
 "Version": "2012-10-17",
 "Statement": [
 {
 "Effect": "Allow",
 "Action": [
 "lightsail:*"
 ],
 "Resource": "*"
 }
 ]
}

Updated 5 months ago