This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-14
Channels
- # aleph (2)
- # asami (1)
- # aws (6)
- # beginners (65)
- # cider (12)
- # clj-kondo (11)
- # cljs-dev (1)
- # clojure (179)
- # clojure-dev (15)
- # clojure-europe (5)
- # clojure-losangeles (5)
- # clojure-nl (1)
- # clojure-spec (6)
- # clojuredesign-podcast (50)
- # clojurescript (27)
- # cryogen (31)
- # data-science (10)
- # emacs (2)
- # events (1)
- # fulcro (39)
- # helix (4)
- # luminus (3)
- # malli (5)
- # nrepl (4)
- # off-topic (3)
- # pathom (1)
- # reveal (10)
- # shadow-cljs (5)
- # spacemacs (3)
- # tools-deps (6)
- # vscode (1)
- # xtdb (3)
I have ec2 classic enabled on aws because my account is old. For the first time, I'm trying to make an instance of a type not allowed with ec2 classic. So apparently this involves making a VPC/subnet/gateway/routes/security group manually in order to get a basic server running that I can ssh into remotely. Apparently on non-ec2-classic accounts, there is a default VPC. Does anyone know if this makes it easier to get the ssh'able server I want? Is that default VPC configured for public access by default, or are there fewer steps you need to do than the ec2-classic account? Based on these docs, (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-classic-platform.html), I believe that is the case, that it is much easier to get an ssh server running with a default VPC, but I'm not 100% sure I'm reading it right. Is there a way to "disable" ec2 classic on an account if I want to enable this default vpc?
the default VPC has subnets that have a route to internet gateway and by default, instances placed into the subnets in the default VPC, get a public IP address
you can disable assignment of a public IP address, but if I recall correctly, it is on by default