- Which EC2 Purchasing Option can provide you the biggest discount, but it is not suitable for critical jobs or databases?
- [ ] Convertible Reserved Instances
- [ ] Dedicated Hosts
- [x] Spot Instances
- What should you use to control traffic in and out of EC2 instances?
- [ ] Network Access Control List (NACL)
- [x] Security Groups
- [ ] IAM Policies
- How long can you reserve an EC2 Reserved Instance?
- [x] 1 or 3 years
- [ ] 2 or 4 years
- [ ] 6 months or 1 year
- [ ] Anytime between 1 and 3 years
- You would like to deploy a High-Performance Computing (HPC) application on EC2 instances. Which EC2 instance type should you choose?
- [ ] Storage Optimized
- [x] Compute Optimized
- [ ] Memory Optimized
- [ ] General Purpose
- Which EC2 Purchasing Option should you use for an application you plan to run on a server continuously for 1 year?
- [x] Reserved Instances
- [ ] Spot Instances
- [ ] On-Demand Instances
- You are preparing to launch an application that will be hosted on a set of EC2 instances. This application needs some software installation and some OS packages need to be updated during the first launch. What is the best way to achieve this when you launch the EC2 instances?
- [ ] Connect to each EC2 instance using SSH, then install the required software and update your OS packages manually
- [ ] Write a bash script that installs the required software and updates to your OS, then contact AWS Support and provide them with the script. They will run it on your EC2 instances at launch
- [x] Write a bash script that installs the required software and updates to your OS, then use this script in EC2 User Data when you launch your EC2 instances
- Which EC2 Instance Type should you choose for a critical application that uses an in-memory database?
- [ ] Compute Optimized
- [ ] Storage Optimized
- [x] Memory Optimized
- [ ] General Purpose
- You have an e-commerce application with an OLTP database hosted on-premises. This application has popularity which results in its database has thousands of requests per second. You want to migrate the database to an EC2 instance. Which EC2 Instance Type should you choose to handle this high-frequency OLTP database?
- [ ] Compute Optimized
- [x] Storage Optimized
- [ ] Memory Optimized
- [ ] General Purpose
- Security Groups can be attached to only one EC2 instance. True or False?
- You're planning to migrate on-premises applications to AWS. Your company has strict compliance requirements that require your applications to run on dedicated servers. You also need to use your own server-bound software license to reduce costs. Which EC2 Purchasing Option is suitable for you?
- [ ] Convertible Reserved Instances
- [x] Dedicated Hosts
- [ ] Spot Instances
- You would like to deploy a database technology on an EC2 instance and the vendor license bills you based on the physical cores and underlying network socket visibility. Which EC2 Purchasing Option allows you to get visibility into them?
- [ ] Spot Instances
- [ ] On-Demand
- [x] Dedicated Hosts
- [ ] Reserved Instances
- Spot Fleet is a set of Spot Instances and optionally...
- [ ] Reserved Instances
- [x] On-Demand Instances
- [ ] Dedicated Hosts
- [ ] Dedicated Instances