Which services can be used to deploy applications on AWS?
(Choose two.)
AWS Elastic Beanstalk
AWS Config
AWS OpsWorks
AWS Application Discovery Service
Amazon Kinesis
Explanations:
AWS Elastic Beanstalk is a platform as a service (PaaS) that simplifies the deployment and management of applications in the cloud. It automatically handles the deployment, from capacity provisioning to load balancing and scaling.
AWS Config is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. It does not provide deployment capabilities for applications.
AWS OpsWorks is a configuration management service that provides managed instances of Chef and Puppet, allowing you to automate server configuration and application deployment across a range of instances.
AWS Application Discovery Service helps you plan migration projects by collecting usage and configuration data about your on-premises servers, but it does not deploy applications.
Amazon Kinesis is a platform for streaming data that allows for real-time data processing. It is not intended for deploying applications.