Year: 2021

VPC Exercises

How to Create a Custom VPC and its Subnets Launch one Ec2 Instance in the Custom VPC and connect it from your local.

Amazon Virtual Public Cloud (VPC)

AWS Virtual Private Cloud (VPC) Is a virtual network or data center inside AWS for one client, or a department in an enterprise A VPC is a set of contained subnets with a common CIDR block (up to a /16 netmask) running in a single geographic area (Region) across multiple data centers (Availability Zones). The […]

AWS EBS Exercises

How can I attach a new EBS volume to a running Amazon EC2 Windows instance Login to AWS Console Create an Windows EC2 instance or you can use an existing EC2 instance. Go to left panel of the EC2 AWS Console and select the “Elastic Block Store-> Volumes” Option Create the volume and select the parameters […]

AWS EBS FAQs

What is Amazon Elastic Block Store (EBS) Service. Amazon Elastic Block Store (Amazon EBS) is a block level storage volumes for EC2 instances. Its like a hard drive to the EC2 Instance. You can mount multiple EBS volumes to your instances. Why EBS is used. Amazon Elastic Block Store (Amazon EBS) is used as a […]

EBS Quiz Questions

1.Which of the following are true of instance stores? (Choose 2 answers) A. Automatic backups B. Data is lost when the instance stops. C. Very high IOPS D. Charge is based on the total amount of storage provisioned. 2. Which of the following are features of Amazon Elastic Block Store (Amazon EBS)? (Choose 2 answers) […]

Amazon Block Store (EBS)

EC2 Elastic Block Storage – EBS Overview An EBS (Elastic Block Store) Volume is a network drive you can attach to your instances while they run Amazon EBS provides highly available, reliable, durable, block-level storage volumes that can be attached to a running instance It’s a network drive (i.e. not a physical drive) It uses […]

AWS EC2 FAQs

What is Amazon Elastic Compute Cloud (Amazon EC2) EC2 is an IaaS service from Amazon Web Services. It provides resizable compute capacity in the AWS cloud. You can create various types of virtual servers in cloud and connect through internet. What is the difference between instance backed storage and EBS backed storage EC2 instances support […]

EC2 Quiz Questions

1. Which of the following must be specified when launching a new Amazon Elastic Compute Cloud (Amazon EC2) Windows instance? (Choose 2 answers) A. The Amazon EC2 instance ID B. Password for the administrator account C. Amazon EC2 instance type D. Amazon Machine Image (AMI) 2. Which of the following are features of enhanced networking? […]

EC2 Exercises

Launch and Connect to a Linux EC2 Instance Amazon EC2 Instance An EC2 instance is a virtual server in Amazon Web services terminology. It stands for Elastic Compute Cloud. We will create an On-Demand Linux EC2 instance. Please follow the steps. Login to AWS Console Click on the search window and type EC2 as shown […]

AWS Overview FAQs

AWS Global Infrastructure AWS provides a highly available technology infrastructure platform with multiple locations worldwide. These locations are composed of regions and Availability Zones. Each region is located in a separate geographic area and has multiple, isolated locations known as Availability Zones What is an AWS Region An AWS region is a physical geographic location […]

Scroll to top