AWS Elastic Cloud Computing - Beginner
Amazon Elastic Compute Cloud (Amazon EC2) is a central part of the cloud computing platform of the company Amazon.com. EC2 allows users to rent virtual computers on which they can run their own applications, eliminating
Created by Luciano Giacchetta
Included in Careers:
USD 0.0
Includes 65% OFF
7-Day Money Back Guarantee
This course includes
- 6 Modules
- 12 Videos
- 18 Practices
- Full-time access
- Mobile & Tablet access
- Course Certificate
What you'll learn
- What are EC2 instances
- What are AMI images
- Volume types within instances
- AWS CLI Console
- Creation, usage, and saving of access keys for EC2 instances
- How to create, modify, and delete EC2 instances
- What are AMI images and how to discover them
- Configure and change instance types (CPU, Memory, Capacity)
- Assign persistent storage to instances
- Create snapshots of instances
Course Contents
12 Hours 0 Minutes
An instance is a virtual server in the cloud. Its configuration at launch time is a copy of the AMI you specified when you launched the instance. An Amazon Machine Image (AMI) is a template that contains a software configuration.
Amazon Web Services (AWS) publishes many Amazon Machine Images (AMI) that contain common software configurations for public use. Additionally, AWS developer community members have published their own custom AMIs. T
When you launch an instance, the instance type you specify determines the hardware of the host computer used for your instance. Each instance type offers different compute, memory, and storage capabilities, and is grouped into a family.
A key pair, consisting of a public key and a private key, is a set of security credentials used to verify your identity when connecting to an Amazon EC2 instance. Amazon EC2 stores the public key on the instance.
The instance store provides temporary block-level storage for the instance. This storage is located on disks that are physically connected to the host machine.
Introduction and relationship of EC2 with autoscaling. Amazon EC2 Auto Scaling helps ensure you have the correct number of Amazon EC2 instances available to handle your application's load