the-full-stack / ask-fsdl

Document Q&A over The Full Stack's Corpus

Home Page:https://fsdl.me/join-discord-askfsdl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

actually provision ssh keys

charlesfrye opened this issue · comments

right now, we assume folks have a key pair called fsdl-webserver-keys, which is unfair

unfortunately, you cannot provision ec2 keyPairs directly from pulumi-aws -- you need to generate a key pair first and then register it

not needed due to move from AWS to Modal #49