Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Fix for M5 / C5 Instance types

  • By Paul Dunlop
  • on 04/21/2018

Hi All.

I have raised a support ticket for cPanel to fix this marketplace offering for C5 & M5 instance types.

In the mean time there is a work around.

1: Launch an ec2 instance off this subscription that is not *5. I did a C4.Large.
2: Stop the instance in your account.
3: Run the command
aws ec2 modify-instance-attribute --instance-id {ID} --ena-support
on the new EC2 Instance ID.
4: Create an AMI of the stopped and newly ena enabled EC2 instance.
5: Launch a new EC2 Instance off the AMI as a C5 / M5

Remember that SSH login is centos
Once in there change root password
sudo su
passwd

then you can login via https://{EIP}:2087

Enjoy!