AWS feature support with Morpheus

Hi Team,

We are looking for below functionality from Morpheus UI where we have AWS cloud integration. Could you please confirm if we have any of the features supported from below. As check I could not find any native support.

• Bucket Versioning / Policy creation
• AWS Route Table Creation & Association to subnets
• NACL Creation/Configuration
• Assign Multiple Public IP to Single NIC
• Existing MySQL RDS Discovery

Thanks,
RJ

I doint think any of them is natively supported yet. But should be achivable via Terraform deployments within Morpheus. Otherwise, would be feature suggestions.

1 Like

To add to @dgaharwar’s answer. Another alternative is to install the AWS CLI on your appliance node(s). You can then use tasks (Shell or PowerShell) to call the AWS CLI during provisioning or ad-hoc. Python tasks using Boto3 could be another option as well.

2 Likes