SHARE
TWEET
Untitled
a guest
Jun 16th, 2016
53
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- aws ec2 import-image --description "Test VM ubuntu" --disk-containers file://containers.json
- where containers.json has:
- [{
- "Description": "First CLI task",
- "Format": "ova",
- "UserBucket": {
- "S3Bucket": "base",
- "S3Key": "ubuntu-xenial-mini.ova"
- }
- }]
RAW Paste Data
