yugabyte / aws-cloudformation

YugabyteDB AWS Cloud Formation Template
Apache License 2.0
5 stars 9 forks source link

Missing referenced file in current cloudformation config #10

Open theoryfarm opened 4 years ago

theoryfarm commented 4 years ago

I followed these instructions in your docs: https://docs.yugabyte.com/latest/deploy/public-clouds/aws/ but my deploy kept failing and rolling back.

I noticed that in the cloudformation yaml https://raw.githubusercontent.com/yugabyte/aws-cloudformation/master/yugabyte_cloudformation.yaml there is a line: https://raw.githubusercontent.com/YugaByte/aws-cloudformation/master/scripts/init_ysql.sh which no longer exists in the repo. I tried removing that line and the instances do boot up, but there is no admin UI at port 7000 (might be unrelated)

ddorian commented 4 years ago

hi @theoryfarm

Can you try again ? We've updated the file in https://github.com/yugabyte/aws-cloudformation/commit/b1ae8ed495dfc5b4310a5e33b578d6987558204f

If it still doesn't work, can you give more details on which resources specifically failed and what options you put in for version, instance size, any additional VPC rules, etc?