Which AWS service can be used to decouple applications?
AWS Config
Amazon Simple Queue Service (Amazon SQS)
AWS Batch
Amazon Simple Email Service (Amazon SES)
Explanations:
AWS Config is a service used to track resource configurations and compliance, not for decoupling applications.
Amazon SQS is a fully managed message queuing service that enables decoupling and scaling of microservices, distributed systems, and serverless applications.
AWS Batch is used for running batch computing workloads, not for decoupling applications.
Amazon SES is used for sending emails and notifications, not for decoupling applications.