What are the benefits of Dedicated hosts?
Dedicated Hosts reserve capacity because you are paying for the whole physical server that cannot be allocated to anyone else
How are Dedicated Instances made available?
As on-demand, reserved and spot instances.
What changes can you make to Standard Reserved Instances?
Standard RIs allow you to change Availability Zone, instance size (for Linux OS) and networking type using ModifyReservedInstances API and console.
Can you move Zonal Reserved Instances?
Zonal RIs can be modified for use in a specific AZ using the console of ModifyReserveInstances API
What is a unique advantage to Zonal Reserved Instances?
You can exceed your running On-Demand Instance limit by purchasing zonal Reserved Instances
How do you create an encrypted root volume?
How do you recover a lost private key?
What do you need to do after updating a method in API GW?
Redeploy the API
What are the 3 placement strategies for Placement Groups?
Cluster – packs instances close together inside an Availability Zone. This strategy enables workloads to achieve the low-latency network performance necessary for tightly-coupled node-to-node communication that is typical of HPC applications.
Partition – spreads your instances across logical partitions such that groups of instances in one partition do not share the underlying hardware with groups of instances in different partitions. This strategy is typically used by large distributed and replicated workloads, such as Hadoop, Cassandra, and Kafka.
Spread – strictly places a small group of instances across distinct underlying hardware to reduce correlated failures.
What is the recommended action when receiving a capacity error when launching an instance into a placement group that already has running instances?
If you receive a capacity error when launching an instance in a placement group that already has running instances, stop and start all of the instances in the placement group, and try the launch again. Starting the instances may migrate them to hardware that has capacity for all of the requested instances.
What are the EC2 general purpose instance types?
What are the EC2 compute optimized instance types?
batch processing workloads, media transcoding, high performance web servers, high performance computing (HPC), scientific modeling, dedicated gaming servers and ad server engines, machine learning inference and other compute intensive applications.
What are the EC2 memory optimized instance types?
Memory-intensive applications such as open-source databases, in-memory caches, and real time big data analytics
What are the EC2 storage optimized instance types?
Storage optimized instances are designed for workloads that require high, sequential read and write access to very large data sets on local storage. They are optimized to deliver tens of thousands of low-latency, random I/O operations per second (IOPS) to applications.
i.e. NoSQL databases (e.g. Cassandra, MongoDB, Redis), in-memory databases (e.g. Aerospike), scale-out transactional databases, data warehousing, Elasticsearch, analytics workloads.
What are the volume options for instances?
General Purpose (SSD) is the new, SSD-backed, general purpose EBS volume type that we recommend as the default choice for customers. General Purpose (SSD) volumes are suitable for a broad range of workloads, including small to medium sized databases, development and test environments, and boot volumes.
Provisioned IOPS (SSD) volumes offer storage with consistent and low-latency performance, and are designed for I/O intensive applications such as large relational or NoSQL databases.
Magnetic volumes provide the lowest cost per gigabyte of all EBS volume types. Magnetic volumes are ideal for workloads where data is accessed infrequently, and applications where the lowest storage cost is important.
Many Amazon EC2 instances can also include storage from disks that are physically attached to the host computer. This disk storage is referred to as instance store. Instance store provides temporary block-level storage for Amazon EC2 instances. The data on an instance store volume persists only during the life of the associated Amazon EC2 instance.
What are the EC2 Accelerated Computing instance types?
Accelerated computing instances use hardware accelerators, or co-processors, to perform functions, such as floating point number calculations, graphics processing, or data pattern matching, more efficiently than is possible in software running on CPUs.
What are the benefits of EBS-optimized instances?
What is single root I/O virtualization (SR-IOV)?
It is used by enhanced networking on supported instances to achieve higher network throughput, lower CPU utilization, and lower network latency which translates into supporting more VMs per host, more network utilization and greater performance predictability to the instances.
What services does AWS Backup work with?
EBS volumes, RDS DBs except Aurora, DynamoDB, EFS, and Storage Gateway volumes.