
Learn to navigate the AWS interface, grasp global and region-specific services, and control billing with budget thresholds while applying security practices to prevent unauthorized use.
Explore AWS free tier basics, including 750 hours of EC2 usage, limited storage across EBS, EFS, and S3, and the importance of billing alerts for cost control.
Review the AWS acceptable use policy to learn prohibited uses and the risk of suspension for violations. Note monitoring and enforcement, and review the legal agreements and privacy policy.
Master the AWS cloud practitioner exam by reviewing key topics across IAM, compute, storage (S3, EBS, EFS), networking, databases, monitoring, and migration services.
Set up an AWS billing alert using CloudWatch and SNS to monitor month-to-date charges, configure a $10 threshold, and receive email notifications, including free tier alerts.
Explore ami usage in ec2 and learn to launch instances with ebs or instance-store amis, including launch permissions, block device mapping, region, operating system, compute power, memory, and security groups.
Launch an instance from a launch template to reuse saved EC2 configurations for future deployments, and manage multiple template versions for flexible parameters.
Explore how to manage security groups in the AWS console, including default and custom groups, inbound and outbound rules, and adding or deleting rules for website and ssh access.
Connect to an EC2 instance using the web-based EC2 Instance Connect client for Amazon Linux 2, using ec2-user, and run update and upgrade commands.
Upload files to a mounted EFS on an Amazon EC2 instance using Cyberduck via sftp, set write permissions, and verify access with PuTTY.
Attach a shared elastic file system to a second EC2 instance during deployment, enabling two instances to access the same EFS simultaneously without manual mounting.
Welcome to our complete guide on Amazon EC2 Storage. In this course, you will learn how to effectively manage and optimize your storage on Amazon Web Services (AWS). This includes a comprehensive overview of the main forms of EC2 storage offered by AWS, including Elastic Block Store (EBS), Elastic File System (EFS), and Amazon Machine Images (AMI).
The course starts with the foundations of AWS, where we demonstrate how to register an AWS account. Students also learn the basics of AWS billing, global vs. regional services, and AWS multi-factor authentication (MFA).
Once students are familiar with navigating the AWS dashboard, we dive into working with the EC2 service. Here we explore the core features of EC2 instances, along with instance deployment, instance administration, and security. Students will learn how to create and deploy instances from Amazon Machine Images (AMIs) that are fully equipped with Elastic IP addresses, and remote access via terminal and PuTTY. We also cover a host of other integral concepts including IAM roles for EC2, Security Groups, and EC2 Instance Launch Templates.
After the EC2 section, we delve into AWS EC2 storage solutions. Here, we start with exploring the key differences between block, file, and object storage. From there, we take a deep dive into Amazon Elastic Block Store (EBS). EBS is a block storage service provided by AWS which allows for the creation of virtual disks, called EBS volumes that can be attached to Amazon Elastic Compute Cloud (EC2) instances. These EBS volumes can be used as raw block devices, in order to store data, such as system files, application data, and virtual machine images. We will cover how to create, attach, and manage EBS volumes, as well as how to use EBS Snapshots to create point-in-time backups of your data.
From there, we explore Amazon Machine Images (AMIs), which are templates that contain the software configuration and data required to launch an EC2 instance. We will cover how to create and customize AMIs, as well as how to use the EC2 Image Builder to automate the creation of AMIs.
In the last section, we introduce students to the Elastic File System (EFS), which is a file storage service provided by AWS. EFS allows you to create a file system that can be accessed by multiple EC2 instances to store and share files across multiple availability zones. We will cover how to create and manage EFS file systems, as well as how to mount EFS file systems on your EC2 instances.
By the end of this course, you will have a solid understanding of the various storage options available on AWS, and you will be able to confidently choose the right storage solution for your needs. You will also have the skills and knowledge to effectively manage and optimize your storage on AWS, ensuring that your data is safe, secure, and accessible.
If you’re excited about learning everything you need to know about AWS EC2 storage, hit the enroll button and let’s get started.