All Projects â†’ awslabs â†’ coldsnap

awslabs / coldsnap

Licence: Apache-2.0 License
A command line interface for Amazon EBS snapshots

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to coldsnap

mws-orders
A Ruby interface to the Amazon MWS Orders API
Stars: ✭ 14 (-84.78%)
Mutual labels:  amazon
python-amazon-paapi
Amazon Product Advertising API 5.0 wrapper for Python 💰
Stars: ✭ 123 (+33.7%)
Mutual labels:  amazon
go-amazon-product-advertising-api
Go Client Library for Amazon Product Advertising API
Stars: ✭ 51 (-44.57%)
Mutual labels:  amazon
aws-serverless-fullstack-swift-apple-carplay-example
This application demonstrates a full-stack Apple CarPlay app that uses Swift for both the UI and the backend services in AWS. The app accesses Lambda functions written in Swift and deployed from Docker images. The app accesses Amazon Location Service and a 3rd party weather api to display information in the vicinity of the user.
Stars: ✭ 84 (-8.7%)
Mutual labels:  amazon
delivery-finder
To help in COVID-19 situation - An automated bot to find delivery window of InstaCart and Amazon Whole Foods Market, Costco Same Day and Walmart Groceries.
Stars: ✭ 22 (-76.09%)
Mutual labels:  amazon
terraform-aws-ec2-ami-backup
Terraform module for automatic & scheduled AMI creation
Stars: ✭ 19 (-79.35%)
Mutual labels:  ebs
MoneyWellSpent
A script to summarize your money spent on Amazon
Stars: ✭ 16 (-82.61%)
Mutual labels:  amazon
warp
WARP one-click script. Add an IPv4, IPv6 or dual-stack CloudFlare WARP network interface and Socks5 proxy for VPS. 一键脚本
Stars: ✭ 950 (+932.61%)
Mutual labels:  amazon
aws-ses-template-manager
A simple application offering an interface for CRUD management of AWS SES templates across all compatible regions and with your own choice of credentials profile. A great GUI productivity tool that can be setup and run locally in seconds (see readme).
Stars: ✭ 23 (-75%)
Mutual labels:  amazon
jarvis
Jarvis Home Automation
Stars: ✭ 81 (-11.96%)
Mutual labels:  amazon
punic
Punic is a remote cache CLI built for Carthage and Apple .xcframework
Stars: ✭ 25 (-72.83%)
Mutual labels:  amazon
installtomcataws
Install tomcat 8.x in AWS (Amazon Linux AMI)
Stars: ✭ 13 (-85.87%)
Mutual labels:  amazon
rainstash
Resilio Sync hosted securely on Amazon Web Services
Stars: ✭ 27 (-70.65%)
Mutual labels:  amazon
amazon-kinesis-archiver
An AWS Lambda module and node.js library to facilitate Amazon Kinesis archival and replay
Stars: ✭ 29 (-68.48%)
Mutual labels:  amazon
ioBroker.sayit
Text to speech for ioBroker
Stars: ✭ 26 (-71.74%)
Mutual labels:  amazon
investigation-amazon-brands
Materials to reproduce our findings in our stories, "Amazon Puts Its Own 'Brands' First Above Better-Rated Products" and "When Amazon Takes the Buy Box, it Doesn’t Give it up"
Stars: ✭ 56 (-39.13%)
Mutual labels:  amazon
sp-api-sdk
Amazon Selling Partner SPI - PHP SDKs
Stars: ✭ 34 (-63.04%)
Mutual labels:  amazon
amz sp api
AmzSpApi - Unofficial Ruby gem for the Selling Partner APIs (SP-API)
Stars: ✭ 22 (-76.09%)
Mutual labels:  amazon
awesome-ecommerce
Collect and develop Open Source or Free Projects for building ecommerce platform easy and fast and free
Stars: ✭ 39 (-57.61%)
Mutual labels:  amazon
oracdc
Oracle database CDC (Change Data Capture)
Stars: ✭ 51 (-44.57%)
Mutual labels:  amazon

coldsnap

coldsnap is a command-line interface that uses the Amazon EBS direct APIs to upload and download snapshots.

It does not need to launch an EC2 instance or manage EBS volume attachments. It can be used to simplify snapshot handling in an automated pipeline.

Usage

Upload a local file into an EBS snapshot:

$ coldsnap upload disk.img

If you want to wait for the uploaded snapshot to be in "available" state, add --wait:

$ coldsnap upload --wait disk.img

Alternately, you can use coldsnap wait, which offers more flexibility in terms of wait duration and behavior.

$ coldsnap wait snap-1234

Download an EBS snapshot into a local file:

$ coldsnap download snap-1234 disk.img

Run coldsnap --help to see more options.

Installation

coldsnap can be installed with cargo.

$ cargo install --locked coldsnap

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].