aws-deployment-guide icon indicating copy to clipboard operation
aws-deployment-guide copied to clipboard

RDS

Open yanik-ai opened this issue 9 years ago • 5 comments

Why you adding extra subnet/EC2, why simply don't use RDS service? It goes well with EB

yanik-ai avatar Jan 28 '16 15:01 yanik-ai

Hi @wide-awake

I am not sure to know what is RDS service, could you add a paragraph about it as an alternative or better approach.

I am really not an expert with AWS and have not been using it for a while.

darul75 avatar Jan 28 '16 15:01 darul75

@darul75 it's Amazon Database as Service. Also now Amazon has NAT as a service. So you don't need this two machines.

I wood add RDS, but your guid failed for me in part for EB http://take.ms/GQRkN Don't sure where problem is.

yanik-ai avatar Feb 01 '16 08:02 yanik-ai

I had issues too sometimes, I would recommand to check again

  • https://github.com/darul75/aws-deployment-guide#subnets
  • same 'Availability zone' (Europe only by instance, US only...)
  • IN/OUT rules https://github.com/darul75/aws-deployment-guide#inbound-rules-2

Then, do you deploy with BeansTalk in your vpc ?

darul75 avatar Feb 01 '16 09:02 darul75

@darul75, thx, will double check that.

And yes, I create VPC first and then create new EB app (sample one) inside VPC.

UP. It seems like I can't even create clean EB (without VPC). Probably mess some IAM rules ;/

yanik-ai avatar Feb 01 '16 12:02 yanik-ai

Finally: the errors pops because i create MultiDocker container. Following this guid makes my env healthy! http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_docker_ecstutorial.html

yanik-ai avatar Feb 01 '16 13:02 yanik-ai