searchaws.techtarget.com Open in urlscan Pro
2606:4700::6812:15c  Public Scan

Submitted URL: https://go.techtarget.com/r/186029280/43155342/3?utm_content=eru-rd2-rcpB
Effective URL: https://searchaws.techtarget.com/definition/Amazon-EC2-instances?utm_campaign=20211019_ERU+Transmission+for+10%2F19%2F2021+%28Use...
Submission: On October 19 via api from SE — Scanned from DE

Form analysis 1 forms found in the DOM

GET https://www.techtarget.com/search/query

<form action="https://www.techtarget.com/search/query" method="get" class="header-search">
  <label for="header-search-input" class="visuallyhidden">Search the TechTarget Network</label>
  <input class="header-search-input ui-autocomplete-input" id="header-search-input" autocomplete="off" type="text" name="q" placeholder="Search the TechTarget Network">
  <button aria-label="Search" class="header-search-submit"><i class="icon" data-icon="g"></i></button>
</form>

Text Content

3
Trending Now

FinOps: A new approach to cloud financial managementDownload NowView All3
X
3Hello, these 3 documents have been trending and as a member they are free to
you.
 * 
   FinOps: A new approach to cloud financial managementDownload Now
 * 
   How to manage AWS post-cloud migrationDownload Now
 * 
   Cloud migration costs: stay on budgetDownload Now




SearchAWS
Search the TechTarget Network
Sign-up now. Start my free, unlimited access.
Login Register
 * Techtarget Network
 * News
 * Features
 * Tips
 * More Content
    * Answers
    * Buyer's Guides
    * Definitions
    * Essential Guides
    * Opinions
    * Photo Stories
    * Quizzes
    * Tutorials
    * Sponsored Communities

 * AWS Cloud

 * SearchAWS
 * Topic AWS infrastructure
    * AWS databases and analytics
    * Amazon's Influence
    * AWS artificial intelligence
    * AWS cloud development
    * Managing AWS
    * All Topics

 * SubTopic Amazon EC2
    * Amazon EC2
    * AWS S3
    * Amazon WorkSpaces and other DaaS options
    * AWS CloudWatch
    * AWS disaster recovery
    * AWS instances
    * AWS networking services
    * AWS security
    * All Subtopics

 * Follow:
 * 
 * 
 * 


 * Home
 * Amazon EC2
 * Web services, SOA
 * Amazon EC2 instance

Definition


AMAZON EC2 INSTANCE


Share this item with your network:

 * 
 * 
 * 

By
 * TechTarget Contributor
 * Ivy Wigmore, Content Editor


WHAT IS AN AMAZON EC2 INSTANCE?

An Amazon EC2 instance is a virtual server in Amazon's Elastic Compute Cloud
(EC2) for running applications on the Amazon Web Services (AWS) infrastructure.
AWS is a comprehensive, evolving cloud computing platform; EC2 is a service that
enables business subscribers to run application programs in the computing
environment. It can serve as a practically unlimited set of virtual machines
(VMs).

Amazon provides various types of instances with different configurations of CPU,
memory, storage and networking resources to suit user needs. Each type is
available in various sizes to address specific workload requirements.

Instances are created from Amazon Machine Images (AMI). The machine images are
like templates. They are configured with an operating system (OS) and other
software, which determine the user's operating environment. Users can select an
AMI provided by AWS, the user community or through the AWS Marketplace. Users
also can create their own AMIs and share them.




EC2 INSTANCE TYPES

Instance types are grouped into families based on target application profiles.
These groups include the following:

 * General purpose. A general purpose instance is a VM that is designed to
   handle a variety of workloads. General purpose instances are optimized to
   have a high number of CPU cores, on-demand storage and memory. Some common
   use cases for general purpose instances include web server hosting and
   software development and testing.
 * Compute optimized. Compute optimized instances are used to run big data
   applications that require large amounts of processing power and memory on the
   AWS cloud. These instances are designed and optimized for running
   computational and data-intensive applications that require fast network
   performance, extensive availability and high input/output (I/O) operations
   per second (IOPS). Examples of types of applications includes scientific and
   financial modeling and simulation, machine learning, enterprise data
   warehousing and business intelligence.
 * Graphics processing unit (GPU). These instances provide a way to run
   graphics-intensive applications faster than with the standard EC2 instances.
   Systems that rely on GPUs include gaming and design work. For example, Linux
   distributions often take advantage of GPUs for rendering graphical user
   interfaces, improving compression speeds and speeding up database queries.
 * Memory optimized. Memory optimized instances use a high-speed, solid-state
   drive to provide ultra-fast access to data and deliver high performance.
   These instances are ideal for applications that require more memory and less
   CPU power, including open source databases, real-time big data analytics and
   in-memory caches.
 * Storage optimized. Storage optimized instances are ideal for applications
   that require high I/O performance, such as NoSQL databases that store and
   retrieve data in real time. They're also well suited for memory-intensive
   applications such as data processing, data warehousing, analytics workloads
   and log processing.
 * Micro. A micro instance is meant for applications with low throughput. The
   micro instance type can serve as a small database server, as a platform for
   software testing or as a web server that does not require high transaction
   rates.

AWS offers various pricing options for Amazon EC2 instances.



AMAZON EC2 INSTANCE FEATURES

Many EC2 instance features are customizable, including the storage, number of
virtual processors and memory available to the instance, OS and the AMI on which
the instance is based. The following are Amazon EC2 instance features:

 * Operating system. EC2 supports many OSes, including Linux, Microsoft Windows
   Server, CentOS and Debian.
 * Persistent storage. Amazon's Elastic Block Storage (EBS) service enables
   block-level storage volumes to be attached to EC2 instances and be used as
   hard drives. With EBS, it is possible to increase or decrease the amount of
   storage available to an EC2 instance and attach EBS volumes to more than one
   instance at the same time.
 * Elastic IP addresses. Amazon's Elastic IP service lets IP addresses be
   associated with an instance. Elastic IP addresses can be moved from instance
   to instance without requiring a network administrator's help. This makes them
   ideal for use in failover clusters, for load balancing, or for other purposes
   where there are multiple servers running the same service.
 * Amazon CloudWatch. This web service allows for the monitoring of AWS cloud
   services and the applications deployed on AWS. CloudWatch can be used to
   collect, store and analyze historical and real-time performance data. It can
   also proactively monitor applications, improve resource use, optimize costs
   and scale up or down based on changing workloads.
 * Automated scaling. Amazon EC2 Auto Scaling automatically adds or removes
   capacity from Amazon EC2 virtual servers in response to application demand.
   Auto Scaling provides more capacity to handle temporary increases in traffic
   during a product launch or to increase or decrease capacity based on whether
   use is above or below certain thresholds.
 * Bare-metal instances. These virtual server instances consist of the hardware
   resources, such as a processor, storage and network. They are not virtualized
   and do not run an OS, reducing their memory footprint, providing extra
   security and increasing their processing power.
 * Amazon EC2 Fleet. This service enables the deployment and management of
   instances as a single virtual server. The Fleet service makes it possible to
   launch, stop and terminate EC2 instances across EC2 instance types with one
   action. Amazon EC2 Fleet also provides programmatic access to fleet
   operations using an API. Fleet management can be integrated into existing
   management tools. With EC2 Fleet, policies can be scaled to automatically
   adjust the size of a fleet to match the workload.
 * Pause and resume instances. EC2 instances can be paused and resumed from the
   same state later on. For example, if an application uses too many resources,
   it can be paused without incurring charges for instance usage.

The cloud cost model can be challenging. Find out the steps to take to
effectively manage AWS costs, including EC2 instances; identify ways to save;
and keep your cloud costs in check.

This was last updated in July 2021

CONTINUE READING ABOUT AMAZON EC2 INSTANCE

 * Are EC2 Reserved Instances the most economical choice?

 * How to create Amazon EC2 security groups

 * Amazon EC2 to S3: A guide to AWS products

 * What's the best use for EC2 Dedicated instances?

 * Do EC2 Dedicated Hosts give us more control over workloads?



RELATED TERMS

Amazon Elastic Container Registry (Amazon ECR) Amazon Elastic Container Registry
(Amazon ECR) is an Amazon Web Service (AWS) product that stores, manages and
deploys Docker ... See complete definition Amazon Resource Name (ARN) An Amazon
Resource Name (ARN) is a file naming convention used to identify a particular
resource in the Amazon Web Services (AWS)... See complete definition Amazon
Simple Queue Service (SQS) Amazon Simple Queue Service (SQS) is a managed
message queuing service technical professionals and developers use to send,
store ... See complete definition

DIG DEEPER ON AMAZON EC2 (ELASTIC COMPUTE CLOUD) MANAGEMENT

 * AWS MONTH IN REVIEW: AMAZON ROLLS OUT RDS ON VMWARE, LOSES JEDI DEAL
   
   
   By: Ryan Dowd

 * AWS UPDATES: AMAZON QLDB HITS, S3 EXPANDS, NEW INSTANCES ARRIVE
   
   
   By: Ryan Dowd

 * AMAZON EC2 (ELASTIC COMPUTE CLOUD)
   
   
   By: David Carty

 * EC2 FLEET AUTO SCALING TARGETS DIVERSE WORKLOADS
   
   
   By: Chris Kanaracus

Sponsored News
 * VMC on AWS can ease Thai concerns about cloud security cost –VMware
 * Extend on-premises infrastructure to the cloud –VMware
 * See More

Vendor Resources
 * How It Works: Cloud-Native Protection for AWS –Rubrik
 * Determining the Total Cost of Ownership: Comparing Serverless and
   Server-based ... –AWS



Latest TechTarget resources
 * SearchAppArchitecture
 * Cloud Computing
 * Software Quality
 * SearchITOperations

SearchAppArchitecture
 * Functional vs. object-oriented programming: The basics
   
   Choosing between functional programming vs. object-oriented programming isn't
   easy, but there are plenty of key factors that may ...

 * Should software architect responsibilities include coding?
   
   There are many variations to the role of the software architect in today's IT
   teams, and a lingering debate is over whether they ...

 * 8 fundamental microservices security best practices
   
   Despite the benefits, microservices will introduce profound security issues.
   We review the biggest microservices security ...

SearchCloudComputing
 * Break down the different AWS Graviton2 instance types
   
   AWS Graviton2 processors power a range of EC2 instance types. To select the
   right one, consider an application's specific compute...

 * 3 best practices for Amazon S3 cost optimization
   
   Everything a business runs in the cloud costs money, and AWS S3 storage is no
   exception. Smart AWS users understand how to adjust...

 * Google adds hardware flexibility to distributed cloud
   
   Google Distributed Cloud Edge, available in preview, takes the company's
   cloud computing infrastructure to the private data ...

SearchSoftwareQuality
 * How to write a test report for software testing
   
   Test report writers, here we will overview how to write your summary, what
   details to include in it, how to keep your audience in...

 * New Scrum Master guide covers both theory and practice
   
   In his new book, a senior software engineer shares his in-depth hands-on
   knowledge to both prep readers for cert exams and guide ...

 * What productive backlog grooming sessions entail
   
   Backlog grooming is essential for smooth Agile software development. Here's
   what it takes to get user stories straight and ...

SearchITOperations
 * 5 nontechnical metrics to measure DevOps success
   
   There are a lot of specific, technical KPIs for IT admins to track, but what
   are the nontechnical signs that your organization's ...

 * Consider Grafana vs. Prometheus for your time-series tools
   
   Grafana and Prometheus both monitor logs, manage reports and store
   time-series data -- but differ significantly. Discover their ...

 * KubeCon + CloudNativeCon 2021 news coverage
   
   Trying to keep up with the latest news out of KubeCon + CloudNativeCon? Use
   this comprehensive guide to stay updated and informed.

 * About Us
 * Editorial Ethics Policy
 * Meet The Editors
 * Contact Us
 * Advertisers
 * Business Partners
 * Media Kit
 * Corporate Site

 * Contributors
 * Reprints
 * Answers
 * Definitions
 * E-Products
 * Events
 * Features

 * Guides
 * Opinions
 * Photo Stories
 * Quizzes
 * Tips
 * Tutorials
 * Videos

All Rights Reserved, Copyright 2014 - 2021, TechTarget

Privacy Policy
Cookie Preferences
Do Not Sell My Personal Info


Close