HPE Morpheus Enterprise
1833291 Members
2911 Online
110051 Solutions
New Discussion

AWS feature support with Morpheus

 
Not applicable

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

2 REPLIES 2
dgaharwar
Valued Contributor

Re: AWS feature support with Morpheus

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

KoreyG
HPE Pro

Re: AWS feature support with Morpheus

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.