Jump to: navigation, search

Difference between revisions of "Nova/EucalyptusFeatureComparison"

(Add disclaimer about eucalyptus EC2 completeness.)
Line 239: Line 239:
 
|-
 
|-
 
|  [[UnmonitorInstances]]                 
 
|  [[UnmonitorInstances]]                 
 +
|<span style="font-size: large; color: white; background: red">|X</span> 
 +
|}
 +
 +
EC2 features:
 +
 +
{| border="1" cellpadding="2" cellspacing="0"
 +
|  EC2 feature                       
 +
|  Eucalyptus
 +
|-
 +
|  Shared AMIs                       
 +
|      (./) 
 +
|-
 +
|  Parameterized launch (user-data) 
 +
|      (./) 
 +
|-
 +
|  Instance metadata                 
 +
|      (./) 
 +
|-
 +
|  Public AMI's                     
 +
|      (./) 
 +
|-
 +
|  Reboot instance                   
 +
|      (./) 
 +
|-
 +
|  Retrieve console output           
 +
|      (./) 
 +
|-
 +
|  Paid AMI's                       
 +
|      (./) 
 +
|-
 +
|  Multiple instance types           
 +
|      (./) 
 +
|-
 +
|  Instance launch time             
 +
|      (./) 
 +
|-
 +
|  Elastic IP's                     
 +
|      (./) 
 +
|-
 +
|  Availability zones               
 +
|      (./) 
 +
|-
 +
|  User selectable kernels           
 +
|      (./) 
 +
|-
 +
|  Elastic Block Store               
 +
|      (./) 
 +
|-
 +
|  Windows Support                   
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Reserved Instances               
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Auto Scaling                     
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Elastic Load Balancing           
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  [[CloudWatch]]                       
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Virtual Private Cloud (IPSec)     
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Shared snaphsots                 
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  AMI's backed by EBS               
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Spot Instances                   
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Sticky session sin Elastic LB     
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  cc1.4xlarge                       
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Specify IP address for inst in VPC
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Tags                             
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Filters                           
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Idempotent [[RunInstance]] calls     
 +
|<span style="font-size: large; color: white; background: red">|X</span>     
 +
|-
 +
|  Import keypair                   
 
|<span style="font-size: large; color: white; background: red">|X</span>
 
|<span style="font-size: large; color: white; background: red">|X</span>

Revision as of 12:40, 13 October 2010

This page attempts to enumerate how Nova and Eucalyptus compare.

Features

/!\ Please add more!

Feature Eucalyptus
EC2 Query API (./)
EC2 Soap API (./)
OpenStack API (/ Rackspace API) X
Secure communication<
> between components
(./)
Trivial horizontal<
>scalability for all<
>components
X
Built in web admin console (./)
Command line interface for managing users X

Amazon EC2 API completeness

Note: Info on Eucalyptus was provided entirely by `grep`. Please don't hesitate to correct errors.

EC2 API method Eucalyptus
AllocateAddress (./)
AssociateAddress (./)
AttachVolume (./)
AuthorizeSecurityGroupIngress (./)
BundleInstance X
CancelBundleTask X
CancelSpotInstanceRequests X
ConfirmProductInstance (./)
CreateImage X
CreateKeyPair (./)
CreatePlacementGroup X
CreateSecurityGroup (./)
CreateSnapshot (./)
CreateSpotDatafeedSubscription X
CreateTags X
CreateVolume (./)
DeleteKeyPair (./)
DeletePlacementGroup X
DeleteSecurityGroup (./)
DeleteSnapshot (./)
DeleteSpotDatafeedSubscription X
DeleteTags X
DeleteVolume (./)
DeregisterImage (./)
DescribeAddresses (./)
DescribeAvailabilityZones (./)
DescribeBundleTasks X
DescribeImageAttribute (./)
DescribeImages (./)
DescribeInstanceAttribute X
DescribeInstances (./)
DescribeKeyPairs (./)
DescribePlacementGroups X
DescribeRegions (./)
DescribeReservedInstances X
DescribeReservedInstancesOfferings X
DescribeSecurityGroups (./)
DescribeSnapshotAttribute X
DescribeSnapshots (./)
DescribeSpotDatafeedSubscription X
DescribeSpotInstanceRequests X
DescribeSpotPriceHistory X
DescribeTags X
DescribeVolumes (./)
DetachVolume (./)
DisassociateAddress (./)
GetConsoleOutput (./)
GetPasswordData X
ImportKeyPair X
ModifyImageAttribute (./)
ModifyInstanceAttribute X
ModifySnapshotAttribute X
MonitorInstances X
PurchaseReservedInstancesOffering X
RebootInstances (./)
RegisterImage (./)
ReleaseAddress (./)
RequestSpotInstances X
ResetImageAttribute (./)
ResetInstanceAttribute X
ResetSnapshotAttribute X
RevokeSecurityGroupIngress (./)
RunInstances (./)
StartInstances X
StopInstances X
TerminateInstances (./)
UnmonitorInstances X

EC2 features:

EC2 feature Eucalyptus
Shared AMIs (./)
Parameterized launch (user-data) (./)
Instance metadata (./)
Public AMI's (./)
Reboot instance (./)
Retrieve console output (./)
Paid AMI's (./)
Multiple instance types (./)
Instance launch time (./)
Elastic IP's (./)
Availability zones (./)
User selectable kernels (./)
Elastic Block Store (./)
Windows Support X
Reserved Instances X
Auto Scaling X
Elastic Load Balancing X
CloudWatch X
Virtual Private Cloud (IPSec) X
Shared snaphsots X
AMI's backed by EBS X
Spot Instances X
Sticky session sin Elastic LB X
cc1.4xlarge X
Specify IP address for inst in VPC X
Tags X
Filters X
Idempotent RunInstance calls X
Import keypair X