Amazon Workspaces VM prevented from logging in to WordPress on DreamHost

I have several WordPress websites being hosted on DreamHost. I decided to set up an Amazon WorkSpaces VM to do my WordPress development because my current computer is under-performing (I have a new one on the way). However, I can’t log in to any WordPress dashboard from the Amazon Workspaces VM. I also tried logging … Read more

Difference between Amazon EC2 and AWS Elastic Beanstalk

First off, EC2 and Elastic Compute Cloud are the same thing. Next, AWS encompasses the range of Web Services that includes EC2 and Elastic Beanstalk. It also includes many others such as S3, RDS, DynamoDB, and all the others. EC2 EC2 is Amazon’s service that allows you to create a server (AWS calls these instances) in the AWS cloud. You pay … Read more

What is the difference between Amazon ECS and Amazon EC2?

Your question Is ECS just a docker install in EC2? If I already have a EC2, then I start a ECS, does it mean I have two instance? No. AWS ECS is just a logical grouping (cluster) of EC2 instances, and all the EC2 instances part of an ECS act as Docker host i.e. ECS can send command to launch a container on them (EC2). … Read more