EC2 - Solutions Architect Associate Level Flashcards
An IP address that can be reached on the internet
Public IP
An IP address that can only be used to locate a machine on a private network
Private IP
An IP address assigned to your AWS account that allows you to have a fixed IP address for ephemeral resources
Elastic IP
What are two alternatives to using an Elastic IP address for your EC2 instances?
- Use a random public IP and register a DNS name to it
- Use a load balancer and no public IP for the EC2
By default, what sorts of IPs do a new EC2 instance come with?
Public and private IP
To SSH into an EC2 instance that is NOT in your private network (or VPC), you must connect using which IP address?
Public IP address
True/False - If you stop an EC2 instance and start it up again, it will retain the same public IP address
False - The public IP address could change unless it is assigned an Elastic IP
True/False: Elastic IP addresses only incur charges if they are not associated with an active EC2 instance or network interface
True
A logical way to place EC2 instances to meet the needs of specialized workloads
Placement Group
What are the three types of placement strategies available for a placement group?
- Cluster
- Partition
- Spread
Placement group strategy that 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
Cluster
Placement group strategy that 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.
Partition
Placement group strategy that strictly places a small group of instances across distinct underlying hardware to reduce correlated failures
Spread
True/False: An Elastic Network Interface (ENI) is bound to the specific AZ that it is created in
True
A logical networking component in a VPC that represents a virtual network card
Elastic Network Interface (ENI)