|
| 1 | +# November 2025 |
| 2 | + |
| 3 | +### ARC IaC – Infrastructure Automation at Your Fingertips |
| 4 | + |
| 5 | +1. **Cognito pool - Standardize creation and management** |
| 6 | + |
| 7 | +The ARC Cognito User Pool module provides a standardized Terraform module to create and manage Amazon Cognito User Pools and associated resources. |
| 8 | + |
| 9 | +**Key Features** |
| 10 | + |
| 11 | +- Create and configure user pools with all available settings and also role based access control. |
| 12 | +- Built-in security configurations following AWS recommendations. |
| 13 | +- Support for multiple app clients with different configurations. |
| 14 | +- Support for SAML, OIDC, and social identity providers along with MFA and adaptive authentication and log streaming. |
| 15 | +- Support for Lambda triggers and custom domains with SSL certificates. |
| 16 | + |
| 17 | +[Explore ARC Cognito User Pool Module](https://github.com/sourcefuse/terraform-aws-arc-cognito-userpool) |
| 18 | + |
| 19 | +2. **SNS Module - Manage Topics and Subscriptions** |
| 20 | + |
| 21 | +A reusable SNS module to create and manage the Amazon Simple Notification Service topics and subscriptions. |
| 22 | + |
| 23 | +**Key Features** |
| 24 | + |
| 25 | +- Create standard or FIFO topics, with encryption (KMS), tags, delivery/tracing configs. |
| 26 | +- Easily add subscriptions (Lambda, SQS, HTTP, etc.) with options like filter policies, raw delivery, and retry/delivery policies. |
| 27 | +- Automatically grant SNS permission to invoke Lambdas. |
| 28 | + |
| 29 | +[Explore ARC SNS Module](https://github.com/sourcefuse/terraform-aws-arc-sns) |
| 30 | + |
| 31 | +3. **ARC ECR Module — Secure, Scalable, and Simplified** |
| 32 | + |
| 33 | +The ARC ECR module automates and simplifies the creation and management of Amazon ECR repositories. With built-in configurations for encryption, image scanning, lifecycle policies, and replication, it ensures secure and consistent setup across environments. |
| 34 | + |
| 35 | +**Key Features** |
| 36 | + |
| 37 | +- Automated repository creation with encryption and scanning enabled. |
| 38 | +- Centralized management of registry policies and lifecycle configurations. |
| 39 | +- Support for replication and pull-through cache rules across multiple regions. |
| 40 | +- Customizable repository policies and reusable creation templates. |
| 41 | +- Prebuilt examples for rapid integration and deployment. |
| 42 | + |
| 43 | +[Discover more](https://github.com/sourcefuse/terraform-aws-arc-ecr) |
| 44 | + |
| 45 | +4. **ARC SQS Module — Reliable, Secure, and Flexible Queue Management** |
| 46 | + |
| 47 | +The ARC SQS module streamlines the setup and management of Amazon SQS queues by offering built-in support for Standard and FIFO queues, Dead Letter Queues (DLQs), encryption options, and advanced message configurations. It helps developers easily build reliable, secure, and scalable messaging architectures. |
| 48 | + |
| 49 | +**Key Features** |
| 50 | + |
| 51 | +- Supports both Standard and FIFO queues with full configuration flexibility. |
| 52 | +- Automatically provisions DLQs with retry policy options for improved fault tolerance. |
| 53 | +- Choose between SQS-managed SSE or customer-managed KMS encryption with automatic key rotation. |
| 54 | +- Fine-grained control over message retention, visibility timeouts, delivery delays, and long polling. |
| 55 | + |
| 56 | +[Learn More](https://github.com/sourcefuse/terraform-aws-arc-sqs) |
| 57 | + |
| 58 | +### ARC SaaS - SaaS Factory Model for Control Plane |
| 59 | + |
| 60 | +1. **Decoupling EventBridge - Unified Event Handling for SaaS Microservices**: ARC SaaS microservices now uses [loopback4-message-bus-connector](https://www.npmjs.com/package/loopback4-message-bus-connector) enabling seamless way to publish and consume provisioning and deprovisioning events. It decouples event producers and consumers, enabling flexible, scalable, and extensible event-driven architectures. The module currently supports SQS, BullMQ, and EventBridge, with future integrations planned. |
| 61 | + |
| 62 | +**Key Features** |
| 63 | + |
| 64 | +- Simplifies interaction between microservices using standardized provisioning/deprovisioning events. |
| 65 | +- Works with SQS, BullMQ, and EventBridge out of the box. |
| 66 | +- Enables end users to choose their preferred message queue or broker. |
| 67 | +- Built with extensibility in mind to support additional event brokers in upcoming releases. |
| 68 | + |
| 69 | +[Discover ARC SaaS](https://sourcefuse.github.io/arc-docs/arc-saas-docs/) |
0 commit comments