This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-01
Channels
- # beginners (59)
- # cider (3)
- # clara (4)
- # cljsjs (4)
- # clojure (144)
- # clojure-finland (2)
- # clojure-italy (10)
- # clojure-russia (2)
- # clojure-spec (7)
- # clojure-uk (53)
- # clojurescript (81)
- # cursive (30)
- # datomic (36)
- # defnpodcast (2)
- # editors (3)
- # emacs (4)
- # events (1)
- # fulcro (12)
- # off-topic (11)
- # onyx (14)
- # parinfer (2)
- # pedestal (12)
- # re-frame (3)
- # reagent (26)
- # shadow-cljs (81)
- # spacemacs (10)
- # sql (59)
- # uncomplicate (4)
- # yada (4)
@jaret @joe.lane Thank you for your patience, the upgrade to 402 seems to have resolved the problems. Forrest Gump was right—AWS really is like a box of chocolates.
I'd love an AWS support group. There's so much to get your head around. So many ways to do things. Say #ionaws
@olivergeorge Great idea, and I think you’re free to set one up. We just have to trick the people who actually know stuff into coming there as well.
@olivergeorge @henrik I’d be happy to join that channel and help there and ask for help there
I’m following the instructions here https://docs.datomic.com/on-prem/aws.html but I get this VPC error
The security group 'datomic' does not exist in default VPC 'vpc-XXXXXX' (Service: AmazonAutoScaling; Status Code: 400; Error Code: ValidationError
@U05120CBV i’m using postgres, not dynamoDB
i thought that script was only for dynamoDB?
Yes, it is for using DynamoDB, but it also sets up all the required AWS infrastructure (i.e. roles/permissions)
You’ll need to run it with AWS credentials that can do things like create security groups, etc
yes i did run, with AWS credentials, it printed success and i see the transactor instance in my EC2 instance table
but it keeps stopping and restarting
Client.InstanceInitiatedShutdown: Instance initiated shutdown
i read online that this might be because of not enough memory, so i bumped the instance type upto t2.large
but still no luck
i’m able to get a local transactor to connect to this postgres storage just fine
i’m trying to just connect via my own ec2 instance instead of the prebuilt AMI
ok i’m getting closer 😅
you were right i needed proper security group configurations
i think i’m almost there, just one last issue left
i detailed what i’m seeing here
I figured it out, it was a misconfigured host, needed to use the public DNS
i documented my solution in that same forum post
so since the public DNS is dynamically determined for me, how do you recommend scripting it?
do i need to modify the *.properties
file i pass to bin/transactor
or is there a way to pass it as an argument?
Am I supposed to make a security group called datomic?