↧
Comment by mbaird on Connecting AWS from Windows. Error: Using username...
Try getting more information by using the -v option for putty, or trying the ssh command with -v
View ArticleComment by mbaird on How to run this cron job on Amazon Elastic beanstalk?
So add a new environment variable to the worker tier and copy/paste the value from the web tier. Unless you are constantly rebuilding or creating new environments that value shouldn't be changing....
View ArticleComment by mbaird on VPC - able to connect if 0.0.0.0/0 but not if I specify...
If you refresh checkip.amazonaws.com does it change? Maybe you are behind some sort of proxy that uses more than one IP address?
View ArticleComment by mbaird on AWS EC2 reserved instances - explanation
On option 3 the difference is that it is cheaper, but if you don't use at least 24 hours a day you will still get charged for 24 hours of usage. If you aren't running your server 24 hours a day you...
View ArticleAnswer by mbaird for OpenStack cartridge-add gives github could not read...
I don't understand where you are getting the command you are trying to run. If you want to use the cartreflect service, then using the documentation found here I believe the command would be:rhc...
View ArticleAnswer by mbaird for AWS, NodeJS - Connecting app to Mongodb on another EC2...
Your issue is that you are using the public elastic IP to connect to your database server from your other servers. This means that the connection is going out to the internet and back into your VPC,...
View ArticleAnswer by mbaird for Is it impossible to access rds and elasticache redis in...
The permissions in the task role gives access to the AWS API, which would give your task the ability to do things like create new RDS or ElastiCache servers. Those IAM permissions do not give it access...
View ArticleComment by mbaird on Migrate AWS ECS cluster IPV4 to IPV6
Can you SSH into one of the EC2 instances and verify it has access to the Internet (using something like a curl command)? It sounds like it can't access the ECS API to register itself with the cluster....
View Article
More Pages to Explore .....