ckeeper
Well-known member
- Nov 8, 2019
- 623
- 376
- 63
You mean with additional hourly billing on top of aws instance cost. It is not free brother.you know that aws release a free plesk license without time limit ne?
You mean with additional hourly billing on top of aws instance cost. It is not free brother.you know that aws release a free plesk license without time limit ne?
He’s right, not to mention you still have to pay for aws..You mean with additional hourly billing on top of aws instance cost. It is not free brother.
iYou mean with additional hourly billing on top of aws instance cost. It is not free brother.
Plesk WordPress Edition PREMIUM, Website & WordPress Hosting on awsi
Even without using Aws, you still need a VPS or dedicated to install Plesk right?
Link with the description of the service and the price list according to the modality and of course if you are looking for modalities as they request in the maketplace it will be much more affordable!
AWS Marketplace
aws.amazon.com
Well after you sign up for aws free mode that gives you a year of t2 micro free but cdn and other benefits you must register a domain of your choice and sign up for the incentive program with a good idea of what your project will be!
They usually apply a credit of 1000usd free for two years plus 350usd to spend on premium support and if you request a fee increase from their smtp system they release a fee of 50mil shipping per month for free!
Build Your Startup
Top startups like Airbnb and Zocdoc build on AWS. Access resources to solve challenges, hire engineers, and secure funding.aws.amazon.com
Misleading Description, Doesn't support t2.micro instance
Aug 21, 2020Verified purchase review from AWS Marketplace
If you don't support t2.micro, why do you mention that you support it ? Wasted so much time
through the learning curve only to find its not supported.
no , shared hosting is finei
Even without using Aws, you still need a VPS or dedicated to install Plesk right?
I have a dedi, ad plesk running on.i
Even without using Aws, you still need a VPS or dedicated to install Plesk right?
I didn't even know if plesk has Console. Let me tryno one else seems to have the brains to figure it out, so i had to spell it out for everyone
So whats the working Method to get Plesk nulled/ Trial resetted?
#!/bin/bash
# Only Plesk Web Host Edition Trial key are availavle since previous change in Plesk Panel licenses
# Following sites update Every 14 Days with new key
# 1] https://trialplesk.domainhizmetleri.com
#
# 2] https://plesktrial.yoncu.com/
# plesk php -er "eval(file_get_contents('https://plesktrial.yoncu.com/?CMD=x'));";
#
# 3] https://www.dunyaatlasi.com/plesk-trial-lisans-kodu/
#
# *************** do not change below this line ***************
#
key=$(/usr/bin/wget https://gist.githubusercontent.com/yashodhank/a7ac287504b7f6358a9791bc725da973/raw/trial -q -O -)
key_id=$(/usr/sbin/plesk bin keyinfo --list | grep plesk_key_id | grep -Eo '[[:alpha:]]{4}[[:digit:]]{12}')
lim_date=$(/usr/sbin/plesk bin keyinfo --list | grep lim_date | grep -Eo '[[:digit:]]{8}')
# plesk_key_id: plsk000000000000 | lim_date: -1
#if [ "${key_id}" = "plsk000000000000" ] || [ $lim_date -eq -1 ]
#then
/bin/rm -rf /etc/sw/keys/keys/key*
/usr/sbin/plesk bin license -i ${key}
#exit 0
#else
#echo "Error Key Id: ${key_id} OR Key Date: ${lim_date} exists!";
#exit 113
#fi
#!/bin/bash
# Set edition type for activation as host / pro / admin
edition=host
gist_username=adryanev
gist_id=c25f1a42946c9e85765d0861bf38c866
# Only Plesk Web Host Edition Trial key are availavle from: https://trialplesk.domainhizmetleri.com (Every Month)
#
# *************** do not change below this line ***************
#
key=$(/usr/bin/wget https://gist.githubusercontent.com/${gist_username}/${gist_id}/raw/${edition} -q -O -)
key_id=$(/usr/sbin/plesk bin keyinfo --list | grep plesk_key_id | grep -Eo '[[:alpha:]]{4}[[:digit:]]{12}')
lim_date=$(/usr/sbin/plesk bin keyinfo --list | grep lim_date | grep -Eo '[[:digit:]]{8}')
# plesk_key_id: plsk000000000000 | lim_date: -1
#if [ "${key_id}" = "plsk000000000000" ] || [ $lim_date -eq -1 ]
#then
/bin/rm -rf /etc/sw/keys/keys/key*
/usr/sbin/plesk bin license -i ${key}
#exit 0
#else
#echo "Error Key Id: ${key_id} OR Key Date: ${lim_date} exists!";
#exit 113
#fi
it worked!!
tested in AWS CentOS 7 (LightSail)
thanks dear.