Amazon EventBridge Scheduler – Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service. Highly scalable, EventBridge Scheduler allows you to schedule millions of tasks that can invoke any AWS service as a target.
For email we need SES or SNS, but as we want “an easy-to-read HTML format”, SNS is out. SNS can send notifications, not formatted emails. Use SES to format the report in HTML.
Amazon EFS file system metrics:
- File system type – Regional or One Zone
- Performance mode – General Purpose or Max I/O
- Throughput mode – Elastic, Provisioned, or Bursting
AWS S3 Object Lock – Store objects using a write-once-read-many (WORM) model to help you prevent objects from being deleted or overwritten for a fixed amount of time or indefinitely. Object Lock works only in versioned buckets.
Windows file shares = Amazon FSx for Windows File Server
Amazon EFS does not support mounting from Amazon EC2 Windows instances.
Difference:
- Compatibility: FSx provides specific third-party file systems (Windows File Server and Lustre), offering features and compatibility for applications requiring these file systems. EFS is a POSIX-compliant system that uses NFS, making it more suitable for Linux-based applications.
- Use Cases: FSx for Windows is optimized for Microsoft applications and environments, while FSx for Lustre is designed for high-performance computing workloads. EFS is more general-purpose, ideal for shared file storage
Amazon Comprehend – a natural language processing (NLP) service that uses machine learning to find insights and relationships in text.
Amazon Rekognition – Deep learning-based visual analysis service. Search, verify, and organize millions of images and videos.
Amazon SageMaker – The quickest and easiest way to get ML models from idea to production.
AWS Fargate – a serverless compute engine for containers that works with both Amazon Elastic Container Service (ECS) and Amazon Elastic Kubernetes (EKS).
Using ECS on Fargate allows you to run containers without the need to manage the underlying infrastructure. Fargate abstracts away the underlying EC2 and provides serverless compute for containers.
Amazon Redshift is a fully managed, petabyte-scale data warehouse service that allows you to quickly and efficiently analyze data using SQL and your existing business intelligence tools.