AWS - add new user


AWS - Virtualization methods and limits

Currently AWS supports two distinct and different virtualization methods, paravirtual (PV) and hardware virtual (HV). See this page (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/virtualization_types.html) for all the details.

For our purposes there are a few key facts


AWS - Instance types

Currently we are using AWS m4 instances on HV virtuzalization. HVM currently supports performance levels that match PV methods and open up the potential for improved network tools or GPU based computing.

The m4.large instance type was chosen due to the following requirements

Development and test instances should use the t2.large instance for the following reasons

If we do not need the full RAM use for development, t.2 medium instances are approximately 50% of the cost of a m4.large.