AWS Classroomnotes 02/Jun/2022

AWS Block Storage Contd…

  • EBS:
    • Persistent Storage: Lifetime is independent of ec2 instance
    • General purpose: EBS volumes are raw, unformatted block devices that can be used by any OS
    • Variables size: Volume sizes range from 1 GB to 16 TB in 1 GB increments and new generation ssd supports till 64 TB
    • Encryption: EBS provides support for encryption of data at rest and in transit between ec2 instances and ebs volume
    • Block Storage Types:
      • SSD:
        • General Purpose SSD:
          • Generations: gp2 and gp3
          • IOPS will perform about the shown IOPS
        • Provisioned IOPS SSD:
          • Generations: io1 and io2
          • Guaranteed speed as per the selected IOPS
      • HDD:
        • COLD HDD
        • Throughput optmized HDD
      • Magnetic
  • Exercise: Create a
    • Linux Based EC2 instance
      Preview
    • Windows Based EC2 instance
      Preview
  • Login into linux machine and execute the following
    Preview
    Preview
  • Login into windows server and explore the storage devices
    Preview
    Preview
  • Now lets add an EBS volume to the linux instance
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
    Preview
  • Once the block device is found, you can create partitions or format the disk with filesystem
    Preview
    Preview
  • Now lets create some files
    Preview
  • Lets repeat the same in windows (refer class room video)
  • In AWS We can increase the size of volumes without restarting the servers
    Preview
  • Linux Volume modification Refer Here & Refer Here for windows volume modifications

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner