• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

AWS CLI Create LightSail Snapshot

June 21, 2019

Here’s the AWS CLI for creating a LightSail snapshot.

aws lightsail create-instance-snapshot \
--instance-snapshot-name test-snapshot \
--instance-name your-server

aws lightsail create-instance-snapshot \ --instance-snapshot-name test-snapshot \ --instance-name your-server

Here’s how to delete a snapshot.

aws lightsail delete-instance-snapshot \
--instance-snapshot-name test-snapshot

aws lightsail delete-instance-snapshot \ --instance-snapshot-name test-snapshot

Filed Under: Cloud Tagged With: create, delete, lightsail, snapshot

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023