What is Amazon EC2?
A Linux-based/Windows-based/Mac-based virtual server that you can provision
EC2 allows users to run virtual servers in the cloud.
What is the AWS Nitro System?
The underlying platform of the next generation of EC2 instances
It offloads functions to dedicated hardware and software, improving performance.
What are instance types in Amazon EC2?
Instance types define the configurations of CPU, memory, storage, and networking capacity.
What is the purpose of Amazon Machine Images (AMIs)?
A reusable template for the root volume of an instance
AMIs can include the OS, application server, and applications.
What are the instance states in Amazon EC2?
Each state has specific implications for billing and data retention.
True or false: You can stop an Instance Store-backed instance.
FALSE
Instance Store-backed instances do not support the Stop action.
What happens to data on instance store volumes when an instance is terminated?
Data is deleted
Instance store volumes do not retain data after termination.
What is EC2 Hibernation?
A feature that saves the in-memory state to a file in the root EBS volume before shutting down
Hibernation requires an encrypted EBS-backed instance.
What are the pricing models for Amazon EC2?
Each model has different billing structures and commitments.
What is a Spot Fleet?
A collection of Spot Instances and optionally On-Demand Instances
It attempts to maintain target capacity based on specified requirements.
What is the function of a security group in Amazon EC2?
Acts as a virtual firewall controlling traffic for instances
Security groups allow you to specify protocols, ports, and source IP ranges.
What does an Elastic IP address do?
Provides a static IPv4 address for dynamic cloud computing
It allows rapid remapping to another instance in case of failure.
What is the maximum number of Elastic IP addresses allowed per region by default?
Five (5)
This limit is due to the scarcity of public IPv4 internet addresses.
What is Enhanced Networking in Amazon EC2?
Provides higher bandwidth and higher packets per second
It improves network performance for EC2 instances.
What does IAM stand for in the context of Amazon EC2 security?
Identity and Access Management
IAM controls access to your instances.
What is the purpose of Amazon EC2 Image Builder?
Automates the creation, management, and deployment of AMIs
It allows for the customization and automation of image updates.
What is the recycle bin feature for AMIs?
Allows restoration of deleted AMIs
You can set retention rules to protect against modifications and deletions.
What is the default behavior of security groups in Amazon EC2?
Allows all outbound traffic
Inbound traffic rules must be explicitly defined.
What is the termination protection feature in Amazon EC2?
Prevents accidental termination of an instance
This feature can be enabled to safeguard critical instances.
What is the maximum number of network interfaces that can be used?
Varies by instance type
You can attach a network interface to an instance in a different subnet as long as it is within the same AZ.
What happens to default interfaces upon instance termination?
Terminated with instance termination
This means that default network interfaces are automatically removed when the instance is stopped or terminated.
What is the purpose of EC2 Scaling Groups?
Scale and distribute traffic among instances
They help manage the number of instances based on demand.
What are bastion hosts used for in EC2?
Access VPC instances for management
They allow secure access using SSH or RDP protocols.
What does Enhanced Networking provide?
It uses single root I/O virtualization (SR-IOV) for high-performance networking.