HPE Morpheus Enterprise Software
1856353 Members
10396 Online
104112 Solutions
New Discussion

Re: AWS feature support with Morpheus

 
RJ12
Frequent Advisor

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
Trusted 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.