https://github.com/bugbiteme/mulesoft-rtf-terraform
Files and notes to be used in the assistance of deploying MuleSoft Runtime Fabric to AWS EC2 instances
https://github.com/bugbiteme/mulesoft-rtf-terraform
Last synced: 4 months ago
JSON representation
Files and notes to be used in the assistance of deploying MuleSoft Runtime Fabric to AWS EC2 instances
- Host: GitHub
- URL: https://github.com/bugbiteme/mulesoft-rtf-terraform
- Owner: bugbiteme
- Created: 2022-01-30T21:33:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T15:45:04.000Z (over 4 years ago)
- Last Synced: 2025-06-06T01:59:32.019Z (12 months ago)
- Language: HCL
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mulesoft-rtf-terraform
Files and notes to be used in the assistance of deploying MuleSoft Runtime Fabric to AWS EC2 instances
## Notes
* If you create a new VPC, it will create 3 subnets (41 objects)
* If you are using an existing VCP, you need to provide a list of subnets and terraform will round robin provision accross subnets
check status of deployment
```
ssh -i ‘my-keypair.pem' ec2-user@54.xxx.xx.234
$ tail -f /var/log/rtf-init.log
```
## Helpful Links
* [Beginners guide to Runtime Fabric: Install, configure, and test on AWS](https://blogs.mulesoft.com/dev-guides/how-to-tutorials/guide-to-runtime-fabric-aws-install-configure-and-test)
* [Install Runtime Fabric on AWS (official)](https://docs.mulesoft.com/runtime-fabric/1.11/install-aws)
* [Associate Business Groups and Environments on Anypoint Runtime Fabric](https://docs.mulesoft.com/runtime-fabric/1.11/associate-environments)
* [Enable Inbound Traffic on Anypoint Runtime Fabric](https://docs.mulesoft.com/runtime-fabric/1.11/enable-inbound-traffic)
* [Configure Log Forwarding on Anypoint Runtime Fabric](https://docs.mulesoft.com/runtime-fabric/1.11/runtime-fabric-logs)
* [Configure Alerting on Anypoint Runtime Fabric](https://docs.mulesoft.com/runtime-fabric/1.11/configure-alerting)
* [Troubleshooting Guide for Runtime Fabric](https://docs.mulesoft.com/runtime-fabric/1.11/troubleshoot-guide)
* [Use Ops Center to Monitor Runtime Fabric on VMs / Bare Metal](https://docs.mulesoft.com/runtime-fabric/1.11/using-opscenter)
* [Deploy a Mule Application to Runtime Fabric](https://docs.mulesoft.com/runtime-fabric/1.7/deploy-to-runtime-fabric)
* [Check Real Time Resource Usage in RTF with a "kubectl top" Command](https://help.mulesoft.com/s/article/Check-Real-Time-Resource-Usage-in-RTF-with-a-kubectl-top-Command)