#7 Advanced EC2 Flashcards
What benefits does Enhanced Networking Provide? (choose all that apply)
A. Higher Packets per Second (PPS)
B. Consistent Low Latency
C. High Throughput
D. Multicast
E. IPv6
F. High Consistent Latency
A. Higher Packets per Second (PPS)
B. Consistent Low Latency
C. High Throughput
What placement group should be used when you need the best performance within EC2?
A. Cluster
B. Spread
C. Partition
D. HPC
A. Cluster
What placement group is ideal when you need the best levels of resilience?
A. Cluster
B. Partition
C. Spread
D. Auto-Scaling
C. Spread
If you run a large application which uses 100’s of EC2 instances and it needs exposure to physical location for performance and availability reasons. Which placement group should you use?
A. Partition
B. Spread
C. Placement
D. HPC
A. Partition
How can permissions be provided to an application running in EC2 using best practices?
A. Access keys via user-data
B. Access keys stored in AMI
C. Credentials associated with the EC2 instance
D. Credentials downloaded from S3
F. Instance Profile & IAM Role
F. Instance Profile & IAM Role
How many AZs can be used by a cluster placement group?
A. 7
B. 1
C. However many the VPC is using
B. 1
How many instances can be within a spread placement group?
A. 7
B. 3
C. 7 per AZ
D. No limit
C. 7 per AZ
What is true of dedicated hosts? (pick 2)
A. You are charged by how many instances are running on the host
B. EC2 instances incur a charge while running
C. There is no charge for EC2 instances running on a dedicated host
D. The host is dedicated to you
F. The host is dedicated to a small group of customers
C. There is no charge for EC2 instances running on a dedicated host
D. The host is dedicated to you
Which feature of EC2 allows you to provide commands that the instance will run at startup?
A. Metadata
B. AMI
C. User-Data
D. LaunchTables
C. UserData
When do commands specified in user-data get executed?
A. Periodically
B. Every time the instance moves from STOPPED to RUNNING
C. Once when the instance is provisioned
D. Once when the instance is provisioned and then every user-data change
C. Once when the instance is provisioned