AWS Elastic Block Store

Elastic Block Store (EBS) is a block-level storage service provided by Amazon Web Services (AWS) that allows you to create and attach persistent block storage volumes to your Amazon Elastic Compute Cloud (EC2) instances. It provides highly available and durable block-level storage volumes that can be used with Amazon EC2 instances to store data.

EBS volumes are replicated within an Availability Zone (AZ) to provide redundancy and durability. You can also take snapshots of EBS volumes, which are stored in Amazon S3, to provide a backup of your data. EBS volumes can be attached to EC2 instances as block devices, allowing you to use them as a hard drive or to store data for databases, file systems, and other applications.

Continue reading “AWS Elastic Block Store”

Intro to EC2

Amazon Elastic Compute Cloud (EC2) is a web service provided by Amazon Web Services (AWS) that enables users to provision and manage virtual machines (VMs) in the cloud. It provides scalable computing capacity in the cloud, allowing users to quickly and easily launch virtual machines with a variety of operating systems and software configurations.

With EC2, users can choose from a wide range of instance types optimized for different types of workloads, including general-purpose, compute-optimized, memory-optimized, and storage-optimized instances. EC2 also provides several features and capabilities, including the ability to configure security groups and network settings, attach storage volumes, and scale up or down as needed.

Continue reading “Intro to EC2”