Skip to main content

What is Amazon EC2 ?

 What is Amazon EC2?

Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster. You can use Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage. Amazon EC2 enables you to scale up or down to handle changes in requirements or spikes in popularity, reducing your need to forecast traffic.

Features of Amazon EC2

Amazon EC2 provides the following features:

Virtual computing environments, known as instances.
 • Preconfigured templates for your instances, known as Amazon Machine Images (AMIs), that package the bits you need for your server (including the operating system and additional software) .
• Various configurations of CPU, memory, storage, and networking capacity for your instances, known as instance types .
• Secure login information for your instances using key pairs (AWS stores the public key, and you store the private key in a secure place) .
• Storage volumes for temporary data that's deleted when you stop, hibernate, or terminate your instance, known as instance store volumes.
 • Persistent storage volumes for your data using Amazon Elastic Block Store (Amazon EBS), known as Amazon EBS volumes .
• Multiple physical locations for your resources, such as instances and Amazon EBS volumes, known as Regions and Availability Zones.
 • A firewall that enables you to specify the protocols, ports, and source IP ranges that can reach your instances using security groups .
• Static IPv4 addresses for dynamic cloud computing, known as Elastic IP addresses.
 • Metadata, known as tags, that you can create and assign to your Amazon EC2 resources.
 • Virtual networks you can create that are logically isolated from the rest of the AWS Cloud, and that you can optionally connect to your own network, known as virtual private clouds (VPCs).

Comments

Post a Comment

Popular posts from this blog

Terraform Commands

  Terraform Cheat Sheet terraform version $ terraform version Terraform v1.0.1 on darwin_amd64 terraform init $ terraform init Ask for input if necessary. If false, will error if input was required. $ terraform init -input=false You can also change the backend details using  -backend-config  option.,  reconfigure  will reconfigure the backend, ignoring any saved configuration . $ terraform init -backend-config=PATH/TO/CONFIGURATION_FILE -reconfigure

Microsoft Certified: Azure Solutions Architect Expert Course Content

  Prerequisites Successful Azure Architect students have prior experience with operating systems, virtualization, cloud infrastructure, storage structures, and networking: Understanding of on-premises virtualization technologies, including VMs and virtual networking Understanding of network configuration, including TCP/IP, Domain Name System (DNS), virtual private networks (VPNs), firewalls, and encryption technologies Understanding of Active Directory concepts, including domains, forests, and domain controllers If you are new to Azure and cloud computing, consider one of the following resources: Free online: Azure Fundamentals ( https://docs.microsoft.com/learn/paths/azure-fundamentals/ ) Instructor-led course: AZ-900: Azure Fundamentals ( https://docs.microsoft.com/learn/certifications/courses/az-900t01 ) Prerequisites for Azure administrators ( https://docs.microsoft.com/learn/paths/az-104-administrator-prerequisites/ Course outline Module 1: Implement Azure Active Directory In ...