AWS Certified SysOps Administrator – Associate (legacy) — Question 461
Which of the following programming languages is not supported by Amazon's Elastic Beanstalk?
Answer options
- A. Ruby
- B. Java
- C. Node.js
- D. Perl
Correct answer: D
Explanation
AWS Elastic Beanstalk natively supports popular platforms such as Java, Node.js, and Ruby, along with Python, Go, PHP, and .NET. It does not provide a pre-configured, native platform for Perl. To run Perl applications, developers must use custom Docker containers rather than a default runtime environment.