AWS ELB and ASG EFS sample exam questions
1. Which of the following is a type of load balancer provided by AWS? a) Amazon Web Services (AWS) Load Balancer b) Elastic Load Balancer (ELB) c) Scalable Load Balancer…
Simply Explaining Technology
1. Which of the following is a type of load balancer provided by AWS? a) Amazon Web Services (AWS) Load Balancer b) Elastic Load Balancer (ELB) c) Scalable Load Balancer…
1. What is Amazon EFS used for? a. Data archiving b. Object storage c. File storage d. Database storage 2. How is Amazon EFS different from Amazon S3? a. Amazon…
EBS (Elastic Block Storage) and EFS (Elastic File Storage) are two types of storage offered by Amazon. In this post, I present a summary of the differences in a table…
When purchasing an Amazon EC2 instance, there are several options to choose from. In this article, I will cover summarize them, compare them, and explain their properties. Here is a…
AWS Security Groups are a fundamental aspect of securing resources in Amazon Web Services (AWS) cloud computing. A Security Group is a virtual firewall that is used to control inbound…
Amazon Elastic Compute Cloud (EC2) is a popular cloud computing service that provides resizable compute capacity in the cloud. EC2 instances are virtual machines that can be used to run…
An AWS bootstrap script is a script that automates the process of setting up an AWS environment with the necessary services, configurations, and resources. The script can be written in…
Bootstrapping means running commands when a machine starts. The script is run only once when the machine starts and never again. It is done by running EC2 user data scripts.…
AWS Cost Explorer is simply a visual interface that lets you see your costs in a graphical format. This helps you better understand and manage your expenses. You can also…
List two categories of AWS Trusted Advisor. Fault TolerancePerformanceAWS Trusted Advisor analyzes your AWS environment and provides best practice recommendations in five categories: cost optimization, performance, security, fault tolerance and…