
- AWS CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency and high transfer speeds.
- API Gateway is a fully managed service that makes it easy to create, publish, maintain, monitor, and secure APIs at any scale.
- AWS ALB (Application load balancer) is used to distribute the incoming traffic across the targets spread in 3 AZs
- AWS CloudTrail monitors and records account activity across your AWS infrastructure, giving you control over storage, analysis, and remediation actions.
- Amazon Cognito Identity Pool is a secure way to give your users temporary, limited-privilege AWS credentials to access your AWS resources, such as Amazon S3 or Amazon DynamoDB, without having to manage and distribute long-term credentials.
- Amazon EventBridge is a serverless event bus service that simplifies the process of building event-driven applications by delivering a stream of real-time data from various sources, such as AWS services, Software as a Service (SaaS) applications, and custom applications, to AWS services, partner event buses, and custom applications.
- Amazon Elastic Kubernetes Service (EKS) is a fully managed Kubernetes service that makes it easy to deploy, secure, and operate Kubernetes clusters across AWS cloud or on-premises environments.
- AWS DynamoDB is a fully managed, serverless, NoSQL database service that offers fast and predictable performance with seamless scalability for applications that need to process massive amounts of data with low latency.
- Amazon Lambda is a serverless computing that allows you to run code without provisioning or managing servers, automatically scaling and charging only for the compute time consumed.
- Amazon OpenSearch is a distributed, open-source search and analytics suite derived from Apache Lucene and Elasticsearch, offering scalable and cost-effective log analytics, data ingestion, and search capabilities.
- AWS WAF (Web Application Firewall) helps protect web applications against common web vulnerabilities.
- AWS Secrets Manager helps you protect secrets needed to access your applications, services, and IT resources.
- AWS Security Hub is a cloud security posture management service that automates best practice checks, aggregates alerts, and supports automated remediation.
- Amazon Pinpoint is a flexible and scalable marketing communications service that helps you engage your customers across multiple channels, including email, SMS, push notifications, and voice messages.
- CloudTrail provide the logs for monitoring the AWS resources and can be sent to CloudWatch logs for monitoring.
- CloudWatch collect, aggregate, and analyze logs coming from VPC Flow Logs and CloudTrail, these logs can be filtered into metrics to define alarms, and define actions to notify an SNS Topic
- KMS (Key Management Service) helps manage the AWS managed Key for data encryption at rest.
- Amazon MSK (Amazon Managed Streaming for Apache Kafka) is a fully managed service that makes it easy to build and run applications that use Apache Kafka to process streaming data.
- AWS Trusted Advisor offers a rich set of best practices and recommendations across five categories: cost optimization, security, fault tolerance, performance, and service limits.
- Amazon RDS is a fully managed Relational Database system. It will use multi-AZ deployments, standby replicas, and read replicas for high availability and high resiliency.
- Amazon Aurora also provides fully managed databases with MySQL and Postgres compatibility and includes features such as global clusters, serverless compute options, up to 15 replicas, etc.
- AWS Database Migration Service (AWS DMS) helps migrate databases to AWS quickly and securely. The source database remains fully operational during the migration, minimizing downtime to applications that rely on the database.
- Amazon Simple Email Service (SES) is a cloud-based email sending service that provides a cost-effective and scalable solution for businesses to send transactional emails, marketing emails, and other types of high-volume communications.
- Amazon Step Functions is a serverless function orchestrator that allows you to create, visualize, and execute multi-step, event-driven workflows using state machines.
- Amazon Simple Notification Service (SNS) is a fully managed messaging service that enables you to decouple microservices, distributed systems, and serverless applications by sending push notifications to various endpoints such as AWS Lambda functions, HTTP/S webhooks, email addresses, mobile push notifications, and SMS text messages.
- Amazon Transfer Family is a suite of fully managed services that enable secure file transfers into and out of Amazon cloud storage services using various protocols such as SFTP, FTPS, and FTP.
- Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables decoupling and scaling of microservices, distributed systems, and serverless applications.
- Amazon S3 (Simple Storage Service) is a highly scalable, durable, and secure object storage service for storing and retrieving data from anywhere on the web.
- VPC Endpoint Service is a fully managed AWS service that allows you to expose your applications running in a Virtual Private Cloud (VPC) to other AWS services or on-premises resources over an Amazon-managed private connection, without the need for an internet gateway, NAT device, or VPN connection.