Getting Started with Amazon ECS
STEP 1: Creating a Cluster First step is creating a cluster. This can be done with CLI or Amazon Console. To do…
STEP 1: Creating a Cluster First step is creating a cluster. This can be done with CLI or Amazon Console. To do…
To configure awscli, run aws configure If you have multiple aws account, see Named Profiles To see list of profiles configured, run…
az is command line tool for Microsoft Azure. To install, see Install Microsoft Azure CLI on Ubuntu. Once az installed, you need…
To install Microsoft Azure CLI on Ubuntu, run AZ_REPO=$(lsb_release -cs) echo “deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ $AZ_REPO main” | \ sudo tee /etc/apt/sources.list.d/azure-cli.list Now…
Here is a list of popular cloud providers. If you just need a server with a lot of CPU/RAM, it may better…
Disk read/write speed in Amazon EFS depends on how much data you have on the file system. Amazon EFS have something called…
To point a domain to heroku application, first add a domain to heroku application under Your Application > Settings. Once domain is…
Detach a disk from Google Compute Instance Install Google Cloud SDK Google Cloud apt signatures couldn’t be verified Google Cloud SSH using…
To remove a disk from Google Compute instance, run gcloud compute instances detach-disk INSTANCE_NAME –disk=DISK Example Here “indiameds” is name of the…
On an Amazon RDS Aurora data base, when i connect, i get error root@ip-10-0-0-234:/var/www/html# mysql -h sok.cb21y0qmezhd.us-west-2.rds.amazonaws.com -u sok_wp -p0ZEkrkQx sok_wp ERROR…