Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AWS Cloud Tutorial

AWS HOME AWS Intro AWS Cloud Certification AWS Get Started AWS Cloud Computing AWS Cloud Benefits AWS EC2 Intro AWS EC2 Instance Types AWS EC2 Pricing AWS EC2 Scaling AWS EC2 Auto Scaling AWS Elastic Load Balancing AWS Messaging AWS SNS AWS SQS AWS Serverless AWS Lambda AWS Containers AWS ECS AWS EKS AWS Fargate AWS First Recap AWS Infrastructure AWS Regions AWS Availability Zones AWS Edge Locations AWS Provision AWS Provision Services AWS Elastic Beanstalk AWS CloudFormation AWS Second Recap AWS Networking AWS Connectivity AWS Subnet and Access AWS Global Networking AWS Third Recap AWS Storage and DBs AWS Instance Stores AWS EBS AWS S3 AWS EBS vs S3 AWS Elastic File System AWS RDS AWS DynamoDB AWS DynamoDB vs RDS AWS Redshift AWS DMS AWS Additional DB Services AWS Fourth Recap AWS Cloud Security AWS Shared Responsibility AWS User Access AWS Organizations AWS Cloud Compliance AWS DDoS AWS Other Services AWS Fifth Recap AWS Monitoring and Analytics AWS CloudWatch AWS CloudTrail AWS TrustedAdvisor AWS Sixth Recap AWS Pricing and Support AWS Free Tier AWS Pricing Models AWS Billing Dashboard AWS Consolidated Billing AWS Budgets AWS Cost Explorer AWS Support Plans AWS Marketplace AWS Seventh Recap AWS Migration and Innovation AWS Cloud Adoption Framework AWS Migration Strategies AWS Snow Family AWS Innovation AWS Eight Recap AWS Cloud Journey AWS Well-Architected Framework AWS Cloud Benefits AWS Ninth Recap AWS Exam Preparation

AWS Examples

AWS Cloud Exercises AWS Cloud Quiz

Cloud Courses

Python Apps on AWS DevOps on AWS

More AWS

AWS Machine Learning AWS Serverless

AWS Cloud EC2 Instance Types


AWS EC2 Instance Types

There are different instance types.

Which one to use depends on the needs.


Learn More About AWS EC2 Video

W3schools.com collaborates with Amazon Web Services to deliver digital training content to our students.


More About EC2 Instance Types

The types are best used for different things.

Therefore, when selecting an instance type, consider the needs.

For example, needs can be a requirement for compute, memory, or storage.


General Purpose Instance

The General Purpose Instance balances computing, memory, and networking resources.

It fits many purposes. Such as:

  • Application servers
  • Gaming servers
  • Backend servers for companies
  • Small and medium databases

The General Purpose Instances are best when there is a balance between the resources.


Compute Optimized Instances

The Compute Optimized Instances are best there is a need for high compute.

This type is also good for application servers, gaming servers, and web applications.

The main difference is that this type is ideal for high-performance and compute-intensive needs.


  

AWS and W3Schools offers free and paid Cloud Courses

Engage in a text and video based learning experience.

Free AWS training - Upskill today and reach for the Cloud.

Get started »


Memory Optimized Instances

This type can deliver large dataset workloads fast.

Memory is a temporary storage area.

It loads from storage, holds the data, and processes it before the computer can run it.

The processing allows for a preloading process and gives the CPU direct access to the computer program.

The Memory Optimized Instances are best when huge amounts of data need to be preloaded before running the app.


Accelerated Computing Instances

This type use hardware accelerators.

The accelerators boost the data processing.

The Accelerated Computing Instances are best for graphics applications and streaming.


Storage Optimized Instances

This type is best when you have large datasets on local storage.

Some examples:

  • Large file systems
  • Data warehouses
  • Online transaction systems

The Storage Optimized Instances are designed to deliver many inputs as fast as possible.


AWS Cloud Exercises

Test Yourself With Exercises

Exercise:

Which instaces are best used when you have compute-intensive needs?

The best used instances for this need are:  Optimized Instances

Start the Exercise


Relevant Specializations and Guided Projects

  1. Create Virtual Machine EC2
  2. Deploy Wordpress Site EC2