Question #1017
A company wants to deploy an Amazon EC2 instance with a pre-configured third-party intrusion detection system (IDS). Which AWS service or feature allows them to quickly launch an instance with the IDS already installed and configured?
VPC endpoints
AWS Config
AWS Marketplace
AWS Systems Manager
Explanation
The correct answer is C. AWS Marketplace. AWS Marketplace offers pre-configured AMIs from third-party vendors, including security solutions like intrusion detection systems (IDS). This allows users to launch EC2 instances with the IDS already installed and configured, eliminating manual setup.
Why other options are incorrect:
- A. VPC endpoints: Used for private connectivity to AWS services, unrelated to software installation.
- B. AWS Config: Tracks resource configurations for compliance, not software deployment.
- D. AWS Systems Manager: Manages and automates post-launch configurations but does not provide pre-installed software.
Key Point: AWS Marketplace simplifies deploying pre-configured solutions, making it ideal for third-party software like IDS.
Answer
The correct answer is: C